body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 24px;*/
	color: #336699;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*line-height: 24px;*/
	color: #333333;
}

a:link {
	text-decoration: none;  color: #00E
}
a:visited {
	text-decoration: none; color: #00E
}
a:active {
	text-decoration: underline; color: #066
}
a:hover {
	text-decoration: underline; color: #00E
}
/*below is the style for the links that need to be white*/
.whitelinks a:link {
	text-decoration: none;  color: #FFFFFF
}
.whitelinks a:visited {
	text-decoration: none; color: #FFFFFF
}
.whitelinks a:active {
	text-decoration: underline; color: #FFFFFF
}
.whitelinks a:hover {
	text-decoration: underline; color: #FFFFFF
}

.headerbox {
	width: 470px;
	padding: 20px 0px 20px 0px;
	/*'padding-top' 'padding-right' 'padding-bottom' 'padding-left';*/
	font-size:large;
	text-align:center;
	background-position: top center;
	background:url("images/headerbox2.gif") no-repeat;
}

#mainbar {
	background-color: #006699;
	width: 100%;
	line-height: 25px;
}

#otherbar {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

#lasdimage {
	background-color:#0066FF;
}

#rightsidebar {
	width: 200px;
	background-color:#006699;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
}

#leftsidePane {
	width: 150px;
	background-color: #006699;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#blackbar {
	background-color:#000000;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

