
body{
		padding: 0;
		margin: 0;
		background-color: #eee;
		color: #000;
font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
		text-align: center;
	}
	
#contents	
	{
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right:auto;
		margin-left:auto;
		width: 640px;
		padding: 0px;
		background: #fff;
		color: #999;
		text-align: left;
		border:1px solid #999;
	}

#header{
	
	border-bottom:1px dotted #FFE8BF;
min-height:120px;
height:120px;
	}
#topnav{
text-align:center;
}
#leftCol
	{
		margin-top: 10px;
		margin-bottom: 10px;
		width: 160px;
		padding: 4px;
		background: #fff;
		color: #000;
		text-align: left;
		float:left;
	}

#rightCol
	{
		margin-top: 0px;
		margin-bottom: 10px;
		width: 450px;
		padding: 10px;
		background: #fff;
		color: #000;
		text-align: left;
		float:right;
	}

#footer{
	clear:both;
	border-top:1px dotted #FFE8BF;
        background-color:#fff;

	font-size:80%;
	padding-top:5px;
        padding-left:15px;
        padding-right:15px;
	}
#footer img{
border:0px;
}
#validIcons{
	float:right;
	}

a{
	background: #fff;
	color: blue;
}

#topmenu {padding:5px; margin:5px;}
#topmenu ul {display: inline; }
#topmenu li {display: inline;  margin-right: 10px;}
#topmenu a.current {color: #ff0000;}


#menu{
	margin-top:5px;
	}

#menu a{
	color: blue;
	padding:3px;


}
#menu li{

line-height:1.8em;
}

#leftCol ul {
padding:0;
margin-left:10px;
color:#fff;
}
#leftmenu li {
padding:5px; 
color:#fff;
}

#menu a{
background-color:#fff;
}

#menu a.current {color: #ff0000;}


#menu a.bottom{
	border-bottom:1px solid #AA6B00;


}

#menu a:hover{
	background: #FFFFCC;
	color: red;
	}



/* colors, backgrounds, borders, link indication */


#banner{
	font-size:170%;
	font-weight:bold;
	background: #F39A00;
	color:white;
	text-align:center;
	}


.box {
	text-align:center;
	font-weight:bold;
	background-color: #FFD080;
	color: #000;
	border:1px solid #AA6B00;
	}
.access{
	/*border-bottom:1px solid #AA6B00;*/
	
	}
h1{
font-size:1.4em;

}
h2{
font-size:1.3em;
}
h3{font-size:1.2em;
}



.imageRight{
float:right;
border:1px solid #ccc;
padding:3px;
margin-top:5px;
margin-left:15px;
margin-right:0px;
margin-bottom:5px;
}

.imageLeft{
float:left;
border:1px solid #ccc;
padding:3px;
margin-top:5px;
margin-left:0px;
margin-right:15px;
margin-bottom:5px;
}

