/********
 CSS layout by MIR: ramir@flairemedia.com
 ********
 */

/*** standard site definitions ***/

body {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	/*background: url(../images/bg_brownpixel.jpg) repeat-y;*/
	background-color: #E6E6E6;
	
}

a:link {
	color: #1C8257;
	text-decoration: underline;
} 
a:visited {
	color: #1C8257;
	text-decoration: underline;
} 
a:hover {
	color:#FF0000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1C8257;
	margin-top: 2px;
	margin-bottom: 0;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1C8257;
	margin-top: 2px;
	margin-bottom: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 0;
}

/* load logo and nav */
#pagewrapper {
	width: 966px;

}
.headerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-right: 5px;
}
.headerlinks a:link {
	color: #1C8257;
	text-decoration: underline;
}
.headerlinks a:visited {
	color: #1C8257;
	text-decoration: underline;
}
.headerlinks a:hover {
	color:#FF0000;
	text-decoration: none;
}
#splash a:link {
	color: #1C8257;
	text-decoration: underline;
}
#splash a:visited {
	color: #1C8257;
	text-decoration: underline;
}
#splash a:hover {
	color:#FF0000;
	text-decoration: none;
}
#content_body a:link {
	color: #1C8257;
	text-decoration: none;
}
#content_body a:visited {
	color: #1C8257;
	text-decoration: underline;
}
#content_body a:hover {
	color:#FF0000;
	text-decoration: underline;
}
#quicklinks a:link {
	color: #1C8257;
	text-decoration: none;
}
#quicklinks a:visited {
	color: #1C8257;
	text-decoration: none;
}
#quicklinks a:hover {
	color:#FF0000;
	text-decoration: underline;
}

/* content */
#splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
#content_body {
	margin-bottom: 20px;
	
}
#content_body p, ul, ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}
#container_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* footer */

#footer {
	margin-bottom: 10px;
}
#footer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
}
#footer a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
} 
#footer a:hover {
	color:#FF0000;
	text-decoration: none;
}



