body
{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, 'Lucida Grande', sans-serif;
	margin: 0;
}
#body .pink
{
	color:#FF00FF;
}
#body .yellow
{
	color:#FFFF00
}
a.underline:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}
td p.yellow
{
	color:#FFFF00;
	font-size: 12px;
	font-style: italic;
}

td p.small
{
	font-size: 12px;
}
td p.medium
{
	font-size: 14px;
}
td p.center
{
	text-align: center;
}
#body a:link
{
}
#body a:visited
{
	color: #0000FF;
}
#body a:hover
{
	text-decoration: underline;
}
#body a:active
{
	color: #0000FF;
}
#body ul.circles
{
	list-style: circle;
}
#container
{
	position: relative;
	margin: auto;
	width: 1000px;
}
#header
{
	height: 199px;
	width: 1000px;
	background-image: url(../images/WebSiteHeader4.jpg);
}
#header ul
{
	text-align: center;
}
#header li
{
	list-style: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	padding: 15px;
	
}
#header li a:link
{
	color:#FFFFFF;
	text-decoration: none;
}
#header li a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
#header li a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}
#header li a:active
{
	color:#FFFFFF;
	text-decoration: none;
}
#firstrowleft
{
	float: left;
	width: 250px;
	height: 100px;
	color:#FFFFFF;
}
#firstrowleft .circles2
{
	list-style: circle;
}

#firstrowcenter
{
	float: left;
	width: 500px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
#firstrowright
{
	float: right;
	width: 150px;
	color:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#firstrowright p.white
{
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
}
#secondrowleft
{
	clear: both;
	float: left;
	width: 275px;
	height: 200px;
	color:#FFFFFF;
	font-size: 12px;
}
#secondrowleft p
{
	font-size: 18px;
}
#secondrowleft li
{
	list-style: disc;
	font-size: 18px;
}
#secondrowleft li.nosquare
{
	list-style: none;
}

#secondrowcenter
{
	float: left;
	width: 500px;
	color:#FFFFFF;
	position: absolute; top: 330px; left: 350px;

}
#secondrowright
{
	float: right;
	width: 150px;
	color:#FFFFFF;
	text-align: center;
	width: auto;
	background-color: #101010;
	padding: 5px;
	border: 1px #080808 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
#thirdrowleft
{
	float: left;
	width: 450px;
	color:#FFFFFF;
}
#thirdrowright
{
	float: right;
	width: 450px;
	color:#FFFFFF;
}

#FooterContent
{
	clear: both;
	height: 69px;
	width: 1000px;
	margin: 0;
	text-align: center;
	font-size: 10pt;
	background-image: url(../images/Grass1000a.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif
}
#FooterContent a:link
{
	color:#FFFFFF;
	text-decoration: none;
}
#FooterContent a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
#FooterContent a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}
#FooterContent a:active
{
	color:#FFFFFF;
	text-decoration: none;
}
h3 a:link
{
	color: #FFFFFF;
}
h3 a:visited
{
	color: #FFFFFF;
}
h3 a:hover
{
	color: #FFFFFF;
}
h3 a:active
{
	color: #FFFFFF;
}
h3 ul
{
	list-style: disc;
}
dl
{
	padding-left: 2.5em;
	color: #FFFFFF;
}
dl a:link
{
color: #FFFFFF;
}
dt
{
	clear: both;
	margin-left: -2.5em;
	color: #FFFFFF;
}
dd
{
	margin-bottom: 2em;
}
div.columns.two div.column
{
	float: left;
	width: 48%;
}
div.columns div.column.left
{
	padding-right: 1em;
}
div.columns div.column.right
{
	float: right;
	padding-left: 1em;
}
fieldset
{
	clear: both;
	margin: 1em 0 1em 0;
	padding: 1em;
	border: 1px #303030 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
fieldset legend
{
	padding: .25em .5em .25em .5em;
	color: #FFFFFF;
	font-size: 1.25em;
	background-color: #282828;
	border: 1px #303030 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
fieldset input,
fieldset textarea,
fieldset select
{
	
	background-color: #282828;
	border: 1px #303030 solid;
	color: #FFFFFF;
	font-size: 1.25em;
}
fieldset label
{
	display: block;
	font-weight: bold;
	font-size: 1.25em;
}
fieldset select
{
	margin: 0 0 1em 0;
}
