@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF; 
	text-decoration: underline;	
}
body {
	margin: 0px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-position: left top;
	background-color: #039B74;
}
#page {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 395px;
	width: 100%;
}


.clear {
	clear: both;
	display: block;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
#main_left_col {
	float: left;
	height: auto;
	width: 250px;
	background-image:url(images/links.jpg);
	background-repeat:no-repeat;
	height:438px;
}
#main_right_col {
	float: right;
	width: 680px;
}
#main_right_col_content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	line-height: 2em;
	text-align: justify;
}


#content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 100%;
}
#footer_content {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	color: #FFF;
}
#footer_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
}
h1 { 
    font:Verdana, Geneva, sans-serif;
	color: #096;
	font-size:12px;
}
h2 { 
    font:Verdana, Geneva, sans-serif;
	color:#096;
	font-size:12px;
}
h3 { 
    font:Verdana, Geneva, sans-serif;
	color:#096;
	font-size:12px;
}
h4 { 
    font:Verdana, Geneva, sans-serif;
	color:#096;
	font-size:12px;
}
