body
{
	background-color: #FFF;
	color: black;
}

a
{
	color: black;
	background-color: transparent;	
}

a:hover
{
}

#page
{
	font-family: arial;
	font-size: 10pt;
	background-color: white;
}

#header
{
	background-repeat: no-repeat;
	background-position: top left;
}

#nav
{
	background-color: white;
}

#nav h3
{
	color: black;
}

#nav a
{
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#nav h3.orangeMenuItem
{
	color: #FE7B00;
}

#nav h3.blackMenuItem
{
	color: black;
}

#nav h3.whiteMenuItem
{
	color: white;
}

#vertMenu
{
	background-image: url(../images/rounded-corners.gif);
	background-repeat: no-repeat;
	background-color: #EEE;
}

#nav ul
{
	background-color: transparent;
}

#nav ul li
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	background-color: transparent;
}

#nav ul li ul li
{
	font-size: 10pt;
	font-weight: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#nav li a
{
	text-decoration: none;
}

#nav li ul li a
{
}

#nav li a:hover
{
	text-decoration: underline;
}

#content
{
	font-size: 10pt;
}

#content h1
{
	font-size: 12pt;
	text-align: center;
}

#contentLinks
{
	font-size: 8pt;
}

#underBody
{
	color: #FF7B00;
}

#underBody h1
{
	font-family: georgia;
	font-size: 12pt;
	color: black;
}

#underBody a
{
	color: black;
}

#footer
{
	font-size: 8pt;
	color: #666;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul li
{
	border-left: 1px solid black;
}

#footer ul li.firstItem
{
	padding: 0;
	border-left: 0;
}

#footer li a
{
	text-decoration: none;
}

#footer li a:hover
{
	text-decoration: underline;
}

.roundingCorner
{
	background-color: #AD946B;
	font-size: 0;
}

.requiredSymbol
{
	color: red;
}

.requiredMessage
{
	color: red;
	font-size: 8pt;
}

#accImage 
{
	text-align: center;
}
#page #content p {
	font-weight: bold;
	font-size: 12pt;
	clear: both;
	float: left;
}
.Logo {
	float: left;
	margin-left: 40px;
}
.goaldescription {
	margin-left: 10px;
	margin-right: 10px;
}
.pointsbox {
	clear: both;
	float: left;
}
#page #content .pointsbox ul li {
	font-style: italic;
}
.disholder {
	float: left;
	width: 250px;
}
.imagegoal {
	float: right;
	width: 140px;
}

