/* CSS Document */


.bodyLook {
	background-color: #000099;
}
.containingDiv {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.mainTable {
	border: 0px solid #ffffff;
	background-color: #ffffff;
}
.logo {
	position: absolute;
	top:-10px;
	left: 1px;
	width: 264px;
	height: 276px;
}
.columnTopLeft {
	background-image:url(images/bgBlueGradient.jpg);
	background-repeat:repeat-x;
}

.mainContent {
	background-color: #D84B1E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	padding: 4px;	
}
.titleLarge {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}




.navTop {
	height: 30px;
	background-color: #002A5C;
	text-align: left;
	margin-top: 3px;
	padding-left: 10px;	
}
.navLeft {
	width: 150px;
	background-color: #48A7DF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding: 4px;
}
a.menulook1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	padding-right: 19px;
}
a.menulook1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	padding-right: 19px;
}
a.menulook1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #D84B1E;
	text-decoration: none;
	padding-right: 19px;	
}
a.menulook1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	padding-right: 19px;	
}


