BODY {
	FONT-SIZE: 12px;
	background-image: url(../images/layout/bodyback.png);
	MARGIN: 0px;
	COLOR: 	#000000;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #498bc5;
	text-align: center; /* this centers the container in IE 5* browsers.*/
	padding: 0px;
}
A {
	COLOR: #003399;
	TEXT-DECORATION: none
}
A:hover {
	color: #0099FF;
	text-decoration: underline;
}
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #0065bb;
	margin: 0px;
	padding: 0px;
}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #014076
}
h3 {
	font-weight: bold;
	color: #000033;
}

#columnLeft {
	width: 175px;
	float: left;
	position: relative;
}
#columnMid {
	width: 555px;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#columnRight {
	width: 160px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#holder {
	width: 950px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	text-align: left;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	overflow: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/contentback.png);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	background-image: url(../images/layout/topbar.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 950px;
}
#footer {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #3069A3;
	text-align: left;
	clear: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#preFooter {
	PADDING: 0px;
	BACKGROUND-COLOR: #5184BB;
	text-align: left;
	clear: left;
}
#footer A {
	COLOR: #ffffff;
	TEXT-DECORATION: none
}

#footerRight{
	float: right;
}
#footerLeft{
	float: left;
}
#spacer{
	clear: both;
}

#advertDiv {
	clear: left;
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageDiv {
	FLOAT: right;
	MARGIN-BOTTOM: 10px;
	MARGIN-LEFT: 20px;
	width: 200px;
	clear: right;
}

.imageDiv img{
	border:1px solid #AAADBB;
	float: left;
}

.imageTextDiv{
	font-size: 10px;
	color: #666666;
	clear: left;
	float: left;
	width: 200px;
}

.imageText{
	font-size: 10px;
	color: #666666;
}


blockquote {
	font-style: italic;
}

#videoThumb {
	float: left;
	width: 80px;
}
#videoThumb img{
	height: 60px;
	width: 80px;
}
#videoItemText {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	width: 435px;
}
#videoItem {
	padding: 5px;
}
#pictureThumb {
	float: left;
	display: inline;
	padding: 5px;
}
#pictureThumb img{
	height: 75px;
	width: 75px;
}
.formText {
	background-color: #EFF3F8;
	border: 1px solid #63798F;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	font-size: 12px;
}
#resultTable{
	width: 100%;
	border-collapse:collapse;
}

#resultTable td{
	text-align: left;
	border: 2px solid white;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#resultTableHeader{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;	
}

#resultTableRowA{
	background-color:#CFDCEB
}
#resultTableRowB{
	background-color:#FFFFFF
}
