body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#000000;
	background-image:url(../images/new/bg_fade.jpg);
	background-repeat:repeat-x;
	margin-top:13px;
	top:0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.subTitles {
	font-size:16px;
	font-weight:bold;
}
.cellLeftSide {
	background-image:url(../images/new/side_left_small.jpg);
	background-repeat:repeat-y;
}
.cellRightSide {
	background-image:url(../images/new/side_right_small.jpg);
	background-repeat:repeat-y;
}
.cellMainText {
	background-color:#FFFFFF;
	height:210px;
	padding:10px;
	vertical-align:top;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color: #003366;
}
.titleTable {
	border-bottom:#003366 1px solid;
}
#waterDrop {
	position:absolute;
	height:83px;
	width:50;
	left: 841px;
	top: 0px;
}

/* This controls the look and behavior of the nav buttons on the left side */ 
.nav {
	font-weight:bold;
	color: #ffffff;
	text-align:center;
}
.td_nav {
	width:110px;
	height:30px;
	
}
a:link.nav {
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/new/button_constant.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:top; background-position:center;
	width:140px;
	height:30px;
	padding-top:15px;	
}
a:visited.nav {
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/new/button_constant.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:top; background-position:center;
	width:140px;
	height:30px;
	padding-top:15px;
	
}
a:active.nav {
	color: #FFFF33;
	text-decoration: none;
	background-image:url(../images/new/button_hover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:30px;
	padding-top:15px;
}
a:hover.nav {
	color: #FFFF33;
	background-image:url(../images/new/button_hover.jpg);
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:30px;
	padding-top:15px;
	
}
a:link.footerlink {
	color: #AAAAAA;
}
a:visited.footerlink {
	color: #AAAAAA;	
}
a:active.footerlink {
	color: #AAAAAA;
}
a:hover.footerlink {
	color: #AAAAAA;
}
/* End of left nav control section. */

