/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

a:link, a:visited, a:hover {
	color: #0B3BA4;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: #FF0000;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 240%;
	color: #576CA5;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

h2{
	font-size: 125%;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 120%;
	color: #006699;
	font-weight: bold;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #6699CC;
}

h5{
	font-size: 100%;
	color: #0B40A9;
}

ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial, sans-serif;
}

select{
	font-size: 70%;
	font-weight: bold;
        color:#E91523
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#everything{
	background-color: #FFFFFF;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	padding: 5px;
	float: none;
	width: 760px;
	clear: none;
	color: #00CC00;
}

#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	color: #FF0000;
}

#breadCrumb{
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000066;
	background-position: top;
	vertical-align: top;
	border: none;
	top: 1px;
}

#pageHeader{
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #0B40A9;
	background-position: top;
	vertical-align: top;
	border: none;
	top: 1px;
	font-weight: bold;
}

#content{
	float:left;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0px 12px 0px 20px;
	text-align: left;
	width: 725px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FF0000;
	white-space: nowrap;
	padding: 3px 4px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	border-top: 1px double #233E81;
	border-right: 0px none #233E81;
	border-bottom: 1px solid #233E81;
	border-left: 0px none #233E81;
	background-position: center;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	clear: both;
	float: none;
	height: 30px;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	vertical-align: top;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 1px 16px 16px 6px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 185px;
}
