@charset "utf-8";
/* CSS Document */

/* The Regular HTML Tags ----------------- */
body
{
	background-color:#000;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin-top:30px;
}

form
{
	margin: 0px;
}

ul, li
{
	margin-left:0px;
	margin-top:0px;
}


a img,
a:link img,
a:visited img,
a:active img,
a:hover img
{
	text-decoration:none;
	color:transparent;
}

#entirePage
{
	position:relative;
	width:900px;
	margin:0 auto 0 auto;
	background-repeat: no-repeat;
}

#googleSearchBoxDiv
{
	/* The sum of the height and vertical padding MUST be
	   60px to work with the page background image. */
	height:40px;
	padding-top:20px;
	padding-right:10px;
}


#mainContent
{
	position:relative;
}


#logoLink
{
	position:absolute;
	height:105px;
	width:235px;
	top:-15px;
	left:20px;
}

#pageFooter
{
	background:#add038;
	width:900px;
	height:38px;
}

#pageSpecificContent
{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

#pageSpecificContent a,
#pageSpecificContent a:link,
#pageSpecificContent a:visited,
#pageSpecificContent a:active {
	color: #0c3e5b;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #0c3e5b;
	text-decoration: none;
}

#pageSpecificContent a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

