body{
	margin:0 auto;
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background-color:darkgreen ;
	color:#303030;
	width:770px;
}
.container{
	background-color: #fff;
	color:#303030;
	margin:0 auto;
	height: 100% ;
}
.os { 
	margin:  0em auto ; 
	padding-left: 1em ;  
	background-color: #FFF ; 
	color: #336699;  
}
.os h1{
	margin:0 0 10px 0;
	float:left;
}
.os p{
	width:500px;
	float:right;
	text-align:center;
	color:#a0a0a0;
	margin:0 0 10px 0;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
}
.logoImageCell {
	padding: 1em 1em 1em 0;
	
}
.logoImageCell h1 {
	padding: 0 ;
	border: 2px solid #ddd  ;
	
}
.logoTextCell { 	
	margin-left: 2em ;
	padding-left: 2em ;
	font-weight: bolder; 	
	font-size: 1.5em ; 	
	text-align: center ; 
	height: 80px; 

}

/******************* Top Nav ***************/
.topmenu {
	height:2.9em;
	line-height:2.6em;
	color:#900;
	margin: 0em 0em 0em 0em ; 
	padding: 0em 0em 0em 0em; 
	text-align: center ;  	
	background-image: url(../images/topbg.jpg) ;
	background-repeat: repeat-x ;
	background-position: center;
}
#topnavlist { 	margin: 0; 	padding: 0px 0 0px 0px; 
}

.topmenu li{
	display: inline;
	list-style-type:none;
	border-right:0px solid #f00;
	white-space: nowrap;


}
.topmenu li a{
	display:inline;
	padding:0 8px;
	text-align: left ;
	font-size:0.94em;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #FFF;
}
.topmenu #topcurrent, .topmenu a:hover{
	color:#cce3ff;
	text-decoration:none;
}

/******************* Side Nav ***************/
.mTitle p{
	font-size: 1.3em ;
	font-style: italic ;
	font-weight: bold ;
	color: #000 ;
	width: 190px ;
	margin: 1.5em 1em 0.9em 0 ;
	padding: 4px 0 4px 2px;
	background-color: #D5E2F0 ;
	border-bottom: thin solid black;
	
}
.mTitle li {
	margin-top: 0.1em ;
	font-size: 1.1em;
	font-style: normal ;
	padding: 1px ;
	line-height: 15px ;
	height: 17px;
}

.mTitle li #special {
	height: 30px;
}


.leftmenu{
	clear:right;
	float:right;
	width:200px;
	margin: 20px 0 10px 5px;
	padding:0;
	font-size:0.9em;
}
.leftmenu ul{	
	list-style:none;
	width:200px;
	margin:0 5px 20px 0px;
	padding:0;
	font-size:1em;
}	
.leftmenu li{
	margin-bottom:2px;
}
.leftmenu li a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#000;
	display:block;
	padding:6px 10px 0 0px;
	border-bottom: 1px solid #efefef;
}

/*	
.leftmenu li a:hover, #leftcurrent {
	background-color: #eaeaea;
	color:#336699;
	border-bottom: 3px solid #cccccc;
	text-decoration: none ;
}
*/

#leftcurrent {
	background-color: #fff ;
}

/******************* Main Contents ***************/

.contents {
	margin: 0px 210px 0px 0px;
	height: 100% ;
	border-right:1px solid #d1d1d1;
	padding: 20px 10px 15px 20px;
	line-height:1.6em;
	text-align:left;
	background-color: #fff ;
}
h1{
	font-size:1.6em;
	margin:0 0 0.5em 0;
	padding-bottom: 3px ;

	border-bottom: #cccccc solid 1px ;
	color: #336699;
}
h2, h3{
	font-size:1.4em;
	margin:0 0 0.5em 0;
	padding-bottom: 3px ;
	color: #336699;
}
h3 {
	font-size: 1.2em ;
}
.contents img{
	margin: 7px ;
	padding:1px;
	display:inline;
	color:#303030;
}
.contents a{
	text-decoration:underline;
	color:#336699;
	font-weight: bold ;
	font-size: 105% ;
}
.contents a:hover{
	text-decoration: none;
	color:#000;
}
a img{
	border:0;
}
.contents li {
	margin-top: 0.1em ;
	font-size: 1.1em;
	font-style: normal ;
	padding: 1px ;
	line-height: 15px ;
	height: 17px;
}

/******************* Footer ***************/

.footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 20px 0;
	border-top:1px solid #cccccc;
	width:770px;
	text-align:center;
	background-color: #eee ; 
	color: #336699;  
	font-size:0.9em;
}
.footer a{
	color:#555;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: overline;
}

/******************* Image Settings ***************/

.left{
	margin:10px 10px 5px 0;
	float:left;
}
.right{
	margin:10px 0 5px 10px;
	float:right;
}
.textright{
	text-align:right;
}
.center{
	text-align:center;
}
.small{
	font-size:0.8em;
}
.bold{
	font-weight:bold;
}
.hide{
	display:none;
}


/******************* Attention Box ***************/

.attentionBox {
	border: thin dashed black;
	background-color:#FFFFCC;
	width: 500px;
	float: none;
	height: 40px;
	margin-bottom: 25px;
	padding: 10px;
}

.attentionRed { color: #FF0000;}

