﻿html 
{ 
	width: 100%;
 	height: 100%;
	margin: 0px;
}

body 
{ 
	margin: 0px;
	width: 100%;
	height: 100%;
	/*background-image: url(/images/common/gradientbg.png);
	background-repeat: repeat-x;
	background-color: #c4c4c4;*/
	background-color: #e1e1e1;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0px;
}

#header-right  
{
	margin-left: auto;
	margin-right: auto;
	text-align: right; 
	padding: 5px; 
	width: 950px; 
}

#outerwrap
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
}

#main
{
    overflow: visible;
	width: 100%;
	min-height: 95%;
	border-left: solid 1px #999898;
	border-right: solid 1px #999898;
	border-top: solid 2px #4682b4;
	border-bottom: solid 2px #4682b4;
	background-color: #fff;
}

#headerwrap 
{
	width: 100%;
	height: 120px;
	background: url('/images/common/headerbg.gif');
	/*background-repeat: repeat-x;*/
	background-color: #f5f5f5;
	border-bottom: solid 1px #999898;
}

#header-left { float: left; }
#content { padding: 10px; }
#footerwrap	{ height: 5%; }
#footer-left { float: left; padding-left: 3px; padding-top: 5px; }
#footer-right { float: right; padding-right: 3px; padding-top: 5px }

#navwrap
{
	width: 100%;
	height: 35px;
	background: url('/images/common/headerbg2.gif');
	/*border-bottom: solid 1px #999898;*/
}

#navcontainer 
{
	clear: both;
	position: relative;
	top: 12px;
	text-align: center;
	font-size: 12pt;
}

#navlist
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navlist li a:link.current, #navlist li a:visited.current 
{
	 background-color: #369;
	 font-weight: bold; 
}