﻿A:active
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
A:link
{
    COLOR: Yellow;
    TEXT-DECORATION: none;
}
A
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: Gray;
    TEXT-DECORATION: underline;
} 

A:visited
{
	COLOR: Yellow;
	text-decoration: none;	
}

body
{
	font-family: Verdana;
	color: White;
	font-size: small;
	background-color: Black;
	text-align: center;
	margin:0px auto;
}

.Footer
{
    FONT-WEIGHT: bold;
    font-size: xx-small;
    vertical-align: bottom;
}

.Menu_Link
{
	color: Black;
	text-decoration: none;
	font-weight: bolder;
}

#page
{
	width:800px;	
	margin: 5px auto;
}

.PipeFooter
{
	color: Black;
	text-decoration: none;
}

/* BEGIN HEADER*/

#header2
{
	background:url('../images/headerwithmenuandlayers.jpg') no-repeat; 
	float: left;
	height: 246px;
	width: 800px;
}
#header2 ul
{
	list-style: none;
}

#header2 li
{
	float: left;
	padding: 0;
}

#header2 li a
{
	padding: 3px 6px 2px 6px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	background-color: Transparent;
}

#header2 li a:hover 
{ 
	text-decoration: none;
	color: Yellow;
	background-color: Transparent;
}

/* END HEADER */

#contentBottom
{
	font-size: 90%;
	width: 100%;
}

#contentLeft
{
	font-size: 90%;
	float: left;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contentRight
{
	font-size: 90%;
	float: right;
    width: 49%;
    margin-top: 30px;
	margin-bottom: 30px;
}

#contentHeader
{
	font-weight: bold;
	font-size: 110%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	color: Yellow;
}

#advertisementHeader
{
	background-color: Gray;
	font-weight: bold;
	height: 20px;
	vertical-align: top;
	color: Yellow;
}

.centerContent
{
	text-align: center;
	vertical-align: top;
	padding-top: 10px;	
}
.normalContent
{
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	
}

.highlightedContent
{
	text-align: left;
	color: Yellow;	
}
.paragraphHeader
{
	text-align: center;
	font-size: 110%;	
	padding-bottom: 10px;
}

.centerall
{
	text-align:center;
	margin:0px auto 0px auto;
	width: 800px;
}

.centerHR200
{
	text-align:center;
	margin:0px auto 0px auto;
	width: 200px;
}

.leftColumn
{
	width: 572px;
	vertical-align: top;
}

.rightColumn
{
	width: 228px;	
	vertical-align: top;
}

