/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color:#000099;
}

#Wrapper {
	width: 775px;
	border: thin solid #FFCC00;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url(../images/Innerwrapbkg.jpg) repeat-x;
}

#Header {
	background: url(../images/Masthead.jpg) repeat-x left top;
	height:160px;
}

#footer {
	font-size: 75%;
	color: #0000CC;
	background: #CCCCCC;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: thin solid #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#Content {
	margin-left: 131px;
	padding: 10px;
	border-left: 1px solid #999999;
	clear: none;
}

.story {
	font-size: 85%;
	line-height: 1.3;
}

.story h1 {
	font: bold 175% "Courier New", Courier, monospace;
	color: #000099;
}
.story h3 {
	font: bold 125% "Courier New", Courier, monospace;
}
.story h2 {
	font: 140% "Courier New", Courier, monospace;
}
td.storyLeft {
	padding-right: 12px;
	width: 50%;
	border-right: 1px solid #999999;
}
.capsuletitle {
	color: #005fa9;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}


.story td {
	font-size: 85%;
	vertical-align: top;
}
.story p {
	margin-bottom: 15px;
}
.story a.capsule {
	font: bold 1.2em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	text-decoration: none;
}
.story a.capsule:hover {
	text-decoration: underline;
	color: #FF9933;
}
#Header span {
	position: absolute;
	left: -3000px;
}

#PageNav {
	width:130px;
	float: left;
}

#PageNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#PageNav ul li{
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
}

#PageNav ul li a{
	color:#FFCC00;
	text-decoration:none;
	display:block;
	height:25px;/*HACK: makes IE use the entire width as a button*/
	background: #869bcc url(../images/buttonbkg1.jpg);
}

#PageNav ul li a:hover, #PageNav ul li a:focus {
	color:#000000;
	background: #036 url(../images/buttonbkg2.jpg);
}
#SiteInfo {
	font-size: 85%;
	color: #999999;
	text-align: center;
	border-top: 1px solid #999999;
	clear: both;
}
#SiteInfo ul {
	list-style-type: none;
}
#SiteInfo ul li {
	display: inline;
}
#SiteInfo ul li a {
	text-decoration: none;
	padding: 0 10px;
	color: #999999;
}
#SiteInfo ul li a:hover, #SiteInfo ul li a:focus {
	color: #CC0000;
	text-decoration: underline;
}
#TopMenu ul {
	list-style: none;
}
#TopMenu ul li {
	display: inline;
	font-size: 16px;
}
#TopMenu ul li a:hover, #TopMenu ul li a:Focus {
	background: url(../images/TopMnuBtnBkg.jpg) repeat-x;
	color: #000000;
}
#TopMenu ul li a {
	text-decoration: none;
	padding: 12px;
}

#TopMenu {
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	padding-top: 120px;
	height: 40px;
}
.story tr {
	vertical-align: top;
}
#NavDivider {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
	border: thin inset #000099;
	margin-top: 5px;
}
.floatlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatrgt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.required {
	color: #CC0000;
}
label {
	font-size: 12px;
}
form {
	font-size: 12px;
}
input {
	font-size: 14px;
}
.FormFieldTitle {
	font-size: 10px;
	font-style: italic;
	color: #0066CC;
}

