﻿body
{
	background-color: #CBCBCB;
	color: white;
}

#wrapper
{
	margin: auto;
	text-align: left;
	background: white;
	width: 990px;
}

#content
{
	width:984px;
	background-color: #2680FF;
}

.divider
{
	height:2px;
	background:white;
}

.wrapbox
{
	border-style:solid;
	border-color:White;	
	border-width:1px;
}


.MenuItems
{
	font-family: Arial;
	background: #FF9414;
	background-repeat: repeat;
	font-size: 13pt;
	font-weight: bold;
	color: black;
}

.SelectedMenuItem
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: White;
}

.HoverMenuItem
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #9187ee;
}
.Menu
{
	background-color: #FF9414;
	background-repeat: repeat;
}

TABLE
{
	background: Transparent;
}

UL
{
	list-style-position: outside;
}

a:link
{
	color: #FF8B01;
	background-color: Transparent;
	text-decoration: none;
}

A:visited
{
	color: #FF8B01;
}

.MenuItems a:link
{
	color: black;
	background-color: Transparent;
	text-decoration: none;
}

.MenuItems A:visited
{
	color: Black;
	background-color: Transparent;
}

div
{
	
}

.NewsItems
{
	font-family:Arial;
	padding:5px;
	background-repeat:repeat;
	font-size:10pt;
    font-weight:100; color: white;
    text-transform:none;
    white-space:normal;
    margin:0;
}

.MainTextFont
{
	font-size: large;
	color: #FF9414;
}

.ImageWrapper
{
	background-color: White;
	padding: 5px,5px,5px,5px;
}
