@charset "utf-8";
/* CSS Document */

/* PAGE DEFAULTS */
body
{
	font-family:Arial, Helvetica, sans-serif;
}
#footer a:link, #content a:link 
{
	color: #000;
}
#footer a:visited, #content a:visited  
{
	color: #000;
}
#footer a:hover, #content a:hover
{
	color: #333;
}
#footer a:active, #content a:active
{
	color: #666;
}

/* AREA SPECIFIC STYLES */
table#page
{
	width:900;
	border:0;
	background-color:#010066;
	background-image:url(images/black.jpg); 
	background-repeat:repeat-y; 
	background-position:left top;
}
div#leftCorner
{
	width:150px; 
	height:150px; 
	background-color:#010066; 
	margin:0; 
	padding:25px;
}
div#blueSquare
{
	width:150px; 
	height:150px; 
	background-color:#006599; 
	margin:0px; 
	padding:0; 
	z-index:1;
}
img.logo
{
	float:left; 
	z-index:10; 
	margin:-25px 0 0 -25px;
}
div#headerNav
{
	color:#FFF; 
	font-family:Arial, Helvetica, sans-serif; 
	height:25px;
}
div#header
{
	width:700px; 
	color:#FFF; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header a:link, #header a:visited, #headerNav a:link, #headerNav a:visited
{
	color:#FFF;
	text-decoration:none;
}
#header a:hover, #headerNav a:hover
{
	color:CCC;
	text-decoration:none;
}
#header a:active, #headerNav a:active
{
	color:999;
	text-decoration:none;
}
div#address
{
	text-align:right; 
	margin:0 0 26px auto; 
	width:400px; 
	height:20px;
	font-size:16px;
}
div#featured
{
	height:20px; 
	width:100%; 
	background-image:url(images/yellow-strip.png); 
	background-repeat:repeat-x; 
	text-align:center;
	color:#000;
	font-size:16px;
}
div#content
{
	background-color:#FFF; 
	padding:15px 10px;
}
#footer
{
	text-align:center;
	color:#000;
}
#footer p.serviceArea
{
	font-size:9px;
}

/* OPTIONAL STYLES */
.bold
{
	font-weight:bold;
}
.red
{
	color:#680038;
}
.blue
{
	color: #000066;
}

