/* CSS Document */

body {
	margin: 0px 10px 10px 10px;
	background: #E4E4CE url(images/sitebg.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	}

h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 19pt;
	color: #686C8C;
	font-weight: normal;
	}

h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15pt;
	color: #6C7198;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

.nav {
	background-color: #545A5F;
	padding: 2px 0px 2px 29px;
	border-top: solid 1px #E6E1B6;
	}

.content {
	background: #FFFFFF url(images/frogbg.gif) no-repeat;
	font-size: 9.5pt;
	color: #000000;
	padding: 20px 29px 29px 29px;
	border-right: solid 1px #8A8B76;
	border-left: solid 1px #8A8B76;
	}

.content A {
	color: #333333;
	text-decoration: underline;
	}
	
.content A:hover {
	color: #333333;
	text-decoration: underline;
	}

.formtext {
	font-size: 9pt;
	padding: 0px 0px 3px 0px;
	line-height: 1.48em;
	}

.formtext A {
	color: #333333;
	text-decoration: underline;
	}

.formfields {
	font-size: 8pt;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	}

.imgmarginleft {
	margin-left: 20px;
	margin-bottom: 10px;
	}

.imgmarginright {
	margin-right: 20px;
	margin-bottom: 10px;
	}

.footer {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 8.5pt;
	color: #333333;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #8A8B76;
	}
	
.footer A {
	color: #333333;
	text-decoration: none;
	}	

.footer A:hover {
	color: #333333;
	text-decoration: underline;
	}