/*@charset "UTF-8";*/
/* CSS Document */
body {
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#094367;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
	color:#BA8269;
}
a:hover {
	color:#1E4D6F;
}
#container {
	width:910px;
	margin:0px auto 0px auto;
}
#header {
	background-image:url(/dyn/media/header/header.jpg);
	width:910px;
	height:347px;
	background-repeat:no-repeat;
}
#nav {
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:37px;
	text-align:right;
	padding-right:40px;
	padding-top:13px;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li {
	display: inline;
}
#nav a {
	text-decoration:none;
	padding:0px 4px 0px 4px;
	color:#114362;
}
#nav a:hover {
	color:#436B81;
}
#content {
	width:780px;
	padding:25px 65px 25px 65px;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-y;
}
#sidebar {
	float:left;
	width:220px;
}
#sidebar li {
	list-style:none;
	margin-left:-10px;
}
#copy {
	width:550px;
	clear:none;
	margin-left:230px;
}
#copy p,
#copy ul {
	margin-left:65px;
}
#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:910px;
	height:100px;
	clear:both;
}

/* Internal Styles - added by Sarah Eirich 02/23/10
--------------------------------------------------*/
table{
	border-collapse:collapse;
}
tr.head{
	text-align:left;
}
td{
	padding:10px 10px 0 0;
}