/* ------------- PAGE FORMATTING ------------- */

body {
	background-color: #FFF;
	background-image: url('../imgs/mainbg.gif');
	color: #111111;
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 780px;
}

a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: none;
}


/* ------------- TOP BAR ------------- */
#topbar {
	border-width: 1px 1px 0 1px;
	border-color: white #666666 none #666666;
	border-style: solid;
	margin: 30px 0 0 0;
	height: 163px;
}

/* ------------- NAVIGATION ------------- */

#wrapper {
	margin:0 auto;
	width: 747px;
	text-align: left;
}

#mainnav {
	border-width: 0 1px;
	border-color:#666666;
	border-style: solid;
	background-image: url('../imgs/navbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Verdana;
	font-weight: bold;
	height: 37px;
}

#mainnav a {
	min-height: 15px;
	display: block;
	text-align: center;
	float: left;
	padding: 8px 16px 14px; 22px;
	margin-left: 1.5em;
	color: white;
	text-decoration: none;
}

#mainnav a:hover {
	color: #B3DAFC;
}

a#mainnav_on {
	padding: 6px 16px 0;
	display: table-cell;
	text-align: center;
	float: left;
	border-top: 2px solid #555;
	height: 29px;
	margin-left: 1.5em;
	display: block;
	color: black;
	text-decoration: none;
	background-color: white;
}

a:hover#mainnav_on {
	color: #000066;
}
/* ------------- MAIN CONTENT------------- */
.contactform {
	margin-left: 50px;
	font-size: 11px;
	font-weight: bold;
}

#contentboxhome {
	border-width: 0 1px;
	border-color:#666666;
	border-style: solid;
	clear: both;
	background-color: white;
	width: 745px;
	min-height: 300px;
}

#contentboxhome table td {
	padding: 20px;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
}

blockquote {
	font-size: 14px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	margin: 0;
}

#subpageimg {
	float: left;
	/*margin: 20px 40px 20px 20px;*/
}

.copy {
	width: 350px;
	padding: 50px 15px 10px 20px;
}

/* ------------- BOTTOM BAR ------------- */
#bottomnav {
	border-width: 0 1px 1px 1px;
	border-color:#666666;
	border-style: solid;
	font-family: Arial, Verdana;
	background-image: url(../imgs/lowernavbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	height: 16px;
	font-weight: normal;
	color: white;
}

#bottomnav a {
	color: #B3DAFC;
	text-decoration: none;
}

#lowernav {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}

#lowernav a{
	color: #333;
	font-weight: normal;
}

#copyright {
	margin-top: 3px;
	text-align: center;
	padding-right: 10px;
	color: #666;
	font-size: 11px;
}

.tricol {
	background-color: white;
	border: 1px outset #CCC;
	padding: 10px;
	margin: 30px;
	vertical-align: top;
	width: 30%;
}

/* ------------- HTML SELECTORS ------------- */

img {
	/*This is for Firefox */
	border: 0px;
}

ul {
	font-size: 12px;
	line-height: 14px;
	list-style-type: square;
}
