/* CSS Document template!!!!!*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
div#page
{
	width:780px;
	margin:0 auto 0 auto;	
	padding:0px;
}
div#header
{
	width:780px;
	height:116px;
	float:left;
	margin:0px;
	padding:0px;
}
div#topNavContainer
{
	width:400px;
	float:left;
	margin-top:-26px;
	padding-left:340px;
}
	
div#request
{
	width:150px;
	height:20px;
	float:left;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:normal;
	padding:0px;
	color:white;
	padding-top:2px;
}



div#send
{
	width:135px;
	height:21px;
	float:left;
	background-color:silver;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:normal;
	padding-top:2px;
}



div#content
{
	float:left;
	width:780px;
	margin-top:-5px;
	background-image:url(images/contentrepeater.jpg);
	background-repeat:repeat-y;
}
div#leftNav
{
	width:125px;
	float:left;
	padding:5px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	background-color:#000000;
}
div#rightColumn
{
	width:622px;
	float:left;
	padding:20px 8px;
	
}
div#innerLeft
{
	width:150px;
	float:left;
}
div#innerRight
{
	width:460px;
	float:left;
	padding-top:30px;
	padding-left:10px;
}
div#bottomCenter
{
	width:600px;
	float:left;
	padding:10px 8px;
	text-align:center;
}



div#newTicker
{
	width:638px;
	height:24px;
	background-image:url(images/newsticker.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:5px;
}

div#label
{
	font-weight:bold;
}

div#footer
{
	width:638px;
	height:72px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	text-align:center;
	float:right;
	margin-left:25px;
	line-height:10px;
	color:#333333;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid black;
	background-color:#C0C0C0;
	margin-top:-10px;
}
/**formatting style for left nav bar only**/

div#leftNav h1
{
font-size:13px;
font-weight:bold;
color:#fcb400;
padding:4px 0px;
margin:0px;
}
div#leftNav h1 a
{
font-size:13px;
font-weight:bold;
color:#fcb400;
text-decoration:none;
padding:4px 0px;
margin:0px;
}
div#leftNav h1 a:visited
{
font-size:13px;
font-weight:bold;
color:#fcb400;
text-decoration:none;
padding:4px 0px;
margin:0px;
}
div#leftNav h1 a:hover
{
font-size:13px;
font-weight:bold;
color:#fcb400;
text-decoration:underline;
padding:4px 0px;
margin:0px;
}
div#leftNav h1 a:active
{
font-size:13px;
font-weight:bold;
color:#fcb400;
text-decoration:underline;
padding:4px 0px;
margin:0px;
}
div#leftNav a, a:visited
{
font-size:11px;
color:white;
text-decoration:none;
font-weight:normal;
line-height:18px;
}

div#leftNav a:hover, a:active
{
font-size:11px;
color:white;
text-decoration:underline;
font-weight:normal;
line-height:18px;
}
/**style for interior right of pages not left nav bar**/
h1
{
font-size:18px;
color:black;
font-weight:bold;
}
h2
{
font-size:14px;
color:black;
font-weight:bold;
}
a, a:visited
{
color:black;
text-decoration:none;
font-weight:bold;
font-size:12px;
margin:0px;
padding:0px;
}
a:hover, a:active
{
color:#fcb400;
text-decoration:none;
font-weight:bold;
font-size:12px;
margin:0px;
padding:0px;
}
h3
{
font-size:12px;
color:black;
font-weight:bold;
text-align:center;
}
.underline
{
text-decoration:underline;
}
.footnote
{
	font-size:10px;
	font-style:normal;
}
a.request:link
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	color:white;
}
a.request:visited
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	color:white;
}
a.request:hover
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
	color:white;
}
a.request:active
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
	color:white;
}
a.send:link
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	color:black;
}
a.send:visited
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	color:black;
}
a.send:hover
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
	color:black;
}
a.send:active
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
	color:black;
}