@import "MainMenu.css";
@import "Controls.css";

body
{
	margin-top:0px;
	background-color:#dedede;
    font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
}

Table
{
	font-size: 11px;
	color: #687078;
	font-family:tahoma;
}

li {
	margin:0px;
	padding:0px;
}

#toplinkcontainer
{
	text-align:right;
	position:relative;
	top:8px;
	height:30px;
	padding:0px;
	margin:0px;
}

#topmenu
{
	background-image: url(../img/topmenubg.gif);
	width: 780px;
	height:30px;
}

#menuitems
{
	background-image: url(../img/menubg.gif);
	width: 780px;
	height:32px;
	text-align:left;
}

#title
{
	width: 780px;
	height:117px;
}

#ContentArea
{
	width:780px;
	height:500px;
	background-color:White;
	text-align:left;
}

#ContentAreaSmall
{
	width:780px;
	height:200px;
	background-color:White;
	text-align:left;
}

h1
{
	color: #4F5762;
	font-size:16px;
	padding-top:2px;
	padding-left:10px;
	padding-top:10px;
	margin-top:0px;
}

h1 img
{
	vertical-align:middle;
	margin-right:5px;
}

h2
{
	color: #4F5762;
	font-size:14px;
	padding-top:2px;
	padding-left:10px;
	padding-top:5px;
	margin-top:0px;
}

h2 img
{
	vertical-align:middle;
	margin-right:5px;
}

p
{
	font-size: 11px;
	color: #687078;
	font-family:tahoma;
	padding: 0px 10px 0px 10px;
}

p img
{
	vertical-align:middle;
	margin-right:5px;
}


#NewsItems
{
	overflow:auto;
	background-color:#F1F1F1;
	width: 200px;
	height: 100%;
	float:left;
}

#VertSep
{
	width:10px;
	float:left;
	background-color:White;
	height:100%;
}

#Content
{
	width:100%;
	height:100%;
}

div#content ul
{
		list-style-type:square;
		padding-left:10px;
		color: #687078;
}

#footer
{
	border-top: #C5CB51 2px solid;
	border-bottom: #C5CB51 1px solid;
	font-weight: bold;
	font-size: 11px;
	width: 780px;
	color: black;
	padding-top: 5px;
	height: 16px;
	text-align: center;
	background-color:#E5DA7A;
	padding-bottom:3px;
}

#footer a
{
	color:Black;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}

a:link, a:visited, a:hover, a:active
{
	color:Red;
	text-decoration:None;
}


a.topNavLink, a.topNavLink:visited
{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #D0D2D4;
	color: #8A8F95;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none; 
}

a.topLastNavLink, a.topLastNavLink:visited
{
	padding: 0px 15px 0px 5px;
	color: #8A8F95;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
}

#SignOn
{
	margin-top:10px;
	margin-left:10px;
	width:525px;
	height:150px;
	margin-right:10px;
	font-family: Tahoma;	
}

#SignOn h1
{
	color:#2696DA;
	font-size:14px;
	margin-top:2px;
	margin-bottom:2px;
}

#SignOn p
{
	margin-top: 1px;
	font-size: 12px;
	color: #2696da;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}