/* ============================= Template 01 CSS =============================
|	
|	CSS used by the main site template
|
|_____________________________________________________________________________
*/

/* Menu Bar Button Block */
#mymenubar {
	background-image: url('/images/bg_mainmenu.jpg');
	background-color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:74.92em;						
	*width:73.00;						
	min-width:974px;					
}

/* Header */
#hd {
	//background-color: #A90329;
	text-align: center;
	width:74.92em;						
	*width:73.00em;						
}

/* Body Block */
#bd {
	background-color: white;
	min-height: 200px;
}

/* Footer Blocks */
#ft {
	background-color: white;
}

#ft2 {
	background-color: #000038;
	font-family:Verdana;
	font-size: 93%;
}

#ft3 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	clear: both;
	height: 38px;
}


/* Footer Nav Links */
a.nav:link {
	font-family: Helvetica, Verdana, Arial;
	font-size: 85%;
	color: white; 
	font-weight: bold; 
	text-decoration:none
}

a.nav:visited {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
	font-size: 85%;color: white; 
	text-decoration:none
}

a.nav:active {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
	font-size: 85%;color: white; 
	text-decoration:none
}

a.nav:hover {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
	font-size: 85%;background: none; 
	color: white; 
	text-decoration: underline
}

/* Input Fields */
.inputfields_100 {
	background-color: #f2eaea;
	width: 100;			
}

/* Copyright Notices */
.copyright {
	text-align: right;
	color: #F00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
}

.logintable {
	/*borders and padding to make the table readable*/
	width: 90%;
	position:relative;
			}

.loginformlabel { 
	width: 100px; 
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 100%;				
	font-weight: normal;
	text-align: left;
	color: white;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.learnmore { 
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 100%;				
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: white;
}

.formacceptcell {
	text-align: center;
	vertical-align: middle;
	height: 2.5em;
}

#ErrMsg {
	font-family: Helvetica, Verdana, Arial;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

