body {
	background-image: url(/images/background.gif);
	font-family: Verdana, Geneva, sans-serif;
	background-color: #003462;
	background-repeat: repeat-x;
	padding-left: 15px;
}
#Shadow {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/right-shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#Wrapper {
	width: 759px;
	background-color: #FFF;
	background-image: url(/images/sidebar-background.jpg);
	background-repeat: repeat-y;
	background-position: 13px top;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}

#Header img {
	padding-left: 190px;
}
.divider {
	background-color: #225870;
	height: 13px;
}
#Footer-Shadow {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/bottom-shadow.png);
	background-repeat: no-repeat;
	height: 25px;
}
#Sidebar {
	float: left;
	width: 235px;
	margin-top: 15px;
}
#Navigation {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#Navigation li {
	width: 230px;
	margin-bottom: 18px;
	list-style-type: none;
	margin-left: 0;
}
#Navigation li a {
	width: 230px;
	background-color: #225870;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(/images/nav-block.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#Navigation li a:hover {
	background-color: #41ADD6;
	color: #FBFC94;
}
#Navigation li .selected {
	background-color: #41ADD6;
	color: #FBFC94;
	background-image: url(/images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#Content p {
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
#Content {
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 265px;
}
.sidebar-quote {
	width: 166px;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	padding-right: 60px;
	padding-left: 15px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.clear {
	clear: both;
}
#Footer {
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #30586F;
	padding-top: 7px;
	border-top-width: 13px;
	border-bottom-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#Footer a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.boxes td a, .boxes td{
	font-size: 13px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#Content ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 11px;
	color: #21586F;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#Content li {
	padding-bottom: 8px;
}
.StrongLink {
	font-weight: bold;
	color: #FFF;
	background-color: #21586F;
	text-decoration: none;
	padding: 2px;
}
