body{
	margin:0 auto;
	padding:0;
	/*background:#c4d1e6 url(images/bg.jpg) repeat-x top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	
	background:#e0e6ef;
}
img{
	border:0;
}
#mainWrapper{
	margin:18px auto 5px auto;
	width:800px;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#f9f9f9;
	border:1px #ccc solid;
}
#menu{
	width:783px;
	height:45px;
	margin-left:8px;
	background:url(images/nav-bg.png) top repeat-x;
	background-position:11px 0;
}
#nav{
	color:#b9b589;
	width:752px;
	list-style:none;
	margin:0 0 1em 0;
	display:inline;
	padding-left:0;
	_padding-left:0; /*IE6*/
}
#nav li {
	float:left;
	margin-top:12px;
}
#nav a {
	font-weight:bold;
	text-decoration:none;
	width:auto;
	font-size:14px;
	color:#003399;
	padding:10px 10px 10px 10px;
	margin:0 10px 0 15px;
}
#nav a:hover{
	color:#676f7b;
}

/********** continue *********/
#content{
	background-color:#f9f9f9;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-right:8px;
	clear:both;
	background:url(images/content-bg.jpg) top right no-repeat;
	width:792px;
}
#content-right{
	float:right;
	width:360px;
	margin:20px 15px 0 0;
}
#content-right-full{
	float:right;
	width:545px;
	margin:20px 15px 0 0;
}
#right-column{
	float:right;
	width:170px;
	margin:40px 15px 0 0;
	text-align:center;
}
#content-left{
	float:left;
	width:156px;
	background-color:#f9f9f9;
	margin:6px 0 0 0;
	padding:27px 10px 0 35px;
	background:url(images/left-bg.jpg) top left no-repeat;
	font-size:1.0em;
	color:#333;
}
#bottom{
	width:800px;
	height:63px;
	/*background:url(images/content-bottom-bg.gif) bottom right no-repeat;*/
}
#footer{
	clear:both;
	text-align:center;
	height:20px;
	margin:7px auto;
	font-size:0.7em;
	color:#024e83;
}
h1{
	font-size:1.5em;
	color:#003399;
	margin-top:16px;
	font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}
h3{
	color:#003399;
	font-size:1.0em;
}
#content-left.company li{
	padding-bottom:10px;
	color:#333;
	list-style:none;
	font-size:0.95em;
}
#content-left.company ul{
	padding-left:0;
	margin-left:0;
	height:300px;
}
#content-right li{
	padding-bottom:5px;
}
.smaller{
	font-size:0.9em;
}
.no-right{
	padding-right:200px;
}
#content-right a:link, #content-right a:visited, #content-right-full a:link, #content-right-full a:visited{
	color:#990000;
}
#content-right a:hover, #content-right-full a:hover{
	color:#999999;
}
/****************** links ***********************/
#content-left a{
	color:#666666;
	text-decoration:none;
}
#content-left.company a{
	display:block;
	background:url(images/arrow-bullet.gif) no-repeat 0 7px;
	padding-left:15px;
}
#content-left a:link, #content-left a:visited{
	color:#666666;
}
#content-left a:hover{
	color:#003399;
}
#content-left.company a:hover{
	background:url(images/arrow-bullet-hover.gif) no-repeat 0 7px;
}
#content-left.company #current a{
	color:#024e83;
	background:url(images/arrow-bullet-hover.gif) no-repeat 0 7px;
}
#footer a:link, #footer a:visited{
	color:#024e83;
}
#footer a:hover{
	color:#787878;
}
/************ other ****************/
.hide{
	display:none;
}
.aff-padding{
	margin-left:15px;
}
/*************** standard style ************/
hr{
	background-color:#dee2e3;
	color:#dee2e3;
	height:1px;
	border:0;
}
#content-left hr{
	background-color:#d06f3c;
	color:#d06f3c;
	height:1px;
	border:0;
}
/*************** index **************/
#sticky{
	background:url(images/sticky.png) repeat-y top left;
	width:130px;
	height:auto;
	padding:4px 20px 0 20px;
}
#sticky-bottom{
	background:url(images/sticky-bottom.png) no-repeat top left;
	width:130px;
	height:86px;
	padding:0 20px;
}
#sticky-top{
	background:url(images/sticky-top.png) no-repeat top left;
	width:176px;
	height:2px;
}
#sticky-top p, #sticky p{
	margin:0;
	padding:0;
}
.list-header{
	font-size:1.1em;
	font-weight:bold;
	color:#063;
	margin:10px 0 10px 0;
}
.green{
	color:#063;	
}
/*********** contact **************/
.formanswer{
	display:none;
	visibility:hidden;
}