@charset "utf-8";
/* CSS Document */

body
{
background-image: url(../images/body-bg-blue.gif);
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 12px;
color: #444;
padding: 0px;
margin: 0px;
}

.clear {clear: both;}
.right-img {float: right; margin: 0px 0px 10px 10px;}

#container
{
width: 940px;
background-image: url(../images/container-bg-y.png);
background-repeat: repeat-y;
padding: 0px 27px 0px 27px;
position: relative; 
margin: auto;
}

#banner
{
background-image: url(../images/banner-bg-blue.gif);
background-repeat: repeat-x;
width: 940px;
height: 125px;
}

	#banner h1 {margin: 0px; padding: 10px; font-size: 45px; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; text-shadow: 2px 2px #666;}
	#banner img {float: right;}
	
#nav 
{
background-image:url(../images/nav-block-bg.gif);
background-repeat: repeat-x;
height: 240px;
width: 250px;
list-style: none;
padding: 10px 10px 0px 10px;
margin: 20px 0px 0px 0px;
float: left;
font-size: 14px;
}

	#nav li {display: block; width: 250px;}
	#nav li a {display: block; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 0px -30px; padding: 0px 0px 0px 15px; line-height: 30px; text-decoration: none; color: #666666;}
	#nav li a:hover, #nav li a.current {color: #333; background-position: 0px 0px;}
	
#maincontent 
{
margin-left: 290px;
padding: 0px 0px 20px 20px;
border-left: 1px solid #efefef;
}

#maincontent h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; font-weight: normal;}
#maincontent h2 {font-size: 16px;}
#maincontent p {line-height: 180%;}
	#maincontent p a {border-bottom: 1px dotted #2856b2; color: #2856b2; text-decoration: none;}
	#maincontent p a:hover {border-bottom: 1px dotted #000; color: #000; text-decoration: none;}

#footer 
{
background-image: url(../images/container-footer-bg.png); 
background-repeat: no-repeat; 
background-position: top; 
position: relative; 
margin: auto;
width: 940px;
min-height: 50px;
padding: 0px 27px 0px 27px;
font-size: 11px;
}

	#footer p {margin: 0px; padding: 0px; position: absolute; top: -7px; left: 27px;}
	#footer a {color: #666666;}
		#footer a.current {color: #333333; font-weight: bold;}
		
	#footer span {margin: 0px; padding: 0px; position: absolute; top: -7px; right: 27px;}