body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/backpinkcircles.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #ffe8f4;
    scrollbar-arrow-color: #df0077;
    scrollbar-base-color: #ffe8f4;
    scrollbar-darkshadow-color: Black;
    scrollbar-face-color: #ffe8f4;
    scrollbar-highlight-color: #ccc;
    scrollbar-shadow-color: #333;
    scrollbar-track-color: #ffe8f4;
}
a:link, a:visited, a:active {
    color: #df0077;
	text-decoration: underline; 
}
a:hover {
	text-decoration:none;
	}


h1, h2 {
	font-size: 14px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#000000;
	margin-bottom: 3px;
}

h3 {
	font-size: 11px;
	color:  #df0077;
	margin-bottom: 3px;
}

h4 {
	font-size: 12px;
	color:  white;
	margin-bottom: 2px;
}

hr {
	border-width: thin;
	color: #df0077;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-bottom: 1px;
}
	
.required {
	color:#FF0000;
	font-weight:bold;
}

/* Main Navigation div definition */

#mainnav {
	border: 0;
	border-top: 1px solid #df0077;
	border-bottom: 1px solid #df0077;
	background-color: #ffe8f4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #df0077;
	padding-left: 0px;
	padding-right: 0px;
	margin:0 auto;
	text-align:center;
}

#mainnav ul {
	padding: 0;
	list-style-type: none;
}

#mainnav ul li {
	display: inline;

}

#nav{ width:100%; overflow:hidden; }
	#nav ul{ line-height:1; }
	#nav li{ font-size:15px; float:left; display:block; }
	#nav li.last{ padding:0 40px 0 0; }
	#nav li a{ text-decoration:none; float:left; padding:0px 10px; }
	#nav li a:hover, #nav li a:active, #nav li a:visited{ color:#FF0080; text-decoration:none; float:left; cursor:pointer; }
	#nav .curr{ background-color:#669966; }
	#nav a.curr,#nav a.curr:hover,#nav a.curr:active,#nav a.curr:visited{ color:#FFFFFF; }
		#nav li ul{ position: absolute; background:#FF0080; width:150px; left:-999em; margin:22px 0 0 10px; }
		#nav li ul li{  padding:0 10px 5px 10px; font-weight:normal; width:100%; }
		#nav li ul a,#nav li ul a:visited{ font-size:11px; text-align:left; width:115px; line-height:16px; height:auto; color:#fff; padding:0 0 0 6px; }
		#nav li ul a:hover{ color:#fff; height:auto; line-height:16px; }
		
		#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul{ left:auto; }

/*
a.nav:link, a.nav:visited, a.nav:active{
	border: 1px solid #df0077;
	color: #df0077;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

a.nav:hover {
	border: 1px solid white;
	background-color: #df0077;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	
}
*/

a.nav2:link, a.nav2:visited, a.nav2:active{
	color: white;
	text-decoration: none;
	padding-left: 3px;
}

a.nav2:hover {
	background-color: white;
	color: #000066;
	text-decoration: none;
	padding-left: 3px;
	
}

.main {
	border: 0;
	border-left: 1px solid #df0077;
	border-right: 1px solid #df0077;
	border-top: 1px solid #df0077;
	border-bottom: 1px solid #df0077;
	background-color: #fff;
}

/* Main Body Content div defintion */
.mainbody {
	background-color: White;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#blurb h1 {
	background-color: #df0077;
	color: #fff;
	padding: 3px;
	font-size: 11px;
}

#blurb table {
	border: 1px solid #df0077;
	background-color: #ffe8f4;
}

#blurb p {
	padding: 3px;
}

#tomatogreen h1 {
	background-color: #377234;
	color: #fff;
	padding: 3px;
	font-size: 11px;
}
#tomatogreen h2 {
	background-color: #377234;
	color: #fff;
	padding: 3px;
	font-size: 14px;
}
#tomatogreen table {
	border: 2px solid #377234;
	background-color: #DDFFDB;
}

#tomatogreen p {
	padding: 3px;
}

.story {
	padding-top: 3px;
	padding-bottom: 3px;
}

.date {
	font-size:9px;
	color: #d5d5cf;
	background-color: #5b747d;
	margin-bottom: 3px;
	padding-right: 3px;
	}

.tableclay {
	border: 1px solid #000066;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #81806c;
	color: #d5d5cf;
}
	
.tablesand {
	border: 1px solid #000066;
}

.cellnavy {
	background-color: #000066;
	color: #fff;
	border-top: 1px solid #d5d5cf;
}

.cellteal {
	background-color: #5b747d;
	color: #d5d5cf;
	border-bottom: 1px solid #000066;
}

#footer {
	border: 0;
	border-top: 1px solid #df0077;
	border-bottom: 1px solid #df0077;
	background-color: #ffe8f4;
	font-size: 10px;
	color: #df0077;
	padding-bottom:0;
	padding-top: 5px;
	
}

/* The Form Elements are below */
.text100 {
	font-size:11px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	width: 150px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text70 {
	font-size:11px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	width: 70px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text200 {
	font-size:11px;
	border: 1px solid #df0077;
	background-color: #FFE8F4;
	width: 200px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text350 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	width: 350px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.text500 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #df0077;
	background-color: #ffe8f4;
	width: 500px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
.Button {
	color: #df0077;
	font-weight: bold;
	background-color: #fff;
	border-color: #df0077;
	border-width: 1px;
	border-style: solid;
	}

