/* CSS Document */

body {
	background: url(template_imgs/pgBg.jpg) repeat #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color:#666666;
	line-height:18px;
	margin:0;
	padding:0;
	}
	h1, h2, h3, h4, h5 { margin:0; }
	p { margin:0; }
	a { color:#18585e; }
	
	
/* Structure: These styles control the Basic Site container
============================================================== */
#wrapper {width:800px; background:#FFFFFF; padding-top:20px; margin:auto;}

#header {width:800px; height:279px; background:url(template_imgs/main_header.jpg);}
#nav {
	width:780px; height:27px; background:url(template_imgs/nav_bg.jpg);
	text-align:left; padding:10px 0px 0px 20px; color:#000000;
}
	#nav a {text-decoration:none; color:#333333;}
	#nav a:hover {text-decoration:underline; color:#333333;}

#footer {
	width:800px; height:35px; background:url(template_imgs/footer.jpg) top no-repeat;
	padding-top:65px; font-size:10px; color:#999999; text-align:right; clear:both;
}


/* Sub-Structure: These styles control the Home page container
=============================================================== */
#homeFlash {width:800px; padding-top:10px;}

#homeRight {width:550px; padding:25px 0px 20px 25px; float:left;}


/* Sub-Structure: These styles control the Info page container
=============================================================== */
#subLeft {width:225px; padding-top:25px; float:left;}
	#quicklinks {width:224; background:url(template_imgs/ql-bg.gif) repeat-y; padding:0px 0px 25px 10px;}

#subRight {width:525px; padding:25px 25px 20px 25px; float:left;}
	#subRight a {color:#003366; text-decoration:none;}
	#subRight a:hover {color:#FF9900; font-size:14px; text-decoration:none;}
	
#paymentoptions {width:500px; padding:20px; background-color:#FFFFFF;}

/* Form Styles
==============================================================*/
.txtForm {font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 11px;}

