﻿body
{
	margin: 0;
	padding: 0;
}

html
{
	margin: 0;
	padding: 0;
}

body 
{
	font: 12px Verdana;
	background-color: #FFFFFF;
}

img
{
	border: none;
}

h3
{
	color: #333333;
	font-weight:lighter;
	font-size: 12px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 4px;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#aboveHeader
{
	width:900px;
	text-align:center;
}

#header
{
	height: 158px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	background-image: url('Images/Header.gif');
	background-repeat: no-repeat;
}

#top_tomain_link {
	position: absolute;
	width: 150px;
	height: 150px;
	cursor:pointer;
}

#menuTop
{
	position: relative;
	left: 170px;
	font-size: 12px;
	font-weight:lighter;
	width: 720px;
}

#menuTop img
{
	display:none;
}

#main
{
	min-height: 500px;
}

#bottom
{
	padding-top: 20px;
	background-image:url('Images/Bottom.gif');
	background-repeat:no-repeat;
	height:48px; width:900px;
	text-align:center;
	font-size:80%;
	color:white;
	clear:both;
}

#bottomText
{
	font-size:80%;
	color:#999999;
	text-align:center;
}

#bottomText a
{
	color:#999999;
}

#mainmenu
{

}

.Menu_Style
{
	
}

.Menu_Static
{
	
}

.Menu_Static_Item
{
	color: gray;
	margin-left: 10px; margin-right:10px;
	height: 24px;
/*	border-right: 1px gray solid;*/
}

.Menu_Static_Item:hover
{
	margin-left: 10px; margin-right:10px;
	height: 24px;
/*	border-right: 1px gray solid;*/
}

.Menu_Static_Selected
{
	
}

.Menu_Dynamic_Selected
{
	
}

.Menu_Dynamic
{
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid;
}

.Menu_Dynamic_Item
{
	color: gray;
	background-color:#efefef;
	padding: 5px;
}

.Menu_Dynamic_Item:hover
{
	text-decoration:underline;
}

#flashHeader 
{
	height: 115px;
	position: relative;
	width: 590px;
	left: 300px;
}

#flashHeader .moduletools
{
	position:absolute;
	left: -200px;
}

#content
{
	width:640px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

#infoBar
{
	margin-left: 10px;
	width: 230px;
	float:right;
}

#seperator
{
	height: 500px;
	width: 10px;
	float: left;
	background-image: url('images/Seperator.gif');
	background-repeat:no-repeat;
}