 /************ Classes common across all pages - start here**************/  
html, body {
    height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
	background-position: center;
	background-attachment:fixed;
	margin:0px;
}

.main {
	background-color: #265788;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
	background-position: center;
	background-attachment:fixed;
	margin:0px;
}

DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#topcontainer {
	margin-top: 0px;
	width: 778px;	
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}

#banner {
	height: 76px;
	margin-top: 0px;
	width: 778px;	
	margin-left: auto; 
	margin-right: auto;”
	position: relative;
	background-image: url(../images/headerblend.jpg);
}

#logocell {
	padding:6px 30px 11px 35px;
	width: 54 px;
	float: left;
}

#slogancell {	
	width: 300 px;
	float: left;
	text-align: center;
	margin-top:1em;
}

#logo2cell {	
	float: right;
	width: 300 px;
	text-align: center;
	padding:8px 30px 8px 35px;
	margin: 0px auto;
}

#bluebar {
	width: 778px;
	float: left;
	margin-left: auto; 
	margin-right: auto; 
	height: 21px;
	background-image: url(../images/BGBlue.jpg);
}

#main_div {
	width: 778px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
}

#footer {
	width: 778px;	
	margin-left: auto; 
	margin-right: auto;	
	font-family: Arial;
	font-size: xx-small;
	font-weight: normal;
	color: #6B6B6B;
	background-color: #F3EBD5;
	height: 28px;
}

#footer_links {
	padding:0px 30px 0px 35px;
	width: 300 px;
	float: left;
	height: 15;
}

#footer_copyright {	
	width: 300 px;
	padding:7px 30px 0px 35px;
	float: right;
	text-align: right;
	font-size: xx-small;
	height: 15;
}

#clearboth {
	clear:both;
}

.Hidden {
	visibility: hidden;
	position: relative;
	display: none;
}

#redhdnu
{
	COLOR:#FF3333;
	FONT-WEIGHT: bold;
}