body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #BCE0FA;
	background-image: url(images/gradient-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	position: relative;
	z-index: 100;
}

#header #banner {
	background-image: url("images/banner-background.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 91px;
	margin: 0px;
	padding: 0px;
}
#header #globalNavigation {
	background-image: url(images/navigation-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 15;
}
#header #globalNavigation #globalNavigationList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	text-transform: uppercase;
	list-style-type: none;
	margin: -26px 0 0 0;
	padding: 0;
	width: 1000px;
}
#header #globalNavigation #globalNavigationList li {
	text-align: right;
	width: 230px;
	float: left;
	padding-top: 4px;
}




#header #globalNavigation #globalNavigationList a {
	color: #000000;
	text-decoration: none;
	padding-right: 40px;
}

#header #globalNavigation #globalNavigationList a:hover {
	color: #000000;
	text-decoration: none;
	color: #ffffff;
}
#header #globalNavigation #globalNavigationList .globalSubNavigation {
	font-size: 0.8em;
	text-align: left;
	list-style-type: none;
	padding: 0 0 0 30px; margin: 0;
	display: none;
}
#header #globalNavigation #globalNavigationList .globalSubNavigation li {
	width: 260px;
	_width: auto;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	padding:0; margin: 0;
}



#header #dropdownBackdrop {
	background-image: url(images/navigation-dropdown-background.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
	height: 140px;
	width: 300px;
	
	position: absolute;
	top: 80px;
	left: -9999px;
	z-index: 12;

}


#secondaryNavigation #secondaryNavigationList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	text-transform: uppercase;
	list-style-type: none;
}
#secondaryNavigation #secondaryNavigationList li {
	width: 240px;
	height: 25px;
	background-image: url(images/secondary-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 11px 0 0 20px;
}
#secondaryNavigation {
	position: absolute;
	top: 240px;
	z-index: 1;
}


#secondaryNavigation #secondaryNavigationList a {
	color: #000000;
	text-decoration: none;
}

#secondaryNavigation #secondaryNavigationList a:hover {
	color: #ffffff;
}





#mainContent {
	background-image: url(images/slant-background-helix.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 650px;
	left: 190px;
	top: 115px;
	z-index: 10;
	color: #4D2020;
	padding-left: 35px;
}


#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #4683DC;
	font-size: 2.4em;
	margin-top: 1.5em;
}

#mainContent h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0em;
	padding: 0px;
}

#mainContent h2 a {
	color: #4D2020;
	text-decoration: none;
}
#mainContent h2 a:hover{
	text-decoration: underline;
}


#mainContent p {
	font-size: 1.2em;
	margin: 0px;
	padding: 0 0 1.5em;
	line-height: 1.5em;
}

.lW { float: left; clear: left; height: 18px; }
.rW { float: right; clear: right; height: 18px; }
#rightcolumn {
	background-image: url(images/rightcolumn-blue-gloves.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 252px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 115px;
	z-index: 0;
}
#mainContent ul {
	font-size: 1.2em;
	list-style-position: inside;

}
#secondaryNavigation #secondaryNavigationList .selected {
	background-image: url(images/secondary-background-selected.gif);
}

#secondaryNavigation #secondaryNavigationList .selected a {
	color: #ffffff
}
#mainContent a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mainContent a:hover{
	text-decoration: underline;
}
#newsHeadlines {
	position: absolute;
	left: 30px;
	top: 360px;
}
#rightcolumn a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	color: #000000;
	text-align: center;
	font-size: 1em;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#mainContainer {
	height: 800px;
}



