html{
	height: 100%;
}

body{
	background: #F9F9F7 url('bg.gif') repeat-x;
	height: 55%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

p{
	margin-top:1px;
	margin-bottom: 0px;
}

#menu {
	align: center;
	width: 990px;
/*	width: 90%; */
	
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	padding-left: 60 px;
	padding-right: 60 px;
	/*background-color: #EBF3CE;*/
	font-size:14px;
	height: 25px;
	background:  url('bannerBottom.jpg') no-repeat;
}


#menuleft {
	padding-left: 60 px;
	padding-right: 60 px;
	width: 100%;
	float: left;
}

#menuright {

	margin-left: 60 px;
	margin-right: 60 px;
	float:right;
}

#topmargin{
	height: 25px;
	width: 990px;
}


#superhead{
	height: 70px;
	width: 990px;
	font-size:  18px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 20px;
	background:  url('bannerTop.jpg') no-repeat;
}

#login{
	padding-top:5px;
	padding-right:5px;
	font-size:12px;
	text-align: right;
}

#login a{
	/*color: #292f2d;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;	
}

#login a:hover, a:active{
	color: #FF9933;
	text-decoration: none;
}


#menu ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:37px;
	margin: 0 0 5px 0; 
}

#menu li {
	padding: 7px 30px 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	display: inline; /* Menu links are horizontally aligned using display: inline */
}

#menu li a {
	/*color: #5d5350;*/
	/*color: 292f2d;*/
	color: #326581;
	text-decoration: none;
	font-weight: bold;
}


#menu a:hover, a:active{
	color: #FF9933;
}

#menu a, a:visited{
	color: black;
}

 #content{
	/*padding-left: 50px;*/
	min-height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: helvetica;
	padding-bottom: 20px;
	text-align: left;
	font-size: 14px;
	width: 950px;
}


#content ul{

	list-style: none;
}

#content li{
	padding-top: 30px;
}

#content img{
	height: 140px;
	width: 100px;
	border:0;
}

#content a{
	color: #326581;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, a:active{
	color: #FF9933;
	text-decoration: none;
}

#content a, a:visited{
	color:#326581;
	text-decoration: none;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	background:  url('back.jpg') repeat-y;
}

#innercontainer{
    margin-left: auto;
	margin-right: auto;
	width: 990px;
}

#footer{
	margin: 3em auto 0pt;
	
	
	width: 990px;   
	text-align: center;
	padding-left: 60 px;
	padding-right: 60 px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 100%;
	color: #A6B8CA;
	position: relative;
	background:#326581;
	/*margin: -.5em auto 0 auto;*/
}


#footer a{
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, a:active{
	color: #FF9933;
	border-bottom: 1px dotted #EF585C;
}

#footer a, a:visited{
	color: #A6B8CA;
}
.red {
	color: #FF0000; font-weight: bold; 
}
.tabbedBody {
     margin-left:25px;
}

               h1,h2,h3,h4,h5,h6 {
               margin-top: .8em;
               margin-bottom: .2em;  /* ?? */
               }


.title{
font-size: 12pt;
font-weight: bold;
}

.section{
font-size: 12pt;
font-weight: bold;
}

ul {
margin-top: 0em;
margin-bottom: 2em;
}
li{
margin-top: 0em;
margin-bottom: 0em;
}