* {
	margin:0;
	padding:0;
	border:0;
	} 

html { 
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	} 

body { 
	text-align: center;
	padding-bottom:25px;
	background: #003366 url(../images/page_bg4.jpg) repeat-y top center;
	
	}

h1{
	font-size: 3.0em; 
	font-weight: bold;
	}

h2{
	margin: 5px 0px 0px 0px;
	font-size: 1.8em; 
	font-weight: bold;
	color: #6b9dd2;
	}

h3{
	font-size: 1.5em; 
	font-weight: bold;
	color: #666666;
	}

h4{
	font-size: 1.2em; 
	font-weight: bold;
	}

p{
	margin: 10px 0;
	font-size: 1.2em; 
	}

hr {
	color: #cccccc;
	height: 1px;
	margin-top: 10px;
	}

a { 
	color: #6b9dd2;
	text-decoration: underline;
	}

	a:hover {
		color: #000000;
		text-decoration: none;
		}
	
	a:visited { 
		color: #0384C6;
		text-decoration: underline;
		}
	
	a:active {
		color: #0384C6;
		text-decoration: underline;
		}

table {
	width: 100%;
	font-size: 1.0em;
	margin-top: 0px;
	}

	th, td {
		margin: 0;
		padding: 5px;
		text-align: left;
		vertical-align: top;
		font-size: 1.2em;
		}

	tr.highlight: hover {
		background-color: #99CCFF;
		}
	
	.headerRow {
		background-color: #cccccc;
		}




/* _ ID :: element definitions _ */

#wrapper {
	text-align: left;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}

#pageHeader {
	background: url(../images/2007_header.gif) no-repeat bottom right;
	height: 155px;
	clear: both;
	}

	#pageHeader span{
		position: absolute;
		top: -500px;
		}

#logos {
	text-align: center;
	margin-top: 30px;
	}

	#logos img {
		border: none;
		margin: 0px 10px 0px 10px;
		}

#footer {
	margin: 20px 0px 0px 125px ;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	text-align: center;	
	}

	#footer p {
		margin-top: 15px;
		font-size: 1.0em;
		}

	#footer ul li {
		margin-right: 25px;
		padding: 0;
		display: inline;
		}

#brochure {
	width: 150px;
	text-align: center;
	background: url(../images/icon_print.gif) no-repeat 2px left;
	margin-bottom: 20px;

}




/* _ Class :: element definitions _ */
.insetPhoto {
	float: right;
}

.nowrap {
	white-space: nowrap;
	}




/* _ 2 column :: Page Layout _ */

#content {
	margin: auto;
	text-align:left;
	}

#sidebar {
	float: left;
	margin:0;
	padding:0;
	}

	#sidebar-content {
		margin:0;
	}

#main {
	margin:0 0 0 125px;
	padding:0;
	}

#main-content {
	margin: 0;
	}
	
* html #main-content{ height: 1em; }

#main-content ul{ font-size: 1.1em; margin-left: 3em; font-weight: normal;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}




/* _ List Styles :: Vertical Nav _ */
#vertmenu {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	}

	#vertmenu h1 {
		display: block;
		background-color:#FF9900;
		padding: 3px 0 5px 3px;
		border: 1px solid #000000;
		color: #333333;
		margin: 0px;
		}

	#vertmenu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}

		#vertmenu ul li {
			margin: 0px;
			padding: 0px;
			}

			#vertmenu ul li a {
				display: block;
				border-bottom: 1px dashed #006699;
				padding: 5px 0px 2px 4px;
				text-decoration: none;
				color: #666666;
				width:100px;
				letter-spacing: .25em;
				}

			#vertmenu ul li a:hover, #vertmenu ul li a:focus {
				color: #fafafa;
				background-color: #8D6551;
			}

			#vertmenu ul li a.active {
				font-size: 1.1em;
				font-weight: bold;
			}

/******* FORMS ******/

form{
	margin: 1em 0;
}

form input{ border: 1px solid #444444; }

form fieldset{
	padding: 1em 2em;
	border-top: 1px solid #cccccc;
}

form fieldset legend{
	color: #666666;
}

form fieldset label, form fieldset input, form fieldset select{
	font-size: 1.2em;
	color: #333333;
	float: left;
	display: block;
	margin-bottom: 0.8em;
	width: 12em;
}

form fieldset input.checkbox, form fieldset label.checkboxlabel{
	width: 28em;
	margin-left: 1em;
	border: 0;
	float: left;
	text-align: left;
}

form fieldset input.checkbox{
	width: auto;
	margin-left: 5em;
	border: 0;
	float: left;
}

form fieldset input.radio{
	width: auto;
	margin-left: 5em;
	border: 0;
	float: left;
}

form fieldset label{
	width: 11em;
	text-align: right;
	margin-right: 1em;
}

form fieldset label.required{
	font-weight: bold;
}

form fieldset label.required:before{
	content: "* ";
}

form fieldset input{
	border: 1px solid #cccccc;
	padding: 0.2em;
}

select{
	border: 1px solid #cccccc;
}

form fieldset textarea{
	height: 7em;
	width: 25em;
	border: 1px solid #666666;
}

form br{
	clear: both;
}

form li{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 5em;
}

form ul{
	margin-bottom: 1em;
}

form .top{
	margin-top: 1em;
}

form input.submit{
	margin-left: 1em;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#hiddenbox{
	display: none;
}

.error{
	font-weight: bold;
	color: #ff0000;
}

#kellen{ border-bottom: 1px solid #000; background: url(../../images/top_bg_1x56.gif) repeat-x; text-align: left;}

#topnavrow {
	background-image: url(../../images/top_nav_bg_1x20.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	text-align: right;
	padding-right: 20px;
}

#topnavrow a{ color: #ffffff; }