@charset "UTF-8";
/* CSS Document */

/* main structure, fonts, links */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
   
body {
	text-align: left;
	background-color: #99cc66;
	background-image: url(bgimg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header {
	width:100%;
	height:100px;
	z-index:1;
	margin-top: 20px;
	margin-left: 20px;
}


#name {
	left:20px;
	z-index:2;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}

#name a{
	color: #FFFFFF;
	text-decoration: none;
}



#nav {
	z-index:3;
	margin-top: 45px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}

#nav a:hover{
	color: #333300;
	text-decoration: none;	
}

.navselected {color: #333300}


#submenu {
	width:160px;
	z-index:4;
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	left: 20px;
	top: 190px;
}


#submenu a{
	text-decoration: underline;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 12px;
}

#submenu a:hover{
	color: #333300;	
}

.submenuselect {
	color: #333300;
	font-size: 12px;
}


#content {
	width:580px;
	z-index:5;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 14px;
	color: #333300;
	border-right-style: none;
	border-bottom-style: none
?, OffX=?, OffY=?, Positive=?);
	border-top-style: none;
	border-left-style: none;
	left: 180px;
	top: 190px;
	position: absolute;
}

#content p{
	font-size: 14px;
	color: #333300;
	background-color: #F0F0F0;
	display: block;
	padding: 5px;
}

#content h3{
	font-size: 16px;
	font-weight: 700;
	display: block;
	background-color: #F0F0F0;
	padding: 5px;
}


#content h4{
	font-size: 12px;
	font-weight: normal;
	display: block;
	background-color: #F0F0F0;
	padding: 5px;
}


#content a{
	text-decoration: underline;
	color: #666666;
}

#content a:hover{
	
}

