/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

a{
	color: #fff;
	text-decoration: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #d4d9e3;
}


#main_container{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	margin-top:10px;
	border: 1px solid #96A2BC;
	background: #fff;
	padding: 5px;
}


#header{
	padding: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	float: left;
	margin-bottom: 50px;
}

#header img{
	float: right;
}

#global_nav{
	clear: both;
	list-style: none;
	
	margin-left: 5px;
}

#global_nav li{
	display: inline;
	padding-right: 5px;
}

#content_container{
	overflow:auto;
	width:100%;
	background: #BEB8D1;
}

#content{
	float: left;
	background: #d4d9e3;
	width: 545px;
	padding: 5px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	padding-bottom: 20px;
	color: #444;
	
}

#content a{
	color: #555;
	text-decoration: none;
}

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

#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #555;
	margin-top: 14px;
	margin-bottom: 6px;
}

#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #555;
	margin-bottom: 20px;
}

#content ul{
	margin: 5px;
	padding-left: 5px;
	list-style-position: inside;
}

#content table{
	border: 1px solid #fff;
	width: 100%;
}

#content th{
	border-bottom: 1px solid #fff;
	text-align:left;
	padding: 2px;
}

#content td{
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#rh_col{
	float: right;
	width: 210px;
}

#rh_col h3{
	border-top: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 18px;
	background-image: url(../images/white_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#rh_col h3 a{
	color: #666;
}

.sub_nav{
	padding: 0px 5px 15px 5px;
	list-style: none;
}

.sub_nav li{
	padding: 3px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#rh_boxes{
	list-style: none;
}

#rh_boxes li{
	border: 1px solid #fff;
	background: #EADBDC;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

#rh_boxes a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #666;	
}

#footer_nav{
	margin-top: 5px;
	padding: 5px;
	list-style: none;
	clear: both;
	background: #EADBDC;
}

#footer_nav li{
	display: inline;
	padding-right: 3px;
}

#footer_nav li a{
	color: #444;
}