
body {
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0
}

h2 {
	font-size: 11pt
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0
}

blockquote {
	margin: 3px 5px 8px 15px;
	padding: 0
}

.formlabel {
	font-weight:bolder;
	font-size:9pt;
}

/*STRUCTURE*/
#container_page {
	background-color: #fff;
	text-align: left;
	margin: 12px auto 20px;
	padding: 0;
	width: 720px
}

#top {
	margin: 0;
	padding: 0;
	width: 100%
}

#mainText {
	margin-top: 18px;
	margin-right: 25px;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 430px;
	min-width: 430px;
	float: right;
	overflow: hidden;
	border-left: 2px solid
}

.mainPhoto {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: right
}

#bottom {
	text-align: center;
	width: 100%;
	height: 135px;
	clear: right
}

#bottomText {
	text-align: left;
	margin-top: 3px;
	margin-right: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 25px;
	width: 430px;
	min-width: 430px;
	float: right;
	overflow: hidden;
	border-left: 2px solid
}

#nonbannertext {
	text-align: left;
	margin-top: 3px;
	margin-right: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 25px;
	width: 430px;
	min-width: 430px;
	float: right;
	overflow: hidden;
}

#bottomAddress {
	color: #fff;
	font-size: x-small;
	background-color: transparent;
	text-align: center;
	padding-top: 25px;
	width: 100%;
	clear: both
}

/*NAV*/
#nav_Main {
	text-align: right;
	padding-top: 13px;
	z-index: 5;
	width: 175px;
	float: left;
}

#nav_Main li {
	list-style-type: none;
	padding-bottom: 3px;
	z-index: 5;
}

#nav_Main a {
	text-decoration: none;
	z-index: 5;
}

#nav_Main li.sub {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 2px;
	z-index: 5;
}

#nav_Main li.sub a {
	color:#000;
	font-size: 8pt;
	z-index: 5;
}

/*MISC STYLES*/
a.current {
	font-weight: bold;
	color: #000;
	z-index: 5;
}

.clrBoth {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	clear: both
}

.collapse {
	margin: 0;
	padding: 0
}

.edit {
	color: #c00
}

#sideimg1 {
	position: relative;
	float:left;
	padding-top:15px;
	margin-left:8px;
	width: 215px;
}

#sideimg2 {
	position: relative;
	float:left;
	padding-top:15px;
	margin-left:8px;
	width: 225px;
}


/* ------------------ Form Grid Styles ------------------ */
.gridForm{
	clear:both;
	width:320px;
	margin:1em 0;	
	}
	
div.fullRow{float:left; width:100%; margin:0 0 .5em;}
	
	div.halfRow{float:left; width:48%; margin:0 2% 0 0;}
		
		div.quarterRow{float:left; width:23%; margin:0 2% 0 0;}
		
			div.threeEighthRow{float:left; width:35%; margin:0 2.5% 0 0;}
			* html .threeEighthRow{margin:0 2% 0 0;}/* Roudning up and then doubling ? */
			
				div.eighthRow{float:left; width:10%; margin:0 2.5% 0 0;}
				
					div.last{margin-right:0;}
					
.fullRow label{
	display:block;
	line-height:1.83em; /* This is enough line-height to handle a SUP tag without looking odd */
	font-weight:900;
	color:#000;
	}.fullRow label:after{content: " :";}
	
	.fullRow label sup{color:#000;}

.fullRow input, .fullRow textarea, .fullRow select{
	display:block;
	width:97%;
	background:#fff; border:1px solid #000;
	opacity:.8;
	font:normal normal 500 1em/1.5em arial;
	}
	
	.fullRow input.btn{
		float:right;
		width:auto;
		margin:0 3% 0 0;
		background:none;
		font-weight:900;
		cursor:pointer;
		}
	
	.fullRow input.hidden{border:none;}

.fullRow textarea{height:3.35em;}

.fullRow .check{
	display:inline;
	width:auto;
	background:none; border:none;
	}


