/**************************
HEADER
**************************/
body
{
	background-color: Black;
	background-image: url(../images/layout/BackgroundGradient.gif);
	background-repeat: repeat-x;
}

a
{
	color: orange;
	text-decoration: none;
}
a:hover
{
	color: orange;
	text-decoration: underline;
}


#header 
{
	background-color: Black;
	background-image: url(../images/layout/ssads.gif);
	background-repeat:no-repeat;
	background-position: right center;
	color: White;
	height: 100px;
}

#navBar 
{	
	background-image: url(../images/layout/NavBar.gif);
	background-repeat: repeat-x;
	height: 34px;
	font-size:12px;
}


#mainContent
{
	/*background: green;*/
	color: White;
	margin-left:15px;
}

#mainContent h1
{
	color: #ffffff;
}


#mainContent ul
{
	margin-left: 30px;
}


#mainContent h2
{
	color: Yellow;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

#rightContent 
{
	/*background: yellow;*/
	color: White;
	
}


#rightContent h2
{
	margin-top: 20px;	
}

.navBarButton
{
	float:left;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 3px;
	height: 34px;
	padding: 0px 10px 0px 10px;	
}
.navBarButton.selected
{
	background-image: url(../images/layout/NavBarBlue.gif);

}
.navBarButton.hover
{
	background-image: url(../images/layout/NavBarOrange.gif);
}

.navBarButton a
{
	color: White;	
	text-decoration: none;
	position:relative;
	top: 8px;
	font-weight: bold;
}

.navBarButton a:hover
{
	color: White;	
}

#mainArea
{
	background-image: url(../images/layout/GradLine.gif);
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px;
	min-height: 700px;
	height: 700px;
}

.lozenge
{
	width: 327px;
	margin-bottom: 20px;
}

.lozenge p
{
	margin-left: 10px;
	margin-right: 10px;
}

.lozenge object
{
	margin-left: 4px;
}

.lozenge .header
{
	background-image: url(../images/layout/LozengeTop.gif);
	height: 34px;
}

.lozenge .body
{
	background-image: url(../images/layout/LozengeBody.gif);
}

.lozenge .footer
{
	background-image: url(../images/layout/LozengeBottom.gif);
	height: 20px;
}

.acrobat
{
	font-size: 10px;
}

.border
{
	border-color: #999999;
	border-style: solid;
	border-width: thin;
}

.smaller
{
	font-size: 12px;
	padding: 3px 0 3px 0;
}

#footer
{
	color: #999;
	font-size: small;
}
