@charset "iso-8859-1";
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(../images/bg_shadow.jpg)
	}
	
#maincontainer{
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
	}
	
#container{
	width:800px;
	margin:auto;
	padding-bottom:5px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family: Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:22px;
	color:#0a294f;
}
h3{
	font-size:20px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}
/*acronym{
	border-bottom:1px dotted #222;
	border:none;
	background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}*/
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:5px 0px 15px 0px;
	font-size:12px;

}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}
*/

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}


/* header */
#header{
/*font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;*/
	width:800px;
/*	height:305px;*/
	margin:auto;
	text-align:left;
	padding: 20px, 0px, 0px, 0px;
}

#navlist li a:hover{
	color:#bfbfbf;
	 other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	
}

/* content */
#content{
	min-height:400px;
	width:800px;
	margin:auto;
	color:#222;
	text-align:left;
}

#main{
	width:625px;
	float:right;
	padding:10px 10px 20px 10px;
}
* html #left{
	padding-top:20px;
}

/* sidebar */
#left{
	width:125px;
	float:left;
	padding:10px 10px 10px 10px;
	margin:0;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

/* footer */


#close_footer{
background-image:url(../images/footer/close_footer.jpg);
background-repeat:no-repeat;
	height:80px;
	width:960px;
	color:#fff;
	clear:both;
}

.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
}
#designcredit a{
	color:#9f9f9f;
}
#designcredit a:hover{
	color:#cf262d;
	text-decoration:none;
}
