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


/*main styling*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669933;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	line-height:16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0066cc;
}

h2 {
    font-size: 12px;
	color: #0066cc;
	font-weight: bold;
}


a:link{
color:#0066CC;
font-weight:normal;
}

a:visited{
color:#669933;
font-weight:normal;
}



#container{
width:1096px;
}

#header{
background-image:url(images/header.jpg);
width:1096px;
height:71px;
}

#footer{
background-image:url(images/footer.jpg);
width:1096px;
height:112px;
margin-left:26px;
}


/*about page*/

#content_left{
margin-top:50px;
float:left;
}

#content_right{
float:right;
}