
/* This first part is to reset all margins etc so all browsers start from same blank page */
/* ------------------------------------ START undo_html.css ----------------------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,ul li,ul li a,li a,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* ------------------------------------ END undo_html.css ----------------------------------
@charset "utf-8";*/

body {
	background: #FFFFFF url(../images/bg.jpg) repeat-x center top;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 12px ;
	font-family: Arial, Verdana, sans-serif;
}

/* ------------ Text ------------*/
h1{
	font-size:150%;
	margin-bottom: 15px;
	font-weight:normal;
	color: #333333;
}
a:link, a:visited {
	color: #004488;
	text-decoration: none;
}
a:hover {
	color: #004488;
	text-decoration: underline;
}
h2 {
	font-size:150%;
	font-weight:normal;
	margin: 15px 0px 15px 0px;;
}
h5 {
	font-size:110%;
	font-weight:normal;
	background-color: #D6F2FF;
	color: #333;
	border: 1px solid #90CFFB;
	display: block;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
p {
	margin: 10px 0 10px;
}
#rightContent ul li {
	list-style-image: url(../images/dot.jpg);
	padding-bottom: 5px;
	margin-left: 22px;
}

#rightContent ul ul li { 
	list-style-image: url(../images/dot.jpg);
	padding-bottom: 5px;
	margin-left: 22px;
}

#rightContent ul ul ul li { 
	list-style-image: url(../images/dot.jpg);
	padding-bottom: 5px;
	margin-left: 22px;
}
#rightContent ol li {
	list-style-type: decimal;
	padding-bottom: 5px;
	margin-left: 22px;
}

#rightContent ol ol li { 
	list-style-type: decimal;
	padding-bottom: 5px;
	margin-left: 22px;
}

#rightContent ol ol ol li { 
	list-style-type: decimal;
	padding-bottom: 5px;
	margin-left: 22px;
}

  .leftalign{text-align:left}
  .rightalign{text-align:right}
  .centeralign{text-align:center}
  
  .floatleft
  {float:left;
  padding-right:5px;
  }
  
   .floatright
   {float:right;
   padding-left:5px;
  }
  
  .border1
  {
  border:solid 1px #000000
 }
 .yellback 
 { 
 color : #000000;
 background-color : #FFFF00;
 padding : 2px;
 } 
 
 .yellfore
 { 
 color : #FFFF00;
 font-weight : bold;
 } 
 .blueback 
 { 
 color : #ffffff;
 background-color : #3366CC;
 padding : 2px;
 } 
 
 .bluefore 
 { 
 color : #3366CC;
 font-weight : bold;
 } 
 .redback 
 { 
 color : #ffffff;
 background-color : #CC0000;
 padding : 2px;
 } 
 
 .redfore 
 { 
 color : #CC0000;
 font-weight : bold;
} 
 
/* ------------ DIVs ------------*/
#container {
	width: 1000px; 
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
}
#header {
    height: 205px;
	background: url(../images/header.jpg) no-repeat center top; 
}
#mainContent {
	padding: 10px 50px 10px 50px; 
	height: 100%;
	overflow: hidden;
	background: url(../images/main_bg.gif) repeat-y center top;
}
#leftMenuContainer {
	background: #002B84 url(../images/box_gradient.png) no-repeat center top;
	width: 240px;
	float:left;
	color: #FFFFFF;
	
	
	
}
#leftColumn
{
float:left;
width:240px;
}

#mainContent #leftColumn img
{
margin:10px 0 6px 0;
border:0
}

* html #leftMenuContainer {
	background: #002B84 url(../images/IE_box.jpg) no-repeat center top;
}
#leftMenuTop {
	background: url(../images/box_top.png) no-repeat center top;
	width: 240px;
	height: 15px;
	float: left;
}
#leftMenuMiddle {
	background: url(../images/box_middle.png) repeat-y center top;
	width: 240px;
	float: left;
}
#leftMenuEnd {
	background: url(../images/box_bottom.png) no-repeat center bottom;
	width: 240px;
	height: 20px;
	float: left;
}
#rightContent { 
	height: 100%;
	width: 630px;
	float: left;
	padding: 0px 0px 0px 30px;
}


#colorline{
	clear: both;
	width: 470px;
	height: 1px;
	line-height: 1px;
	background: #333333;
	margin: 10px 0px 20px 0px;
}
#footer {
	text-align: center;
    width: 1000px; 
	height: 30px;
	padding: 10px 0px 0px 0px; 
	font-size: 85%;
	color: #666666;
	float: right;
}
#mainContent img { 	
	border: 1px solid #ccc;	
	padding: 4px; 
	margin-right: 15px;
	margin-bottom: 5px;
	/*float: left;*/
}


/* ------------ Menu ------------*/
#menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
	letter-spacing: 2px;
	background: url(../images/menu_spacer.jpg) no-repeat center right;
}
#menu li a, #menu a:visited {
	color: #00143E;
	text-decoration: none;
}
#menu li a:hover {
	color: #2364BC;
	text-decoration: none;
}
#menu_container {
	padding: 165px 0px 0px 50px;
}
/* ------------ Side Menu ------------*/
#leftMenu {
	margin: 0;
	width: 211px;
	margin: 0px 0px 0px 15px; 
}
#leftMenu li {
	font: 13px Arial;
	margin: 0;
	padding: 0;
}
#leftMenu li a {
	color: #FFFFFF;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}
#leftMenu li a:hover {
	background: url(../images/tri.png) no-repeat center left;
	color: #FFFFFF;
}
#leftMenu ul li {
	font: 12px Arial;
	margin: 0;
}
* html #leftMenu ul li {
	margin-bottom: -14px;
}
#leftMenu ul li a {
	color: #C6DBF4;
	display: block;
	padding: 4px 15px;
	text-decoration: none;
}
* html #leftMenu ul li a {
	margin-bottom: 2px;
	padding: 4px 12px;
}
#leftMenu ul li a:hover {
	color: #FFFFFF;
	background: url(../images/tri.png) no-repeat center left;
}

.footnote
{
font-size:.8em;
color:#666666;

}