/* created  2008 by WoW! Graphic Designs. Duplication or redistribution is strictly prohibited. */

/* since mostly the same font is used throughout a site, to be able to change it faster you can have a font-family only tag for all */

* { margin: 0; padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, span {
	font-family: Verdana, Tahoma, Helvetica, Arial;	
	font-size: 9pt;
	
}

p {
	font-size: 9pt;
	line-height: 150%;
	margin-top: 12pt;
	color : #000000;
	margin-left : 10px;
	margin-right : 10px;
	}

ul, li {
	font-family: Verdana, Tahoma, Helvetica, Arial;	
	font-size: 8pt;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	}
	
/* html tags */

a:link	{
	color : #118850;
	text-decoration: none;
	}

a:visited {
	color : #118850;
	text-decoration: none;

	}

a:hover	{
	color : #118850;
	text-decoration: none;
	background-color: #CBE3FB;

}

a:active {
	color : #118850;
	text-decoration: none;

}


body {
	text-align: left;
	background-color: #FFFFFF;
}

h1 {
	color : #118850;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
}

h2 {
	color : #118850;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;


}

h3 {
	color : #118850;
	font-size : 12px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom: 0px;
	margin-left : 10px;
	margin-right : 10px;
}

h4 {
	color : #118850;
	font-size : 13px;
	font-weight: bold;
	margin-top : 10pt;
	margin-bottom: 0px;
	background-color: #F8FBC0;
	padding: 5px;
	margin-left : 10px;
	margin-right : 10px;

}


/* classes */



.maintable {
	width: 802px;
	align: center;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #118850;
}


	

/* layers (div)*/




#container{
	position:absolute;
 	width:100%;
 	z-index:1;
 	margin-left: 50px;
 	margin-right: 50px;
  	
}


#top{

	top: 10px;
	position:absolute;
	margin-left: 50px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #118850;
	
	}
	
	
#bar {
	text-align:center;
	width: 802px;
	font-size: 10pt;
	background-color: #118850;
	height: 25px;

}

#bar ul {
		font-size: 10pt;
		text-align: center;

}

#bar li {
	display:inline;
	margin: 10px;
	width: 500px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;

}

#bar li a {
	text-decoration:none;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

#bar li a:hover {
	color: #C0C0C0;
	text-decoration: bold;
	font-size: 8pt;
}

	
#dropmenudiv{
border-left:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
border-top:1px solid #C0C0C0;
border-bottom:0px solid #C0C0C0;
position:absolute;
background-color: #FFFFFF;
line-height:18px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Georgia;
color : #3D3D3D;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C0C0C0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color : #3D3D3D;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EAEAEA;
}



#content{
	position:absolute;
	top:210px;
	text-align:left;

}



#full {
	position:relative;
	background-color : #FFFFFF;
	overflow:visible;
	text-align: center;
	
}

#footer{
	position:relative;
	width: 802px;
	bottom:0px;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	overflow: visible;
	
}