/* CSS Document */

body {
	padding:0;
	margin:0 0 72px 0;
	background:url(images/main_bg.gif);
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#333333;
}
#logo
{
	width:240px;
	height:72px;
	position:absolute;
	left: 111px;
	top: 82px;
}

#logo a
{display:block;
	width:240px;
	height:72px;
	
}
h1 {font-size:16px; color:#5D87A1; border-bottom: 1px dotted #ccc;}
.subh1 {
	font-size:14px;
	font-weight:normal;
	color:#5D87A1;
	font-style: italic;
}
p, #content ul {
	font-size:80%;
	line-height:130%;
}

a {
	text-decoration:none;
	color:#5d87a1;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

#main_box {
	padding:0;
	margin:20px auto 72px auto;
	width:826px;
}

#shadow_top {
	height:10px;
	width:826px;
	background:url(images/shadow_top.gif) center bottom no-repeat;
}

#content_box {
	width:826px;
	background:url(images/shadow_sides.gif) center top repeat-y;
}

#header {
	width:792px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}


#nav {font-size:95%;
	width:792px;
	height:188px;

	margin:0 auto 0 auto;
}

#nav ul {
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
		padding-top:170px;
	font-variant:small-caps;
}

#nav li {
	padding:4px 12px 0 24px;
	margin:0;
	list-style:none;
	display:block;
	float:left;
}

#nav a {
	text-decoration:none;
	color:#4e5f69;
	border-bottom:none;
}

#nav a:hover {
	text-decoration:none;
	color:#5d88a1;
	border-bottom:1px dotted #5d88a1;
}

#content { padding:20px;
	width:752px;
	margin:0 auto;
	border-top:5px solid #ffffff;
	background:url(images/content_bg.gif) left top repeat-x #ffffff;
	
	min-height:100px;

}



#footer {
	width:826px;
	height:110px;
	background:url(images/footer_bg.gif) center top no-repeat;
	text-align:center;
}

#footer p {
	margin:0 auto 0 auto;
	width:792px;
	font-size:70%;
	color:#5d87a1;
	font-weight:bold;
	position:relative;
	top:52px;
}

