* { margin:0; padding:0; }

body{
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#414141;
	}

/* 

Site wide Defaults 
avoid editing - create specific ids or classes to ovveride 
    
 */	
img{ border: 0; }

h1 { 
	font-family:Verdana, Helvetica, sans-serif;
	font-size:18px; 
	color:#424242;
	margin-bottom:10px;
	}
	
h2 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px; 
	color:#424242;
	}

h3 { 
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px; 
	color:#424242; 
	font-weight:bold; 
	}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#424242;
	font-weight:bold;
	margin-bottom:8px;
	line-height:20px;
}

h5 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px; 
	color:#424242;
	margin-bottom:8px;
	}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px; 
	margin-bottom:6px;
	color:#000000;
	font-weight:normal;
	}	

p  { margin-bottom:15px; line-height:20px;}
a:link, a:visited{ text-decoration:none; font-weight:bold;  color:#424242; }
a:link:hover, a:visited:hover{ background-color:#bbe08d; border-bottom: 2px solid #cacaca; }

a.plain:hover{border-bottom:none; background-color:transparent;}  

ul{ list-style-type: none; padding: 0; margin: 0 0 0 20px; }
li{  background: url(../images/bullet_sq.gif) no-repeat 0 4px; 
	padding:0 0 8px 10px; line-height:16px;
	}
	
ol{ padding: 0; margin: 0 0 0 20px; }
ol li{ font-size:10px; background:none;
    padding:0 0 8px 10px;
	}	 
sup{font-size:9px; }
	
input{ background-color: #edecec; }
fieldset{ border:0; border-top:1px solid #424242; padding:10px; width:370px;}
legend{ color:#424242; padding:5px; border: 1px solid #424242; font-size:11px; font-weight:bold; background-color:#f1efef; }


/* layout containers */

#site{
	width:850px;
	margin:20px auto;
	text-align:left;
	
	background:url(../images/bkrnd.gif);
	} 

#headerContainer{ background-color:#fff;}
#bannerContainer{ border-bottom:4px solid #fff; border-top:4px solid #fff; }
	
	
#nav{  width:850px; }

#midBanner{
	width:850px;
	float:left;
	background-color:#fff;
	padding: 2px 0 1px 0;
	border-bottom:1px solid #959494;
	}

#midBanner table{ border-collapse:collapse; background-color:#D0CECE; margin-bottom:2px; width:850px;}
	

#sidebar{
	float:left;
	width:254px;
	margin:5px 0 0 2px;
	
	display:inline;
	}

#content{

	float:left;
	width: 388px;
	margin: 15px 18px 0 18px;
	
	display:inline;
}
#content p{ text-align:justify; }



#rightSidebar{

	width:166px;
	float:right;
	}
#rightSidebar a:link, a:visited{ color:#424242; }
#rightSidebar a:link:hover, #rightSidebar a:visited:hover{ background-color:#bbe08d; border-bottom: 2px solid #cacaca; }
#rightSidebar p{ margin:0 10px 20px 10px; font-size:11px; line-height:14px;  }

#footer{
	clear:both;
	border-top:1px solid #959494;
	background-color:#fff;

	font-size:10px;
	color:#414141;
}

#footer table{ width:850px;}


/* Unique Case Styles - Custom Classes */

/*text heavy list */
.textList{list-style-type: none; padding: 0; margin: 0 0 0 20px; }
.textList li{ background: url(../images/bullet.gif) no-repeat top left;
			  padding:0 0 15px 20px;
			  line-height:16px; text-align:justify;
			  }
			  
/* data table */
.dataTable		 { border-collapse:collapse; margin-bottom:20px; }
.dataTable th	 { background:url(../images/bkrnd_form.jpg) repeat-x; color:#424242; text-align:left;}
.dataTable td, th{ padding:5px; border:1px solid #dedddd ; }
.shaded			 {	background-color: #edecec; }

	
/*forms -- used in combination with input, fieldset and legend defined above */
.formTable{	width:350px; 
			background:url(../images/bkrnd_form.jpg) repeat-x; 
			border-collapse:collapse; 
			margin-bottom:10px;
			}
.formTable td{ padding:7px;  border-bottom:1px #dedddd solid; color:#666; font-weight:bold; background:url(../images/bkrnd_form.jpg) repeat-x; }

/*ALT for white form */
.formTableWhite{
			width:100%; 
			border-collapse:collapse; 
			border: 1px solid #d0cece; 
			}
.formTableWhite td{ padding:10px;  border-bottom:1px #dedddd solid; color:#666;  }
.formTableWhite th{ padding:4px 7px;  color:#424242; font-weight:bold; text-align:left; font-size:13px; border-bottom:0; }
.formTableWhite input{ width:95%; }

.noPad{padding:4px 0 !important;}

.required{ color: #424242; font-weight:bold; }
.error{ background-color:#edecec; border: 1px dotted #424242; padding:20px; color:#424242; margin-bottom:15px;}
.error p{ margin:5px 0; line-height:16px;}

/* CAPTCHA STYLES */
#captcha{ margin:15px 0 10px 0; font-size:95%; 	border: 1px solid #d0cece; border-collapse:collapse;}
#captcha th{padding-left:5px; background:url(../images/bkrnd_form.jpg) repeat-x; color:#424242; border:0; }
#captcha td, #captcha th{border-bottom:1px solid #d0cece; padding:5px; background:transparent; }


/*images*/	
.accentImage{padding:3px; border:1px solid #b5b5b5; margin:10px; }
.accentImageR{float:right; padding:3px; border:1px solid #b5b5b5;  margin:10px; }
.accentImageL{float:left; padding:3px; border:1px solid #b5b5b5;  margin:10px; }

/* for captions */
#content .accentImageL p, #content .accentImageR p, #content .accentImage p
	{text-align:center; font-size:10px; background-color: #edecec; margin:3px 0 0 0; padding:3px; color:#666;}

/* images as links */
.accentImageL a:link:hover, .accentImageL a:visited:hover{ border:0; background-color:transparent;}

/*sidebar list*/
.sidebarList li{ background: url(../images/bullet_arrow.gif) no-repeat 0 3px; 
				padding:0 0 5px 10px; line-height:12px;
				} 
.sidebarList a{ color:#424242; font-size:11px; text-decoration:none; }


/* DO NOT ADD ANY MORE STYLES TO THIS CSS - USE ADDITIONAL_STYLES.CSS :-) */