body { 
	background-color: #FFF;	
	text-align:center; /* for IE */ 
} 

#global{
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */     
	border-color: #333399;
	border-width: 0px;
	border-style: solid;	
	background-color: #FFF;
	margin-left: auto; 
	margin-right: auto;
	width:692px; /* or a percentage, or whatever */ 
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;

}

#centerHead{
	display: block;
	width: 692;
	background-color: #44BB55;
}

#topBar{
	/*background: #333399;*/
	background-image: url('images/barBackground.jpg');
	display: block;
	height: 24px;
	width: 692;
	top: -3px;
	position: relative;
}

#centerText{
	line-height: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 10px;
}

#centerTextBox{
	padding: 15px;
}


h4{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	color: #333399;
}


h3{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	color: #DD000;
}

#blueText{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	color: #111177;
	font-weight: bold;
}

#application{
	display: block;
	position: relative;
	top: 30px;
	left: -300px;
}

/* ###########   INPUT   ########### */

input.centerTextSmall { 	
	background-color:#333399;
	background-color:#44BB55;
	color:#FFFFFF;
	width:50px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	position: relative;
	left: 530px;
	top: 2px;
} 

input.centerTextBig {
	left: 520px;
	position: relative;
	top: 2px;
	background-color:#333399;
	background-color:#44BB55;
	color:#FFFFFF;
	width:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align: center;
}
/* ###########   EO INPUT   ########### */

/* ###########   LINKS   ########### */

a.linkHorizontal{
	float: left;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	display: block;
	background: #333399;
	color: #FFFFFF;
	position: relative;
	left: 200px;
	right: 200px;

}

#barLink1{
	text-decoration: none;
	width: 80px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	left: 5px;
	top: 5px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: groove;
	border-right-width: 1px;
	border-right-color: #FFF;
}

#barLink2{
	text-decoration: none;
	width: 80px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	left: 87px;
	top: 5px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: groove;
	border-right-width: 1px;
	border-right-color: #FFF;
}
#barLink3{
	text-decoration: none;
	width: 80px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	left: 167px;
	top: 5px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: groove;
	border-right-width: 1px;
	border-right-color: #FFF;
}

#barLink4{
	text-decoration: none;
	width: 80px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	left: 270px;
	top: 5px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: groove;
	border-right-width: 1px;
	border-right-color: #FFF;
}


a.logoLink{
	position: relative;
	text-decoration: none;
	left: 250px;
	color: #FFF;
	font-weight: bold;
	top: 2px;
}

a.linkHorizontalBack{
	text-decoration: none;
	border-style: outset;
	border-width: 1px;
	border-color: #FFF;
	width: 45px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	display: block;
	background: #333399;
	color: #FFFFFF;
	position: relative;
	top: -20px;
}
/* ###########   EO LINKS   ########### */



/* ########### FORMS    ########### */

#loginForm{
	font-size: 20px;
	margin-top: 0; 
	margin-bottom: 0; 
}
/* ###########   EO FORMS   ########### */


/* ###########   TABLES   ########### */
table.mainT{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #202020;
background-color: #FFF;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
width: 600px;
position: relative;
top: 30px;
text-align: center;
}

table.mainT td.mainHd{
border-bottom: 2px solid #6699CC;
background-color: #FFF;
text-align: left;
padding-left: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #404040;
}

table.mainT td{
border-bottom: 1px dotted #6699CC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #202020;
background-color: white;
text-align: left;
padding-left: 3px;
padding-right: 3px;
}


table.startingPage{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #202020;
background-color: #FFF;
width: 600px;
position: relative;
top: 30px;
text-align: left;
}

input.formButton{
color: #FFF;
background-color: #44BB55;
font-size:10px;
font-weight: bold;
}


/* ###########   EO TABLES   ########### */
