body {
	margin: 0;
	padding: 0;
	background: #002740;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	padding: 0px;
	margin: 0px;
}
#header {
	background-color:#87A5E3;
	padding: 0px;
	margin:0px;
	clear:left;
}
#top-search {
	font-size: 12px;
	position: absolute;
	top: 4px;
	left: 600px;
	clear:left;
}
#top-search a:link {
	color:#002740;
	text-decoration:none;
	font-weight: bold;
}
#top-search a:visited {
	color:#002740;
	text-decoration:none;
	font-weight: bold;
}
#top-search a:hover {
	color: #20438A;
	text-decoration: underline;
	font-weight: bold;
}
#top-search a:active {
	color:#20438A;
	text-decoration: underline;
	font-weight: bold;
}
#top-text {
	position: absolute;
	top: 54px;
	left: 230px;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	color:#B5CCEA;
	text-transform:uppercase;
	clear:left;
}
#top-navbar {
	font-size: 10px;
	margin: 0px;
	background:#87A5E3;
	padding: 2px 0px 1px 40px;
	border-bottom: 5px #FFF solid;
}
#top-navbar ul {
	display: inline;
	padding:0px;
	margin:0px;
}
#top-navbar ul li {
	display: inline;
	padding:0px 2px;
	padding:0px 2px;
}
#top-navbar .left_spacer {
	padding-left: 40px;
}
#top-navbar a {
	text-decoration:none;
	padding: 2px 4px 1px 4px;
	margin: 0px;
}
#top-navbar a:link {
	color:#333;
	background: url(/_global/images/tab-right.gif) top right no-repeat;
}
#top-navbar a:visited {
	color:#333;
	background: url(/_global/images/tab-right.gif) top right no-repeat;
}
#top-navbar a:hover {
	color:#fff;
	background: url(/_global/images/tab-right_hover.gif) top right no-repeat;
}
#top-navbar a:active {
	color:#fff;
	background: url(/_global/images/tab-right_hover.gif) top right no-repeat;
}
#main-content {
	border-bottom: 5px #FFF solid;
	font-size: .9em;
}

#right-sidebar {
	background: #87A5E3;
	padding: 5px;
}
#right-sidebar a:link {
	text-decoration: underline;
	color:#002740;
}
#right-sidebar a:visited {
	text-decoration: underline;
	color: #004D80;
}
#right-sidebar a:active {
	text-decoration: none;
	color: #333333;
}
#right-sidebar a:hover {
	text-decoration: none;
	color: #333333;
}
#maincopy {
	background:#fff;
	padding: 8px;
}
#maincopy a:link {
	text-decoration: underline;
	color:#002740;
}
#maincopy a:visited {
	text-decoration: underline;
	color: #004D80;
}
#maincopy a:active {
	text-decoration: none;
	color: #333333;
}
#maincopy a:hover {
	text-decoration: none;
	color: #333333;
}
#navbar {
	background: #002740;
	color: #87A5E3;
	font-size: 10px;
	text-transform: uppercase;
}
#navbar ul {
	padding: 2px;
	margin: 2px;
	list-style:none;
}
#navbar ul li {
	padding: 4px 0px;
	margin: 4px 0px;
	list-style:none;
}
#navbar a:link {
	color:#FFF;
	text-decoration: none;
}
#navbar a:visited {
	color:#87A5E3;
	text-decoration: none;
}
#navbar a:hover {
	color: #F5D571;
	text-decoration: underline;
}
#navbar a:active {
	color: #F5D571;
	text-decoration: underline;
}
.navbar-bottom {
	border-top: 5px #FFF solid;
	padding: 5px 2px;
}
#footer {
	color: #FFF;
	font-size: x-small;
	padding: 8px 20px;
	margin: 0px;
}
#footer a:link {
	color: #FFF;
	text-decoration:none
}
#footer a:visited {
	color: #ccc;
	text-decoration:none
}
#footer a:hover {
	color: #87A5E3;
	text-decoration: underline;
}
#footer a:active {
	color: #87A5E3;
	text-decoration: underline;
}
.footer-spacer {
	padding-left: 40px;
}
/*  MISC Things */
.clear {
	clear: left;
	display: block;
	height: 0px;
	overflow: hidden;
}
