@charset "UTF-8";
/* CSS Document */

/*Thanks To Yahoo Developer Page For The Code To Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
		h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
	
/*Begin Site Specific CSS */
body {
	background-image: url(../images/gradient.jpg);
	background-color: #CED75D;
	background-repeat: repeat-x;
	border-top-color: #000000;
	border-top-width:  5px;
	border-top-style: solid;
	
}

h1 {font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
}

h2{font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:900;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000000;
	border-bottom-color: #003C00;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

h3{font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	color: #003C00;
	border-bottom-color: #003C00;
	border-bottom-style: dashed;
	border-bottom-width: 1px;

}

h4{font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

ul{list-style:inside;
	list-style-type: none;
	margin-left: 10px;
	line-height: 20px;
	padding-top: 10px;
	}

a:link {text-decoration: none;
	color:#003C00;}
a:visited {text-decoration: none;
	color: #003C00;
}
a:hover {text-decoration: underline;
	color: #003C00;
}


#primaryContent {width: 760px;
	margin: 0px auto;
	border-bottom: #000000 solid 2px;
	background-color: #003C00;
		
}

#header {
	height: 150px;
	width: 760px;
	background-image:url(../images/headerbkground.gif);
	background-position:center;
	background-repeat: no-repeat;
}

#mainContentWrapper {font-family: Optima, Helvetica, Arial, San-Serif;
	background-image:url(../images/topcorners.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 750px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -50px;
	padding: 0px;
	overflow: hidden;
}

#mainContent {	
	margin-bottom: 10px;
	width: 504px;
	min-height: 500px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	font-family: Optima, Helvetica, Arial, San-Serif;
	font-size:12px;
	color: #000000;
	float: left;
	border-right-color: #003C00;
	border-right-style: solid;
	border-right-width: 1px;
	overflow: hidden;
}

#sideContentTop {width: 200px;
	float: right;
	margin-right: 10px;
	
}



#footer {clear: both; 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Optima, Helvetica, Arial, San-Serif;
}

#portfolio {padding-right: 5px;}

.heading{font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 800;}

.error {color: #F00;}
