﻿html{
	overflow:scroll
}

BODY{
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-color: #eee;
	width: 100%;
	max-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
}

#wrap{
	width: 900px;
	margin: 0px auto;
	text-align:left;	
}

/*****************************  Header ****************************************/

#header{
	width: 900px;
	height: 150px;
	text-align: left;
}

#header img{overflow:hidden;}

#header table{ margin:0px;padding:0px;float:left;}

/********************************** Footer **********************************************/

#footer {
	width: 900px;
	background-image: url('footer_bg.gif');
}

.footertext{
	font-family: tahoma;
	font-size: 10px;
	color: #132B58;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 8px;
	margin-left:30px;
}

#middlewrap{
	background-color: #FFFFFF;
	overflow: visible;
	width: 900px;
}

#middlewrap-install{
	background-color: #FFFFFF;
	overflow: visible;
	width: 800px;
}

/****************************** Left content ***********************************************/

#left{
	border-left: 8px none white;
	border-right: 1px dashed #BCBCB5;
	border-bottom: 1px dashed #BCBCB5;
	width: 180px;
	background-color: #F6F6F6;
	float: left;
	border-top-style: none;
	clear: none;
}

/**************************************** Right content ****************************************/

#right{
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	border-style: none;
	margin-left: 190px;
	padding: 0 3px 3px 0;
}

/************************ News section / Left Pane Content *********************** */

.newsheader{
	width: 147px;
	height: 24px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url("news_headerbg.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 15px 0px 5px 5px;
	padding : 3px 0px 0px 25px;
}

.newstext{
	width: 147px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin: 10px auto 10px 10px;
}

/***************************** Headings *******************************/

h1{
	font-family: tahoma;
	font-size: 16px;
	color: #8D2800;
	text-align: left;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 7px;
}

h2{
	font-family:tahoma;
	font-size:11px;
	color:#4A6284;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin:0px;
}

/**************************** MENU STUFF ***********************************************/

#menu ul
{
margin-left: 0px;
padding-left: 6px;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding: 2px;
width: 164px;
background-color:#F6F6F6;
border-bottom: 1px dotted #999;
}

#menuitems a:visited
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:link
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #FFF;
color: #CCC;
font-weight:bold;
}

#topnav
{
	width: 900px;
}

#topnav ul 
{
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: #4A6284;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.2em 1em;
background-color: #4A6284;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover
{
background-color: #F6F6F6;
color: #000;
}