/* CSS Document */

body {
	background: #99cc66 url(ivyleft.gif) 0% 200px no-repeat;
	border-top: 7px solid #ee1289;
	margin:0;
	padding:0;
	}

h1 {
	font: 22px georgia, "times new roman";
	margin:0;
	padding: 0 0 5px 0;
	color: #cc6666; /*mauve*/
	}

h2 {
	font: 18px georgia, "times new roman";
	margin:0;
	padding: 15px 0 5px 0;
	color: #DFFFA5; 
	}

p {
	font: 15px georgia, "times new roman", serif;
	margin:0;
	padding: 0 0 15px 0;
	color: #333333; /*dark gray*/
	line-height: 140%;
	}

.masthead {
	background: url(damask_156.gif) repeat-x;
	height: 100px;
	}

.masthead h1 {
	background: url(masthead.png) no-repeat 50% 0%;
	height: 80px;
	text-indent: -999999px;
	}

.topnav {
	background: url(topnav.png) repeat-x top left;
	height: 37px;
	width: 494px;
	position: absolute;
	margin-top: -12px;
	margin-left: 438px;
	font: 13px bold arial, verdana;
	color: #ffe5f3;
	}

.topnav ul {
	list-style-type: none;
	margin:0;
	padding-top: 8px;
	text-align: center;
	}

.topnav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin:0;
	}

.topnav a {
	text-decoration: none;
	color: #ffe5f3;
	}	

.topnav a:hover {
	text-decoration: none;
	color: #EAEAAE;
	}	

.wrap {
	width: 850px;
	margin-left: 300px;
	margin-top: 50px;
	position: absolute;
	}

.leftnav {
	float: left;
	width: 146px;
	padding-right: 5px;
	color: #333333;
	font: 13px georgia, "times new roman";
	margn:0;
	}

.leftnav a {
	color: #DFFFA5;
	text-decoration: none;
	}

.leftnav a:hover {
	color: #678944;
	text-decoration: none;
	}

.leftnav ul {
	list-style-type: none;
	padding: 5px 5px 0 0;
	margin: 0;
	}

.leftnav li {
	padding: 0 5px 10px 0;
	margin:0;
	text-align: center;
	}

.content {
	width: 480px;
	/*border-left: 1px solid #a6e788;
	border-right: 1px solid #a6e788;*/
	padding: 0 15px;
	float: left;
	}

.content a:link {
	text-decoration: none;
	color: #cc6666;
	}

.content a:visited {
	text-decoration: none;
	color: #cc6666;
	}

.content a:hover {
	text-decoration: underline;
	color: #cc6666;
	}

.content a:active {
	text-decoration: none;
	color: #cc6666;
	}

.content ul {
	margin:0 0 0 20px;
	padding: 0 0 5px 0;
	list-style-type: none;
	font: 15px georgia, "times new roman", serif;
	color: #333333; /*dark gray*/
	line-height: 140%;
	}

.content li {
	padding-bottom: 3px;
	margin: 0;
	}

.rightnav {
	float: left;
	width: 146px;
	text-align: center;
	padding-left: 5px;
	}

.rightnav p {
	font: 13px georgia, "times new roman";
	padding: 0 0 15px 0;
	margin:0;
	line-height: 120%;
	}

.rightnav h1 {
	font: 16px georgia, "times new roman";
	margin:0;
	padding: 0 0 5px 0;
	color: #cc6666; /*mauve*/
	}

.rightnav a {
	color: #DFFFA5;
	text-decoration: none;
	}

.rightnav a:hover {
	color: #678944;
	text-decoration: none;
	}

.topswirl {
	background: url(topswirl.gif) no-repeat;
	height: 23px;
	}

.bottomswirl {
	background: url(bottomswirl.gif) no-repeat;
	height: 31px;
	}

.footer {
	width: 495px;
	margin: 20px 0 0 157px;
	padding: 0;
	clear: both;
	}

.footer p {
	padding: 5px;
	margin:0;
	font-size: 11px;
	color: #678944;
	}

.footer a {
	color: #DFFFA5;
	text-decoration: none;
	}

.footer a:hover {
	color: #678944;
	text-decoration: none;
	}

.picright {
	float: right;
	}

table{
	width: 100%;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font: 12px georgia, "times new roman", serif;
	}

th{
	border-spacing:0;
	color: #333333;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border-bottom: 2px solid #678944;
	}

tr{
	background: #99cc66;
	border-spacing:0;
	color: #333333;
	}

td{
	color: #FFF0FC;
	border-spacing:0;
	color: #333333;
	padding: 5px;
	border-bottom: 1px solid #678944;
	} 

hr {
	border-bottom: 1px solid #678944;
	padding: 5px 0;
	margin: 0;
	height: 1px;
	}

img {
	padding: 10px;
	border: 1px solid black;
	background: #678944;
	margin: 4px;
	}