body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333333;
	background-color: #C6C3CC;
	font-size: 100%;
	padding: 0;
}

#wrapper1{
	width: 730px;
	margin:10px auto;
	position: center;
	padding:0;
}


#top {
	background-image:url(../images/topcorners.gif);
	height: 20px;
	}

#bottom {
	background-image:url(../images/bottmcorners.gif)
	margin:0px;
	height: 20px;
	width: 730px;
	background-image: url(../images/bottmcorners.gif);

}
#content {
	width:722px;
	background-image:url(../images/content_bg.gif);
	background-color:ffffff;
	background-repeat:repeat-y;
	float: left;
	margin-top: 5px;
	padding:0px;
}

	#content p{
		font-size: 80%;
		margin: 10px;
	}	

	#content a {
		color:#000099;
		text-decoration:none;
	}
	
	#content h1{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 150%;
		color: #003366;
		padding: 0;
		margin:0px 100px 0px 0px;	
	}

	#content h2{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size: 130%;
		color: #003366;
		padding: 0;
		margin:0px 10px 20px 10px;	
	}
	#content h3 {
		font-size: 120%;
		font-weight:normal;
		color: #333333;
		margin:10px;
	}
	#content h4 {
		font-size: 100%;
		font-style: normal;
		font-weight: normal;
		color: #333333;
		margin:10px;
		text-decoration: none;
	}	
	#content ul li {
		font-size: 80%;
	}
	#content ol {
		font-size: 80%;
	}
#content_sub {
	background-color: #BDCDE4;
	width:640px;
	padding:0;
	margin: 0px auto 5px auto;
	}
/* navigation id's */
#topnav {
	width:560px;
	height:20px;
	padding-top:5px;
	margin:0px auto 0px auto;
	text-align:center;
	background:  url(../images/nav_bg.gif);
	overflow:hidden;
	}
	#topnav ul{
		padding: 0;
		margin: 0;
		/*background-color:#666699;*/
		}
	#topnav ul li{
		display:inline;
		padding: 0;
		margin: 0;
	}
	#topnav ul li a{
		font-size: 100%;
		text-decoration: none;
		padding: 0 10px 0 10px;
		border: 0px;
		text-align: center;
		width: 9em;
	} 
	#topnav ul li a:hover, #topnav ul li a:focus{
		background-color:#6699FF;
	}

/* classes */
.leftimage{
	float: left;
	margin:0px 5px 0px 5px;
	}

.rightimage{
	float: right;
	margin:3px 5px 5px 10px;
}
/* Gallery  */
img.galleryFocus {
	margin:5px 10px 5px 10px;
	border:0px;
	}

/* round corners */
.roundtopM {
	background: url(../images/corner_right_top.gif) no-repeat top right; 
}
.roundbottomM {
	background: url(../images/corner_right_bottom.gif) no-repeat top right; 
}

.clearit{
	clear: both;
	display: block;
	margin-top: 10px;
}
img.corner {
   width: 16px;
   height: 16px;
   border: none;
   display: block;
}

a {
	color:#0033FF;
	text-decoration: none;
}
a:active {
	text-decoration: none}
a:hover { 
	background-color:#000099}
a:visited { 
	text-decoration: none; color: #999999}
	
