html {
 	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#FFFFFF;
	height: 100%;
	color:inherit;
}

a {
	color: #0000CC;
	text-decoration:none;
}

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

p, div, td ,tr, textarea, input, submit {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0C1B5E;
}

.menuTop {
	width: 100%;
  	height: 23px;
	margin: auto;
	clear: both;
	background-image: url("images/menu_background.gif");
	background-repeat: x-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding: 0px 0px 0px 10px;
}
.menuTop a {
	color: #003366;
	text-decoration:none;
}
.menuTop a:hover {
	color: #FF0000;
	text-decoration: none;
}

.bannerLogo {
	width: 100%;
  	height: 134px;
	margin: auto;
	clear: both;
	background-image: url("images/logo_background.jpg");
	background-repeat: x-repeat;
}

#bannerImages {
	width: 770px;
	height: 156px;
	display:table; 
	color:inherit;
	padding-left: 10px;
	text-align: left;
}

#bannerTitles { 
  	background-image: url("images/title_background.gif");
	background-repeat: x-repeat;
	width: 750px;
	height: 22px;
	display:table; 
	color:inherit;
	padding-left: 10px;
	text-align: left;
} 

#bannerContent { 
	width: 770px;
	display:table; 
	color:inherit;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 15px;
	text-align: left;
} 

.bannerFooter {
	width: 100%;
  	height: 130px;
	margin: auto;
	clear: both;
	background-image: url("images/footer_background.jpg");
	background-repeat: x-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.bannerFooter a {
	color: #003366;
	text-decoration:none;
}
.bannerFooter a:hover {
	color: #FF0000;
	text-decoration: none;
}

.textErrors {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}