@charset "utf-8";
/* CSS Document */

#wrapper {
width: 750px; 
margin: 0 auto; /*The important bit*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #cccccc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#leftnav {
	width: 250px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#footer {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

#areas {
	width: 750px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}
#main {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 480px;
}

h1 {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #336699;
	font-weight: bold;
	margin-bottom:2px;
}

h2 {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #336699;
	font-weight: normal;
	margin:0 0 2px 0;
	
}
#form {
	width: 475px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#photobox {
	width: 175px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
	clear: right;
	float: right;
}

body,td,th {
	font-family: Times New Roman, Times, serif;}
a {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #666666;
}
a:active {
	color: #003366;
}
a:link {
	text-decoration: none;
}

.areaslink {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.areaslink a, hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.leftnavlink a:link, .leftnavlink a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	line-height: 14pt;
}

.leftnavlink a:hover {color: #FFFFFF;; }

.footerlink a:link, .footerlink a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerlink a:hover {color: #CCCCCC;; }

.boldbluetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
