#container {
	width: 900px;
	margin: 40px auto;
	background-color: #fff;
	clear: both;
	font-family: Arial;
	font-size: 13px;
}

#header {
	width: 900px;
	height: 82px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
}


#logo {
	float: left;
}

#login {
	float: right;
}


#navigation {
	width: 900px;
	height: 33px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	background-color: #000;
}

#navigation ul {
	
}

#navigation li{
	float: left;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 11px 17px 12px 17px;
}

#navigation a:hover, #navigation_current {	
	background-color: #2a2a2a;
}

#column1, #column2, #column3 {
	width: 239px;
	float: left;
	border-right: 1px solid #c5d8dd;
	font-weight: normal;
	padding: 30px;
}


#column1 h1, #column2 h1, #column3 h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #184e68;
}

#column1 p, #column2 p, #column3 p {
	font-size: 13px;
	line-height: 15px;

}

#column1 ul, #column2 ul, #column3 ul {
	padding: 10px 30px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	
}

#column1 ul li, #column2 ul li, #column3 ul li {
	font-size: 13px;
	list-style-type: square;
	margin-bottom: 10px;
}

#column1 ul span, #column2 ul span, #column3 ul span {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
}












#main_content {
	background-color: #d9edf4;

}

#sub_navigation {

	margin: 40px 20px 0 20px;
}

#sub_navigation ul {

}

#sub_navigation li {
	list-style-type: none;
}

#sub_navigation a {
	font-size: 13px;
 	display: block;
	background-color: #f9e4be;
	margin: 2px 0 2px 0;
	padding: 8px;
	color: #545454;
	text-decoration: none;
}

#sub_navigation a:hover {
	background-color: #f9d38e;
}


#content {
	clear: both;
}


#page_title {
	padding: 20px 40px;
}

#page_title h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a8c9d5;
	color: #184e68;
}




#content_column1 {
	padding: 0px 20px 30px 40px;
	width: 390px;
	float: left;
	color: #000;
}


#content_column2 {
	padding: 0px 40px 30px 20px;
	width: 390px;
	float: right;
	color: #000;
}




#content_column1 p, #content_column2 p {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 10px;
}

 
#content_column1 ul, #content_column2 ul {
	padding: 10px 30px 10px 20px;
	font-size: 16px;

}

#content_column1 ul li, #content_column2 ul li {
	font-size: 13px;
	list-style-type: square;
	margin-bottom: 10px;
}

#content_column1 span, #content_column2 span {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#content_column1 h1, #content_column2 h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #184e68;
}


#content_column1 h2, #content_column2 h2 {
	font-size: 15px;
	line-height: 18px;
	font-style: oblique;
	padding-bottom: 10px;
	color: #184e68;
}



hr.content_divider {
	height: 2px;
	width: 100%;
	border: none;
	background-color: #a8c9d5;
	margin: 20px 0 20px 0;
	
}





#footer {
	margin: 0 auto;
}

#footer_content {
	text-align: center;
	color: #555;
	font-size: 10px;
	margin-top: 20px;
}

#footer_content a{
	color: #555;
}