@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

div.access {
	display:none;
	}
	
#wrapper	{
	width: 585px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	}
#main {
	float:left;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 585px;
	height: 136px;
	background-color: #FFFFFF;
	background-image:url(../images/header2.gif);
	background-repeat:no-repeat;
	text-align: left;
	}
	
#logo {
	float:left;
	clear:none;
	width:221px;
	height:34px;
	padding:20px 0 0 30px;
	}
	
#imageHeader {
	padding:5px 15px 0 85px;
	float:left;
	clear:none;
	}
	
#imageHeader2 {
	float:left;
	clear:none;
	padding-top:5px;
}	




/*--------------------- Content ---------------------*/

h1 {
	font-size: 2.2em;
	color: #000000;
	margin:0;
	}
	
h2 {
	font-size: 1.4em;
	color: #003366;
	}

h3 {
	font-size: 1.2em;
	color: #00467F;
	padding-top: 4px;
	}
	
p {
	font-size: 1.2em;
	color: #000000;
	}
	
a:link {
	color:#003366;
	text-decoration:underline;
	}
	
a:visited {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	color:#003366;
	}

.red { 
	color: #FF0000;
	font-weight: bold;
	}
	
.white {
	color:#FFFFFF!important;
	}
	
.navy {
	color:#003366!important;
	font-weight:bold!important;
	position:relative!important;
	top:2px;
	font-size:1.3em;
	}
	
.black {
	color:#000000;
	font-size:1.2em;
	position:relative;
	top:2px;
	}
	
#image {
	width:135px;
	padding:0 20px;
	float:left;
	clear:none;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 390px; 			
	text-align: left;
	padding: 0 10px 20px 10px;
}

#base {
	width: 585px;
	color: #FFFFFF;
	clear: both;
	}	
	
#timesImage {
	float:right;
	}
	
#img {
	padding:110px 0 15px 20px;
	float:left;
	width:150px;
	}
	
form {
	width: 400px;
	}

/*--------------------- Footer ---------------------*/

#footer {
	width: 585px;
	height: 50px;
	color: #000000;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	}	
