/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #E6E6E6 ; /* Optional */
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: none; }
a { text-decoration: none; color: #369; border-bottom: none; }
a:hover { border-bottom: 1px solid #DF7401; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 1040px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #5D6E88 url(U1.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #F2F2F2;
	font-size: 2.7em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #D8D8D8;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #AEB404; 
	border-bottom: 4px 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: #fff;
	background-color: #AEB404;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold; 
	}

#nav li a:hover { background-color: #DF7401; }
#nav li a.on { background-color: #5D6E88; color: #FFFFFF; }


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
clear:left;
float:left;
width:190px;
margin:0 0 5px;
padding:0;
}
#sidebar div { background: #fff 
 }	
 
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.2em; 
	color: #BDBDBD; 
	margin: 5px 10px 0 0px; 
	cursor: default;
	}

#content div { 
	padding: 25px 0 10px 30px;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}	
	
#sidebar div {
clear:left;
margin:10px 0 15px;
padding:27px 5px;
width:160px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

ul.avmenu {
width:160px;
margin:20 0 18px;
padding:0px;
list-style:none;
}

ul.avmenu li {
width:160px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:160px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #AEB404;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #DF7401;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}


/*------------------------------------------------------------*
**  Side Bar 2
**------------------------------------------------------------*/

 
/*------------------------------------------------------------*
**  Side Bar2 & Content
**------------------------------------------------------------*/
#sidebar2 h3, content h3
{ 
	font-size: 1.2em; 
	color: #BDBDBD; 
	margin-bottom:15px; 
	cursor: default;	
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 750px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}
	
#content div { background: #fff url(para_bg.jpg) repeat; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #AEB404 no-repeat 100% 0;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 1.0em;
	padding: 2px;
	line-height: 15px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #FFFFFF; border-bottom: 1px dashed #FFFFFF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

