body
{
	font-family: Arial,Verdana,Helvetica;
}

a:link, a:visited, a:active
{
	/* color: #000066; */
	color: #0FB1DF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#headerWrapper
{
	background-image: url(/images/site/right-header-background.gif);
}

#header
{
	background-image: url(/images/site/left-header-background.gif);
}

#contentWrapper
{
	background-image: url(/images/site/content-background.gif);
}

#content
{
	background-color: white;
}

#contentMenu
{
	background-color: #444;
}

#contentMenu ul li
{
	background-image: url(/images/site/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#contentMenu ul li:hover
{
	background-image: url(/images/site/bullet-active.gif);
}

#contentMenu ul ul
{
	color: #444;
}

#contentMenu ul li ul li
{
	background-image: none;
	
	font-size: 10px;
}

#contentMenu ul li ul li:hover
{
	background-image: none;
	/* color: #635B4A; */
	color: white;
}

#contentMenu a
{
	font-family: Arial,Verdana,Helvetica;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

#contentBody
{
	font-size: 12px;
}

#contentBody #breadcrumbs a
{
	color: #000066;	
}

#contentBody h1
{
	font-size: 14px;
	color: #000065;
}

#contentBody img
{
	border: 0;
}

#homeContainer
{
	background-image: url(/images/site/home-container-background.gif);
	background-repeat: repeat-y;
	background-position: 30px 0px;
}

.homeTeaser
{
	/* background-image: url(/images/site/home-teaser-background-trans.png);
	background-repeat: no-repeat; */
}

.homeTeaser a
{
	color: #000065;
	text-decoration: none;
}

#requestForm
{
	font-family: arial,verdana;
	font-size: 12pt;
}

.requiredSymbol
{
	font-size: 8pt;
	color: red;
}

.requiredMessage
{
	font-size: 8pt;
	color: red;
}

.odd
{
	background-color: #EEEEEE;
	color: #000066;
}

.even
{
	background-color: white;
	color: #000066;
}

#copyrightWrapper
{
	background-image: url(/images/site/copyright-background.jpg);
	
	color: white;
	font-size: 9px;
}

#copyrightWrapper em
{
	font-size: 11px;
	font-style:normal;
}

#copyrightShadow
{
	color: #818181;
}

#selfPromotion a
{
	font-size: 11px;
	/* color: white; */
}

#selfPromotionShadow a
{
	font-size: 11px;
	color: #818181;
}

#contactWrapper
{
	background-color: #A3A3A3;
	background-image: url(/images/site/contacts-background-trans.png);
	background-repeat: no-repeat;
}

.contactMethod
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #E9E9E9;
	
	/* background-image: url(/images/site/contact-background.gif);
	background-repeat: no-repeat;
	background-position: 115px 15px; */
}

.lastContactMethod
{
	background-image: none;
}

.contactMethod h4
{
	font-size: 11px;
	
	background-image: url(/images/site/contact-horz-separator.gif);
	background-repeat: no-repeat;
	background-position: 1px 16px;
}

.contactMethod a
{
	color: #E9E9E9 !important;
	text-decoration: none;
}

.contactMethod a:hover
{
	text-decoration: underline;
}

#footer a
{
	color: #000066;
}