/*** Global Element Styling ***/

body
{
	background-image: url(../images/backgradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}


h1
{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2
{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3
{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h4
{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}



hr
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px !important;
	border: 0px;
	border-top: 1px solid #666666;
	height: 1px;
}


#topLeftLinks a
{
	color: white;
}

#topRightLinks a
{
	color: white;
}


a
{
	color: #777777;
}

#absContact a
{
	color: white;
	text-decoration: none;
}


/*** Top Left/Right Links ***/
#topLeftLinks
{
	font-size: 0.9em;
   width: 336px;
	margin-right: 15px;
	padding: 10px;
	padding-left: 0px;
	color: #999999;
}

#topRightLinks
{
	font-size: 0.9em;
	width: 272px;
	padding: 10px;
	color: #999999;
}


/*** General Layout Positioning ***/
#leftColumn
{
	/* Absolute positioning to prevent wrapping on low-res. */
	float: left;
	position: absolute;
	left: 240px;
}

#leftColumnContent
{
	width: 336px;
	background-color: white;
	margin-right: 15px;
	padding: 10px;
}

#rightColumn
{
	float: left;
	position: absolute;
	left: 610px;
}

#rightColumnContent
{
	width: 250px;
	background-color: white;
	padding: 10px
}

#absContact
{
	position: absolute;
	top: 110px;
	left: 20px;
	color: white;
	width: 175px;
}

#leftImage
{
	float: left;
}

div .clear
{
	clear: both;
	padding-top: 1px;
}

.credits
{
	color: Silver;
}

img
{
	border: 0px;
}

h2 a, h3 a
{
	color: #666666;
	text-decoration: none;
}



#absCredit
{
	font-size: 0.9em;
	color: #993333;
	position: absolute;
	top: 625px;
	left: 20px;
}

#absCredit a
{
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}