/* basic stuff */

body {
	background-color: #6f6c6a;
	color: #605b57;
	background-image: url(/images/bgPageTop.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px
	}
	
a	{
	color: #7d83ef
	}
	
li	{ margin-bottom: 10px }
	
	
/* layout */
	
#wrapper	{
	width: 960px;
	border: 4px solid #fff;
	background-color: #fff;
	margin: 0px auto -1px auto
	}
	
#header {
		}
		
#content {

		background-position: top center;
		}

	
#content.home, #content.sec {
	background-image: url(/images/bgBlueGrad.jpg);
	background-repeat:repeat-x;
		background-color: #fff;
		}
		
.port {
	background-image: url(/images/bannerPort.gif);
	background-repeat:no-repeat;
		background-color: #fff;
		}
		
#leftCol	{
	padding: 195px 40px 50px 40px;
	width: 540px;
	text-align: left
		}
		
#oneCol	{
	padding: 0px 0px 50px 0px;
	width: 100%;
		}
		
#oneCol.home	{
	padding: 0px 0px 50px 0px;
	width: 100%;
		}
		
#rightCol	{
	float:right;
	padding-top: 60px;
	width: 308px;
	text-align: left;
	margin-right: 15px;
	}
	
#middle {
	width:630px ;
	margin: 30px 0px 0px 165px;
	}
	
#footer	{
	margin: 20px auto -1px auto;
	width: 962px;
	text-align:center;
	padding-bottom: 20px;
	color: #fff
	}
	
.formTable TD {
	padding: 4px 20px 4px 0px
}


/* DHTML MENU */

#dropmenudiv{
position:absolute;
margin-left: 90px;
border: none;
border-bottom-width: 0;
font:normal 12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #757575
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: transparent;
color: #7d83ef
}