/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-image: url(/_images/_pgElements/pgBkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #61615f;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#PgWrapper {
	background-image: url(/_images/_pgElements/baseBkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #464646;
	margin: 0 auto;
	width: 962px;
}

#masthead {
	background-image: url(/_images/_pgElements/pgHead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0 auto;
	width: 962px;
	height: 439px;
	}
	
#Head_Menu {
	margin: 0 auto;
	width: 960px;
	height: 224px;
	}

#MainArea {
	margin: 0 auto;
	width: 818px;
	padding: 0;
}

#footer {
	background-image: url(/_images/_pgElements/pgFooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0 auto;
	width: 962px;
	height: 60px;
	}

	
/* -------- MENU ----------- */

#MenuArea {
	float: left;
	margin: 0;
	margin-left: 80px;
	margin-top: 343px;
	padding: 0;
	width: 820px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.0em;
	color: #ffffff;
	font-weight: normal;
	}
	
#MenuArea a:link, #MenuArea a:visited {
	text-decoration: none;
	color: #ffffff;
}

#MenuArea a:hover {
	text-decoration: none;
	color: #fccd07;
}

#MenuArea .downarrowclass{
	position: absolute;
	bottom: 12px;
	right: 0px;
	}

/*----------- COLUMN SETUP ------------*/

#twoCol_left {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	/*border: 1px #1f308b solid;*/
	}
	
#twoCol_right {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
	}
	
	
/* -------- RIGHT COLUMN STYLES ----------- */

#twoCol_right h1 {
	font-size: 2.1em;
	color: #ffd89f;
	line-height: 1.0em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
}

#twoCol_right h2 {
	font-size: 1.3em;
	color: #ffffff;
	line-height: 1.0em;
	text-align: left;
	margin: 0;
	padding: 6px 0 16px 0;
	font-weight: normal;
	font-style: italic;	
}

#twoCol_right h3 {
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

#twoCol_right h4 {
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	}

#twoCol_right p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	color: #ffffff;
	}

#twoCol_right ul {
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: circle;
	padding: 0;
	font-weight: normal;
	}

#twoCol_right a:link, #twoCol_right a:visited {
	text-decoration: underline;
	color: #fccd07;
	}

#twoCol_right a:hover {
	color: #000000;
	}


#twoCol_right a:link img, #twoCol_right a:visited img {
	text-decoration: underline;
	color: #1b1b1b;
	}

#twoCol_right a:hover img {
	color: #fccd07;
	}


/*----------LEFT COLUMN Styles -------------*/

#twoCol_left h1 {
	font-size: 1.6em;
	color: #ffffff;
	line-height: 1.0em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	padding: 6px;
	font-weight: normal;
	background-color: #008752;
}

#twoCol_left h2 {
	font-size: 1.3em;
	color: #ffffff;
	line-height: 1.0em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

#twoCol_left h3 {
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.0em;
	text-align: left;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}

#twoCol_left p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	padding: 0 10px 0 10px;
	}

#twoCol_left a:link, #twoCol_left a:visited {
	text-decoration: underline;
	color: #fccd07;
	}

#twoCol_left a:hover {
	color: #000000;
	}



/*--------------------- Main Form  ------------------*/

#MainForm {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	}

#MainForm fieldset { 
	padding: 5px 13px 15px 13px;
	margin: 0;
	margin-top: 0; 
	margin-bottom: 6px; 
	border: 1px solid #1f308b;}

#MainForm legend { 
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	color: #1f308b;
 }

#MainForm label {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 2.4em;
	font-weight: normal;
	color: #000;
}

#MainForm input{
	color:#000;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#MainForm input:focus{ background-color: #ffffcc; color:#000000; }

#MainForm input.required_Field{ border-left:3px solid #ff0000; }

#MainForm table {
	padding: 0;
	margin: 0;
}

#MainForm td {
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
	padding-left: 2px;
}

#MainForm td label {
	font-weight: bold;
	padding-left: 2px;
}

#MainForm th {
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	font-weight: bold;
	padding: 2px;
	background-color: #93c1d3;
}

#MainForm #errMessage {
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: red;
	text-align: center;
	}


/* END OF INPUT AREAS */

/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin: 0;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #fccd07;
}

#Copyright a:hover {
	color: #000000;
}


/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}


/* IE6 Only */
* html #MenuArea {
	}

/* IE7 Only */
*:first-child+html #MenuArea {
	}
