﻿body
{
	text-align: center;
	background-image: url(bg.gif);
	margin: 0px;
	padding: 0px;
}

p
{
	padding: 5px 5px;
	margin: 0 0;
}

p, td
{
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 17px;
}

strong
{
	color: #000;
}

/******************************
* LINK Styles
******************************/

p a:link, p a:visited
{
	font-size: 11px;
	color: #cc6600;
	text-decoration: underline;
}
p a:hover
{
	color: #cc6600;
	text-decoration: none;
}
a.leftnav:link, a.leftnav:visited
{
	color: #c60;
	text-decoration: underline;
}
a.leftnav:hover
{
	color: #036;
	text-decoration: none;
}
a.white:link, a.white:visited
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.white:hover
{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.footer:link, a.footer:visited
{
	font-size: 11px;
	color: #036;
	text-decoration: underline;
}
a.footer:hover
{
	font-size: 11px;
	color: #036;
	text-decoration: none;
}


/******************************
* Text Styles (Classes)
******************************/

.header
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	color: #003366;
	font-size: 24px;
	line-height: 30px;
}

.subhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc6600;
	font-size: 13px;
	line-height: 24px;
}

.subhead2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	font-size: 12px;
	line-height: 17px;
}

.subhead3
{
	font-family: Times New Roman;
	font-weight: bold;
	color: #002d5c;
	font-size: 12px;
	text-decoration: underline;
	line-height: 17px;
	padding: 5px 0 0 0;
	text-align: left;
}
.news
{
	text-align: left;
	padding: 0 25px;
}
.newsInfo
{
	text-align: left;
	padding: 0 10px;
}

.white
{
	font-size: 11px;
	color: #fff;
}

.whitebold
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.black
{
	font-size: 11px;
	color: #000;
}
.small
{
	font-size: 10px;
}


/******************************
* Structural IDs
******************************/

#wrapper
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

#masthead
{
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#login
{
	background-image: url(../Images/loginbg2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 3px;
	padding-left: 15px;
	height: 20px;
}

#content
{
	margin: 0;
	padding: 15px;
	background-color: #FFFFFF;
	text-align: left;
}
#loginboxwrapper
{
	width: 250px;
	margin: 0;
	padding: 0;
}

#loginboxtop
{
	padding: 3px 10px 3px 10px;
	margin: 0;
	background: #c60 url(../Images/login_topbar.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#loginboxtop p
{
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#loginboxmid
{
	background-image: url(../Images/login_midbg.gif);
	padding: 10px;
	margin: 0;
}
#loginboxmid p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}
#loginboxbtm
{
	width: 250px;
	height: 10px;
	padding: 0;
	margin: 0;
}



/******************************
* Footer
******************************/

#footer
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3px;
}
#footer p
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

/******************************
* Forms
******************************/

input, textarea
{
	background-color: #fff;
	border: 1px solid #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
}

input:focus, textarea:focus
{
	background-color: #fff;
}

.checkbox
{
	border: 0px;
}

.radiobutton
{
	border: 0px;
}

.button
{
	background-color: #000;
	border: 1px solid #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px;
}

.button2
{
	background-color: #036;
	border: 1px solid #036;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px;
}

.button3
{
	background-color: #c60;
	border: 1px solid #c60;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px;
}
/******************************
* Input Page
******************************/
.hrLineLarge
{
	color: #cc6600;
	width: 95%;
	height: 1px;
	padding: 5px 0px;
}
.hrLine
{
	height: 1px;
	color: #cc6600;
	width: 95%;
	padding: 5px 0px;
}
#inputPage
{
	text-align: left;
	font-family: Verdana;
	font-size: x-small;
}
.blueHeading
{
	color: #0000C0;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 2px;
}
.orangeHeading
{
	color: #cc6600;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 2px;
}
.inputFont
{
	font-size: 9px;
	font-family: Verdana;
	margin-left: 10px;
}
.percent
{
	font-size: 9px;
	font-family: Verdana;
	margin-left: 1px;
}
.colShade
{
	background-color: #d8d8d8;
}
.dropMenu
{
	font-size: 9px;
	font-family: Verdana;
	width: 150px;
	color: #cc6600;
	margin-left: 5px;
}
.inputButton
{
	font-size: 9px;
	height: 20px;
	color: #0000C0;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 5px;
}
.xButton
{
	font-size: 9px;
	color: Red;
	font-weight: bold;
	font-family: Verdana;
}
.inputText
{
	font-size: 9px;
	font-family: Verdana;
	width: 150px;
	height: 50px;
	margin-left: 5px;
}
.inputBoxMedium
{
	font-size: 9px;
	width: 70px;
	margin-left: 5px;
}
.inputBoxSmall
{
	font-size: 9px;
	width: 40px;
	margin-left: 5px;
}
.inputBoxLarge
{
	font-size: 9px;
	width: 150px;
	text-align: left;
	margin-left: 5px;
}
.checkBox
{
	font-size: 9px;
}

#inputBot
{
	padding: 0px;
	width: 760px;
}
.inputFormLbl
{
	color: #0000C0;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
}



#multipleIndexForm .labelDim
{
	color: Gray;
}

#multipleIndexForm .labelAct
{
	color: Black;
}

.MenuBackGround
{
	background-image: url(../images/lftnavbg.jpg);
	text-transform: uppercase; 
	text-align: left;
}
