/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#F1ECE8;
	margin:0px 0px 0px 0px;
	height: 100%;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 1em 2em;
}
.error{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;	
	color:red;
}

h1{
	font-size:13px;
	font-weight:bold;
	color:#FF6600;
	margin-left:20px;
	margin-bottom:-7px;
	margin-top:5px;
}
.orangeheader{
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
}

.greyheader{
	font-size:12px;
	font-weight:bold;
	color:#003471;
}
a:link {
	color: #003471;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color: #003471;
	font-style:normal;
	text-decoration:none;
}
a:hover, a:active {
	color: #FF4B00;	
	font-style:normal;	
	text-decoration:underline;
}

#wrapper{
	width:740px;
}
#second_wrapper{
	width:100%;
	height:100%;	
}
#header{
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF url(images/header_bg.jpg) repeat-x top right;
	height:100px;
}
#header_left{
	float:left;
	padding-top:25px;
}
#header_right{
	float:right;
	padding-top:25px;
}
#header_right img{
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
}
#flash_home{
	float:left;
	width:324px;
}
#headerText {
	float:right;
	margin-top:8px;
	font-size:9px;
	color:#FFFFFF;
	padding-left:2px;
	padding-right:5px;
	background:url(images/welcome.gif) top left no-repeat;
	padding-top:20px;
	width:235px;
}
#sidebar{
	float:left;
	width:170px;
	background:#F1ECE8;
	padding-top:7px;
}
#sidebar_items{
	padding-top:20px;
	padding-bottom:30px;
	height:100%;
}
#sidebar_items ul{
	font-size:10px;
	margin-left:20px;
	padding-left:5px;
	
}
#sidebar_items ul li{
	list-style-position:inside;
	height:14px;
	list-style-image:url(images/li_arrow.gif);
}
#sidebar_items img{
	margin-left:20px;
}

#sidebar_bottom{
	position:relative;
	top:-50px;
	text-align:left;
	float:left;
	width:150px;
	height:100%;
	background:#F1ECE8;
}
#sidebar_bottom ul{
	font-size:10px;
	margin:0px 0px 0px 0px;
	padding-left:5px;
	
}
#sidebar_bottom ul li{
	list-style-position:inside;
	height:14px;
	list-style-image:url(images/li_arrow.gif);
}
#navbar{
	background:#D9D6D1;
	height:auto;
}
#contentwrapper{
	float:right;
	background:#FFFFFF;
	width:570px;
}
#contentsmall_wrapper{
	padding-top:29px;
	background:#FFFFFF url(images/small_wrap_top.gif) top left no-repeat;
	background-color:#FFFFFF;
}
#contentsingle_wrapper{
	float:inherit;
	background:#FFFFFF;
}
#contentleft{
	float:left;
	display:block;
	text-align:left;
	width:317px; 
	background:#FFFFFF;
	color:#333333;
	
}
#contentsingle_header{
	padding-left:30px;
	position:inherit;
	width:540px;
	padding-bottom:10px;
	background:#FFFFFF;
	display:block;
}
#contentsingle{
	margin-bottom:20px;
	margin-left:20px;
	width:540px;
	background:#FFFFFF;
}
#contentsingle table{
	width:inherit;
	color:#333333;
}
#contentsingle p{
	margin-left:0px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:30px;
	background:#FFFFFF;
	color:#333333;
}
#contentsingle img{
	
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
	background:#FFFFFF;
}
#contentsingle h1{
	color:#817773;
	font-size:14px;
	margin-left:0px;
}
#contentright{
	float:right;
	text-align:left;
	width:253px;
	background:#FFFFFF url(images/small_right_bg.jpg) repeat-y left top;	
	color:#333333;
}
#contentheader{
	height:170px;
	background:#FFFFFF url(images/temp.jpg) no-repeat top left;
}
#footer{
	float:right;
	text-align:right;
	width:740px;
	color:#666666;
}
#footer p{
	font-size:10px;
	margin:5px 0px 0px 0px;
}
.form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
