@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
	background: #ffffcc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
table.main{ 
  margin:0 auto; 
}
.wrapper {
     width: 847;
	 margin: 0;
	 border-right: 1px solid #000099;
	 border-left: 1px solid #000099;
	 background: #ffffff;
	 text-align: left;
	 }
h1 {
     font-size: 16px;
	 font-weight: bold;
	 color: #ffffff;
	 }
.subhead {
	 background: url("images/pagebg.jpg") center top repeat-y;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight: bold;
	 text-align: center;
	 color: #000099;
	 width: 853px;
	 padding-bottom: 4px;
	 }
	 
p {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: #000000;
}
.contacts {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: #000000;
	 margin-left: 60px;
}

.mainbody {
	 background: url("images/pagebg.jpg") center top no-repeat;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: #000000;
	 }

.phone {
     font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size: 28px;
	 font-weight: bold;
	 color: #FFFFFF;
	 text-align: center;
	 }
	 
.smallprint  {
     font-family:  Arial, Helvetica, sans-serif;
	 font-size:  9px;
	 font-weight: normal;
	 width: 853px;
	 padding: 4px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 text-align: center;
	 }
.topaddress  {
    font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 14px;
	color: #000000;
	text-align: right;
	}
.title {
	background: url(images/navbottomfull.jpg) center top no-repeat;
	width: 853px;
	height: 46px;
}
.titleleft {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 2px;
	padding-left: 12px;
	width: 400px;
	float: left;
}

.titleright {
	font-size: 32px;
	font-weight: bold;
	float: right;
	color: #ffffff;
	text-align: center;
	padding-right: 12px;
	padding-top: 2px;
	width: 400px;
}
	
topnav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	}
.topnav a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	}

.topnav a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFCC66
	}
.topnav a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	}
 
.footer { 
	width: 854px;
	padding: 4px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003399;
	border: #003399;
	text-align: center;
} 

.footer a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	}
	
.footer a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFCC66
	}

.footer a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	}
	
.license {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
