/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:950px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 80%;
}
#outer{
	height:100%;
	min-height:100%;
	width:950px;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/leftBG.gif) repeat-y;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:750px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:950px;
	height:173px;
	background:url(images/header2.jpg);
	/*border:1px solid #000;
	overflow:hidden;*/
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	
	text-align: right;

	padding-top:175px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left a{
	color:#FDFF67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding-left:3px;
	padding-right:2px;
}
#left a:hover{
	color:#E0E600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
#left ul{
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
#left ul a{
	/*color:#000000;*/
	font-size: 90%;
	font-weight: normal;
	list-style-type: none;
}
#left ul a:hover{
	color:#E0E600;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}


#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:46px;padding-bottom:0px}

#right {
	position:relative;
	width:200px;
	float:right;
	padding-top:175px;
	padding-bottom:32px;
	font-family: Arial, Helvetica, sans-serif;
	/*border-left: solid 2px #3399FF;*/
}

#footer {
	width:950px;
	clear:both;
	height:50px;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FF8080;*/
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:544px;
	float:right;
	padding-top:175px;
	padding-bottom:32px;
	border-left: 3px white solid;
	border-right: solid 2px #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
h2{
	margin:10px 0px 5px 3px;
	clear:left;
}
h3{
	margin:0px 0px 0px 5px;
}
h2,h3,h4{
	color:#194C7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
#centrecontent h1{
	color:#3399FF;
	margin:-3px 0px 5px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 230%;
}
#centrecontent h2{
	color:#3399FF;
	margin:-3px 0px 5px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
#centrecontent p {
	padding-left:8px;
	padding-right: 8px;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.imgleft{
	padding: 0px 3px 3px 8px;
	float:left;
}
.imgright{
	padding: 0px 8px 3px 3px;
}
#right form{
	margin:0px;
	padding:1px 25px 0px 4px;
}
#right p{
	margin:0px;
}
#right h3{
	margin:10px 0px 0px 3px;
}
#right h4{
	margin:10px 0px 0px 3px;
}
#right .button{
	width:150px;
}