/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	

	
	background: url(img/bg2.gif) repeat ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;/	color: #666;
	}
 acronym { cursor: help; border-bottom: 1px dashed #A3A3A3; }
 a { text-decoration: none; color: #A3A3A3;  }
 a:hover { border-bottom: 1px dashed #fff; color: #A3A3A3; }
 a.on { background-color: #fff; color: #A3A3A3; }
 
 .floatimgleft {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border: 3px solid #282864;
	padding: 0px 0px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(banner3.jpg) top left repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	padding: 100px 50px;
	}	
#header h1 { 	
	margin: 0;
	color: #282864;
	font-size: 1em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #282864;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #282864; 
	border-bottom: 10px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFD600;
	background-color: #282864;
	border-right: 1px solid #FFD600; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
 #nav li a:hover { background-color: #005CB8; }
 #nav li a.on { background-color: #005CB8; color: #FFD600; }




/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 130px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

sidebar {
	background: #282864; 
	border-bottom: 10px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#sidebar li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}

		
#sidebar li a { 
	
	color: #FFD600;
	background-color: #282864;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
 #sidebar li a:hover { background-color: #005CB8; }
 #sidebar li a.on { background-color: #A3A3A3; color: #A3A3A3; }



// #sidebar div { background: #fff url(img/leftpic.jpg)  repeat; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #FFBF00; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar h4, #content h4 { 
	font-size: 1.1em; 
	color: #666; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
 
 	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 620px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
// #content div { background: #fff url(img/leftpic.jpg) repeat-x; }

.thumbnail
{
float: left;
width: 110px;

border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }
	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff ;
	border-bottom: 5px solid #fff;
	border-top: 2px solid #282864;
	text-align: center;	
	color: #282864;
	font-size: 0.8em;
	padding: 5px;
	line-height: 10px;
	clear: both;
	}
	
 #footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; } 
 #footer a:hover { border-bottom: 1px dashed #fff; color: #fff; } 
