body
{
	font-family: verdana;
	text-align: center;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	background: #ababab url(../images/mainBg.gif) top left repeat-x;
}

#topQuickLinks
{
	height: 38px; 
	background: url(../images/header3.jpg) bottom left no-repeat;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;	
}

#topQuickLinks a
{
	color: #ffffff;
	text-decoration: none;
}

#topQuickLinks a:hover
{
	color: #dddddd;
	text-decoration: underline;
}

#mainDiv
{
	background-color: white;
	width: 700px;
	margin: auto;	
	border: 1px solid silver;
	text-align: left;
}

#menu
{
	width: 100%;
	margin-top: 10px;
}

#menu td
{
	text-align: center;
}

.mainContentArea
{
	background: #ffffff;
}

#mainContentText
{	
	text-align: left;
	margin: 20px;
	font-size: 0.8em;
}

#footer
{
	font-size: 0.8em;
	color: #000000;
	margin-top: 10px;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

#footer a:hover
{
	color: #444444;
	text-decoration: underline;
}

#sponsors
{
	background: url(images/sponsors.jpg) top left no-repeat;
	width: 250px;
}

#subMenu
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #b9c5dc;
	background: #a9b3c9 url(../images/subMenuBg.jpg) top left repeat-x;
	padding: 10px;
	width: 144px;
	text-align: left;
}

#subMenu a
{
	text-decoration: none;
	font-weight: bold;
}


h1
{
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.shortDescriptionBoxOuter
{
	margin-bottom: 10px;
}

.shortDescriptionBoxInner
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 5px;
	padding: 10px;
}

.sponsorLogo
{
	border: 0px;
	float: right;
	margin: 5px 0px 0px 5px;
}

.shortDescriptionBoxHeader
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}

.inputBox
{
	background: #ffffff;
	border: 1px solid #000000;
	width: 80px;
}

.searchBtn
{
	border: 1px solid #000000;
	margin-top: 5px;
	background: #ffffff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.searchBox
{
	background-image: url(../images/searchIcon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 120px;
}

.sideBarComment
{
	color: gray;
	font-size: 10px;
	margin-top: 4px;
}

.sideBarBox
{
	text-align: left;
	border: 3px solid #eeeeee;
	margin: 15px;
	padding: 5px;
}