body {
	background-color : #D9E7EA;
	background-image : url('/images/layout/bg.gif');
	background-position : top;
	background-repeat : repeat-x;
	margin-top : 36px;
}

body, td {
	font-family :  arial, helvetica, sans-serif;
	font-size : 10pt;
}

img {
	border : none;
}

h1 {
	color : #004A8D;
	font-size : 14pt;
	font-weight : normal;
}

h1 span {
	color : #000;
}

#footer {
	width : 757px;
	text-align : left;
	margin-top : 5px;
	font-size : 8pt;
}

#footer a {
	text-decoration : none;
	color : #000;
}

#footer a:hover {
	text-decoration : underline;
}

.menu {
	text-decoration : none;
	color : #B39C31;
	margin-top : 3px;
	font-weight : bold;
	cursor: text;
}


.submenu {
	position : absolute;
	visibility : hidden;
	font-size : 8pt;
	margin-left : 17px;
	line-height : 150%;
	padding-top : 5px;
}

.subMenu a {
	color : #B39C31;
	text-decoration : none;
}

.subMenu a:hover {
	color : #004A8D;
}

#siteSelect {
	margin-left : 6px; 
	width : 148px; 
	padding-top : 17px; 
	color : #fff; 
	font-size : 8pt; 
	font-weight : bold; 
	line-height : 250%;
}

#siteSelect a {
	color : #fff;
	text-decoration : none;
	width : 148px;
	display : block;
}

#siteSelect a:hover {
	color : #004B8D;
	background-color : #fff;
}

.blueSquare {
	visibility : hidden;
	margin : 1px 4px;
}