/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

#main h1 {
	margin: 10px 20px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
#main p {
	margin: 10px 50px 0 10px;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	padding: 15px 0 2px 0px; 		

}
#main ul{
	text-align: left;
	margin-left: 15px; padding: 0;			
	text-decoration: none;
}
#main ul li {
	color: #666666;
	margin: 0 50px 0 15px;
	padding-left: 2px;
}
#main ul li a:link {
	color: #666666;
}
#main ul li a:visited {
	color: #999999;
}
#main ul li a:hover {
	color: #333333;
}
#main ul li a:active {
	color: #333333;
}

#body_bg {
	background: #fff url(images/content.jpg) repeat-y center top;
}
#content-bg {
	background: #fff url(images/content-wrap.jpg) repeat-x; 
}
#header {
	background: #fff url(images/header-bg.jpg) repeat-y center top;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #fff;
}
/* header links */
#header #header-links {
	color: #838181;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* Navigation */
#nav{
background: #E4E4E4 url(images/nav_bg.png) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 0px;
	height: 35px;
}
.menu {
	height: 35px;
	background-image: url(images/nav_left_border.png);
	background-repeat: no-repeat;
	background-position: left;
}
.menutop {
	height: 35px;
	padding-right: 15px;
	padding-left: 18px;
	vertical-align: middle;
	text-transform:uppercase;
	font-weight: bold;
	color: #666666;
	background-image: url(images/nav_right_border.png);
	background-repeat: no-repeat;
	background-position: right;
}
a:link, a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
.menutop a:link, .menutop a:visited {
	color: #666666;
	text-decoration: none;
}
.menutop a:hover {
	color: #000000;
	text-decoration: underline;
}

/* footer-wrap */
#footer-wrap {
	background: url(images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 9px;
	padding: 20px 0;
	text-align: left;	
	background: url(images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	height:45px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}
/* sidemenu */
#sidebar h2 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 
	border-bottom: 1px solid #dadada;		
}

ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 7px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 1px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

