/* Body Style */

body {
	background-image: url('../images/bg.jpg');
	margin: 0px;
	background-color: #FFFFFF;
	font-family: trebuchet ms, arial, verdana;
	font-size:13px;
}

/* Component Style */

img { border: 0px; }

h1 { font-family: arial, times new roman, tahoma, verdana; font-size: 24px; color: #21373E; }
h2 { font-family: arial, tahoma, times new roman, verdana; font-size: 24px; color: #21373E; }
h3 { font-family: arial, tahoma, times new roman, verdana; font-size: 16px; color: #333333; }
h4 { font-family: arial, tahoma, times new roman, verdana; font-size: 24px; color: #21373E; }
h5 { font-family: arial, tahoma, times new roman, verdana; font-size: 24px; color: #21373E; }
h6 { font-family: arial, tahoma, times new roman, verdana; font-size: 24px; color: #21373E; }

p { font-family: arial, verdana, tahoma; font-size: 13px; color: #555555; line-height: 18px; }
strong { color: #21373E; }

a:link, a:visited {
	color: #385A6D;
	text-decoration: underline;
}
a:hover, a:active {
	color: #168CCE;
}

.dottedhr {
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Layout Positioning */

#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align:center;
}
	
#topheader {
	width: 100%;
	height: 35px;
	margin-top: 0;
	background: url('../images/header-bar.jpg') repeat-x;	
}
		
#subheader_container {
	width: 100%;
	height: 318px;
	background: #FFFFFF;
}
		
#subheader {
	width: 940px;
	height: 318px;
	margin: 0px auto;
	background: url('../images/subheader.jpg') no-repeat;
}
			
#logo {
	width: 279px;
	height: 85px;
	padding-left: 72px;
	padding-top: 48px;
	float: left;
}
#nav_container {
	width: 100%;
	height: 40px;
	background: url('../images/nav-bg.jpg') repeat-x;
	margin-bottom: 20px;
}
		
#nav {
	width: 658px;
	text-align: center;
	margin: 0 auto;
}

#maincontent {
	margin: 0px auto;
	width: 836px;
	padding: 0px;
}

.top_content_border {
	width: 836px;
	height: 25px;
	background: url('../images/bodybg-top.png') no-repeat;
	margin: 0px auto;
	padding: 0px;
}
			
.bottom_content_border {
	width: 836px;
	height: 25px;
	background: url('../images/bodybg-bottom.png') no-repeat;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

.body_content_border {
	width: 836px;
	margin: 0px auto;
	padding: 0px;
	background: url('../images/bodybg.png') repeat-y;
	float: left;
}

#text_content {
	text-align: left;
	margin: 18px auto;
	width: 760px;
}

#main_column {
	width: 547px;
	float: left;
	border-right: 1px solid #DDDDDD;
	padding-right: 16px;
}

#side_column {
	width: 172px;
	padding-left: 24px;
	float: right;
}

#footer_container {
	width: 100%;
	height: 116px;
	background: url('../images/footer-bg.jpg') repeat-x;
	clear: both;
	margin-top: 20px;
}
		
#footer {
	width: 658px;
	text-align: center;
	margin: 0 auto;
}

#footer p {
	padding-top: 20px;
	color: #aaaaaa;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #95ABB3;
}
#footer a:hover, #footer a:active {
	color: #DDDDDD;
}