/********************************************************/
/* MASTER */
/********************************************************/

.clearfloat{
	clear:both;
}

p,ul,li,h1,h2,h3,h4,h5,h6{ /* Get rid of line break after elements */
	margin:0;
	padding:0;
}

img{
	border:0;
	margin:0;
}

.green{
	color:#21af4c;
}

.gray{
	color:#c0c0c0;
}

.light_green{
	color:#2ad25c;
}

/*Gets rid of dotted link outline*/
a
{
  /*outline: none;*/
}

/********************************************************/
/* HEADER STYLES */
/********************************************************/
h2{
	font: bold 24px "Helvetiva", Verdana, sans-serif;
	color:#21af4c;
}

h3{
	font: bold 19px "Trebuchet MS", Verdana, sans-serif;
	color:#21af4c;
}

h4{
	font: 14px "Trebuchet MS", Verdana, sans-serif;
	color:#000;
}

/********************************************************/
/* BODY */
/********************************************************/

body{
	margin:0px;
	padding:0px;
	text-align:center; /* Center container div */
	background:url(../../images/bkgd.gif) repeat-x;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	background-color:#268c44;
}

/********************************************************/
/* CONTAINER */
/********************************************************/
#container{
	position:relative;
	width:900px;
	text-align:left;
	margin:auto; /* Move container div into the center of the page */
}



/********************************************************/
/* CONTENT */
/********************************************************/
#content{
	width:962px;
}

#top{
	width:962px;
	height:13px;
}

#middle{
	width:962px;
	background:url(../../images/content_middle.gif) repeat-y;
}

#bottom{
	width:962px;
	height:13px;
}


/********************************************************/
/* FOOTER */
/********************************************************/
#footer{
	margin-top:10px;
	text-align:center;
}

#footer ul{
	font: bold 11px "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;
}

#footer ul li{
	display:inline;
}

/*Footer Link Styling*/
a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active {
	text-decoration:none;
	color:#FFFFFF;
}

a.footer_nav:hover {
	text-decoration:underline;
}
