/* CSS Document */

html, body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#05599e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333333;
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
}


#container {
	width:715px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align:left;
}

#header {
	background-image:url(images/header.gif);
	background-repeat:repeat-x;
	height:300px;
	margin:0;

}

#header h1{
	margin-left:20px !important;
	margin-left:10px;
	margin-bottom:0;
	margin-top:15px !important;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px !important;
	font-size:20px;
	font-weight:lighter;
	color:#666666;
	float:left;
}
#header h2{
	clear:both;
	margin-left:20px !important;
	margin-left:10px;
	margin-bottom:0;
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px !important;
	font-size:14px;
	font-weight:lighter !important;
	font-weight:normal;
	color:#666666;
	float:left;
	line-height:normal !important;
	line-height:14px;
}

#banner{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:715px;
	height:200px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	border-top:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
}

#nav{
	padding-top:5px;
	height:15px;
	float:right;
	margin-top:5px !important;
	margin-top:34px;
	margin-right:20px;
	margin-bottom:5px !important;
	margin-bottom:0;
}
	

#nav ul{
	list-style:none; 
	margin: 0; 
	padding:0;
}

 #nav li{
 	float:left;
	margin: 0; 
	padding:0;
	font-size:12px;	
	width:93px;	 
	margin-right:5px;	
}

#nav li a { 
	height:17px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	background-image:url(images/nav_bg.jpg);
	background-position:0 -20px;
}

#nav a:hover{
	background-position:0 0;
}

#nav li a.on{
	background-position:0 0;
}

#content{
	clear:both;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#right{
	float:right;
	width:460px;
	margin-right:20px;
	font-family:"Times New Roman", Times, serif;
	border-left:dotted 1px #CCCCCC;
	padding:10px 10px 10px 20px;
}

#right p{
	font-size:16px;
	line-height:20px;
	color:#333333;
	font-weight:400;
	margin:0;
}

#right h1{
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#333333;
}

#left{
	width:150px !important;
	width:130px;
	float:left;
	padding:10px 0 10px 20px;
	}

#left h1{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin:0 0 5px 0;
}

#left p{
	font-size:11px;
	line-height:13px;
	margin:0;
}


#content img{
	padding:4px;
	margin:2px 7px 3px 10px;
	color:#C0B58F;
	border:1px solid #999999;
}



#content a{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#message {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#EBF2FF;
	border:1px solid #A1AFC0;
	padding:20px;
}

#footer{
	clear:both;
	color:#666666;
	text-align:center;
	padding:10px;
}

#footer p{
	font-size:10px;
}

#footer a{
    font-size:10px;
	color:#990000;
	text-decoration:none;
}

#footer a:hover{
    font-size:10px;
	color:#990000;
	text-decoration:underline;
}

