#mainTable {
	width:100%;
	padding:0px;
	border:0px;
}	
#logoCell {
	width:150px;
	height:75px;
	vertical-align:top;
}
#logoCell2 {
	width:150px;
	height:75px;
	vertical-align:top;
	text-align:left;
}
#bannerCell {
	text-align:right;
	padding-bottom:5px;
}
#menuCell {
	width:150px;
	height:150px;
	vertical-align:top;
}
#mainCell {
	vertical-align:top;
}
#adCell {
	height:300px;
	width:150px;
}
#contentTable {
	width:100%;
	padding:0px;
	border:0px;
} 
.c10x10 {
	width:10px;
	height:10px;
}
.darkH {
	height:10px;
	background-color:#336699;
}
.darkV {
	width:10px;
	background-color:#336699;
}
.lightH {
	height:10px;
	background-color:#AEC9E3;
}
.lightV {
	width:10px;
	background-color:#AEC9E3;

}
#titleCell {
	background-color:#336699;
	padding:5px;
	
}
#contentCell {
	width:100%;
	background-color:#AEC9E3;
	height:300px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.error {
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial"; 
	font-size: 14px; 
	color:#CC0000;
}
h1 {
	font-size: 1.4em;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	color: #000000; 
}
h2 {
	font-size:1.6em;
	line-height:1;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	color:#FFFFFF;
	margin:0px;
}
.normalText {
	font-size: 0.8em;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	color: #000000; 
}
.menu,  .menu a:link, .menu a:visited, .menu a:active {
	font-size:13px;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	color: #000000;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
} 
.menuSelected {
	color:#FFFFFF;
	font-size:13px;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	text-decoration:none;
}
img {
	border:0px;
}
#user, #password {
	background:#FFFFFF;
	border:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:15px;
}
.textBox {
	background:#FFFFFF;
	border:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:15px;
	width:100px;
}
.smallPrint {
	font-size:9px;
}
.controlnav, .controlnav a:link, .controlnav a:visited, .controlnav a:active, {
	color: #FFFFFF;
	text-decoration:none;
}
.controlnav a:hover {
	text-decoration:underline;
}
.news, .news a{
	padding-left:5px;
	font-size:13px;
	text-decoration:none;
	font-family: "Century Gothic", "Tw Cen MT", "Segoe UI", "Arial";
	color: #000000; 
}
.news a:hover {
	text-decoration:underline;
}


#dropmenudiv{
	position:absolute;
	font:normal 13px/18px "Century Gothic";
	z-index:100;
	color: #FFFFFF;
	border-top: 1px none black;
	border-right: 1px none black;
	border-bottom: 0 none black;
	border-left: 1px none black;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px none black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-family: "Century Gothic";
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

