/* top right bottom left */

html,body {

	background-image:url(/images/bgMain.gif);
	background-repeat:repeat-x;
	
	background-color:#767a7d;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	
	margin: 0px;
	padding: 0;	
}

/* Generic Site links */
a:link 		{ color: #cc9900; text-decoration:none;}
a:visited 	{ color: #cc9900; text-decoration:none;}
a:hover 	{ color: #000000; text-decoration:underline;}

#wrapper {
	position:relative;
	
	background-image:url(/images/bgWrapper.gif);
	background-repeat:repeat;
	
	background-color:#FFFFFF;
	
	width: 760px;

	margin: 0px auto;
	
	height:auto !important; /* ie cludge */
  	height:700px;
	min-height:700px;
}

#wrapperMain {
	position:relative;
	
	background-image:url(/images/bgWrapperMain.gif);
	background-repeat:repeat;
	
	background-color:#FFFFFF;
	
	width: 760px;

	margin: 0px auto;
	
	height:auto !important; /* ie cludge */
  	height:700px;
	min-height:700px;
}


#logoClick{
	position:absolute;
	top: 20px;
	left: 25px;
}


#banner {
	position:relative;
	background-image:url(/images/bgBanner.gif);
	
	height:107px;
	width:900px;
}

#bannerMain {
	position:relative;
	background-image:url(/images/bgBannerMain.png);
	
	height:237px;
	width:760px;
}

#bannerMid {
	position:relative;
	background-image:url(/images/bgBannerMid.gif);
	
	height:70px;
	width:760px;
}


#navTop {
	position:absolute;
	font-size:10px;
	top: 110px;
	right: 31px;
	text-align:right;
	
	color:#666666;
}


#navTop a:link 		{ color: #a0a0a0; text-decoration:none;}
#navTop a:visited 	{ color: #a0a0a0; text-decoration:none;}
#navTop a:hover 	{ color: #007088; text-decoration:underline;}


#navMain {
	position:relative;
	background-image:url(/images/bgNavMain.gif);
	
	height: 20px;
	width:760px;
}

#navMain .content {
	position:relative;
	padding: 3px 0px 0px 40px;

}

#navMain a:link 	{ color: #ffffff; text-decoration:none;}
#navMain a:visited 	{ color: #ffffff; text-decoration:none;}
#navMain a:hover 	{ color: #ffffff; text-decoration:underline;}


#navMain * {
	margin-right: 20px;
}

#tagline {
	position:relative;
	text-align:right;
	
	margin-top:10px;
	margin-right:22px;
	
	font-size:10px;
	font-style:italic;
	color:#999999;
}


.formData {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#868b3a;
}


#leftMain {
	position:relative;
	background-image:url(/images/bgMainLeft.gif);
	background-repeat:repeat-y;
	
	width: 239px;
	float: left;
	
	min-height:350px;	
}

#rightMain {
	position:relative;
	width: 521px;
	float: left;
}
#rightMain .content {
	position:relative;
	padding: 20px 30px 10px 20px;
}



#left {
	position:relative;
	width: 540px;
	float: left;	
}

#left .content, #leftMain .content{
	position:relative;
	padding: 20px 20px 10px 40px;
}

#right {
	position:relative;
	width: 220px;
	float: left;
}

#right .content {
	position:relative;
	padding: 20px 30px 10px 10px;
}


.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


#footerShadow {
	position:relative;
	background-image:url(/images/bgFooterShadow.gif);
	height:90px;
	
	width: 860px;
	margin: 0px auto;
}

#footer {
	position:relative;
	background-image:url(/images/bgWrapper.gif);
	height:45px;
	
	width: 760px;
	margin: 0px auto;
}

#footer .content {
	position:relative;
	padding: 0px 0px 0px 40px;
	font-size:9px;
	color:#000000;
}



#footer a:link 		{color:#cc9900 text-decoration:none;}
#footer a:visited 	{color:#cc9900; text-decoration:none;}
#footer a:hover 	{color:#999999; text-decoration:underline;}


#footer .copyright {
	position:absolute;
	top:  45px;
	left: 15px;
	
	/* margin: 0 0px 0 30px; */
	font-size:11px;
	
	color:#666666;
}


.header {
	color:#CCCCCC;
	font-size:24px;
	margin: 0 0 20px 0;
}

h1 {
	color:#000000;
	font-size:14px;
	margin: 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#2a6ebb;
	font-size:12px;
	margin: 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
