/* general formatting */

body
{
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	line-height:14px;
	color: #505050; /* grey text color 505050 */
	margin: 0px;
	padding: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

input
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

input.radio
{
	height: 14px;
}

select
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

a
{
	font-size: 11px;
	text-decoration: none;
}

a:link
{
	color: #000099;
}

a:visited
{
	color: #703971;
}

a:active
{
	color: red;
}

a:hover
{
	text-decoration: underline;
}

/* major page components */

div.mainDiv
{
	padding-left: 0px;
	padding-right: 0px;
	width: 775px;
	background-color: white;
	text-align: left;
}

div#header
{
	width: 775px; height:95px;
	background-repeat:repeat-x;
}

div#header img
{
	vertical-align: middle;
}

div#header td.bar
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 6px;
}

div#header td.bar a
{
	font-size: 13px;
	color: #ffffff;
}

div#header td.bar img
{
	border: none;
	margin: 0px 5px 0px 20px;
}

div#middle
{
	padding-right: 10px;
	border-top: #485a7b 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 755px;
	padding-top: 10px;
	border-bottom: silver 1px solid;
}

div#footer
{
	width: 775px;
	background-color: #286c1f; /* blue - #485a7b, green - #286c1f, red - #9e0001 */
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#footer div
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	text-color: #b8e1ab;
}

div#footer a
{
	color: #ffffff;
}

td#leftNarrow
{
	border-right: solid 1px #d2d2d2;
	padding-right: 10px;
	width: 178px;
	height: 100%;
}

td#rightWide
{
	padding-left: 10px;
	height: 100%;
	width: 567px;
}

td#leftWide
{
	border-right: solid 1px #d2d2d2;
	padding-right: 10px;
	width: 555px;
	height: 100%;
}

td#rightNarrow
{
	padding-left: 10px;
	height: 100%;
	width: 190px;
}

div#Pager
{
	text-align: center;
	vertical-align: top;
}

div#Pager a.current
{
	color: #d16009;
	font-weight: bold;
	text-decoration: none;
}

div#Pager img
{
	border: none;
	vertical-align: bottom;
}

/* other stuff */

.error
{
	color:Red;
	font-size:11px;
	font-weight:bold;
}

div.titleText
{
	font-size: 15px;
	margin-bottom: 3px;
	text-align: center;
	font-weight:bold;
}

div.headerText
{
	font-weight: bold;
}

div.minorTitle
{
	font-size: 15px;
	font-weight:bold;
	padding-bottom: 5px;
}

div.seeMore
{
	font-weight: bold;
	font-size:11px;
	color: #d16009;
}

div.viewmore
{
	font-weight: bold;
	font-size:11px;
	color: #d16009;
	text-align: right;
	margin-bottom: 3px;
}

div.seeMore a
{
	font-weight: normal;
}

div.navSection
{
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

div.titleSection
{
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.navItem, .navItem_a
{
	padding-bottom: 5px;
}

.navItem a, .navItem_a a
{
	font-size: 13px;
}

.navItem_a a
{
	font-weight: bold;
	color: #d16009;
}

.orangeTitleXSmall
{
	font-size: 11px;
	font-weight: bold;
	color: #d16009;
}
.orangeTitleSmall
{
	font-size: 13px;
	font-weight: bold;
	color: #d16009;
}

.orangeTitleMed
{
	font-size: 17px;
	font-weight: bold;
	color: #d16009;
	padding-bottom:10px;
}

.orangeTitleLarge
{
	font-size: 18px;
	font-weight: bold;
	color: #d16009;
}

table.formTable 
{
}

table.formTable tr 
{
	vertical-align:top;
}

table.formTable td
{
	text-align:left;
}

table.formTable td.formLabel
{
	text-align: right;
	font-size: 13px;
	padding-top:3px;
}
