/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	line-height: 1.175;
	background-color: #FFFFFF;
	font-size: 9pt;
	padding: 0px;
	margin: 15px;
}

a:link, a:visited {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	text-decoration: underline;
	color: #CC0000;
}

h1{
	font-size: 120%;
	color: #003399;
}

h2{
	font-size: 100%;
	color: #003399;
}

h3{
	font-size: 90%;
	color: #003399;
}

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	height: 191px;
	background-position: center bottom;
	padding: 0px;
	clear: both;
	float: none;
	display: block;
}

#mainBody{
	background-image: url(/images/mid_page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0;
}

#navBar{
	background-color: #004B8C;
	float: none;
	clear: none;
	width: 150px;
	font-size: 100%;
	height: 100%;
	text-align: left;
	border: 1px solid #333333;
	background-image: url(/images/nav_bg.png);
	background-repeat: repeat-y;
	display: block;
	padding-bottom: 8px;
	padding-top: 4px;
}

#content{
	width: auto;
	height: auto;
	padding-right: 12px;
	padding-left: 12px;
	clear: both;
}

#content a:link{
	color: #0033CC;
}

#content a:visited{
	color: #0033CC;
}

#content a:hover{
	color: #FFCC00;
	text-decoration: underline;
}


#footer{
	margin: 0;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 62px;
	display: block;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 3px;
	text-align: center;
}

/*********** #navBar styles ***********/

#navBarText{
	color: #FFFFFF;
	font-size: 90%;
	margin-left: 8px;
	margin-right: 5px;
}

#navBar a:link{
	margin-left: 6px;
	display: block;
	color: #FFCC00;
	text-align: left;
	line-height: 125%;
}

#navBar a:visited{
	margin-left: 6px;
	display: block;
	color: #FFCC00;
	text-align: left;
	line-height: 125%;
}

#navBar a:hover{
	margin-left: 6px;
	display: block;
	color: #FFFFFF;
	line-height: 125%;
	text-decoration: underline;
}

#navBar ul{
	list-style-type: none;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 0px;
}

#navBar h1{
	font-weight: bold;
	font-size: 100%;
	clear: both;
	color: #FFFFFF;
	margin-left: 4px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	padding: 0px;
}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;} */




/************** my styles **************/

.float_right {
	clear: both;
	float: right;
	padding: 6px;
}

.float_left {
	clear: both;
	float: left;
	padding: 6px;
}

.bodyText {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	line-height: 1.4em;
	color: #333333;
}

.medium_white {
	color: #FFFFFF;
	font-weight: bold;
}

.red_text {
	color: #990000;
	font-weight: bold;
}

.smallText {
	font-size: 85%;
}

/* * {
margin: 0;
padding: 0;
border: 1px solid red;
}
*/

