/*** Custom Styles ***/

/*** Frame ***/
body {
	background: #9ad133;
	font-size: 14px;
}
#wrap {
	padding: 20px;
}

/*** Hyperlinks ***/
a, a:visited {
	color:  #772124;
	text-decoration: underline;
}
a:hover {
	color: #58181b;
	text-decoration: underline;
}

/*** Headings ***/
h1, h2, h3, h4 {
	font-family: Georgia, Trebuchet MS, Times New Roman, serif;
}

h1 a, h1 a:visited, h1 a:hover {
	text-decoration: none;
}

/*** Header ***/
.headerright {
	padding: 0px 0px 35px 0px;
}