
/* 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; }

ul, li, ol{
	font-family : "Verdana", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-left: 20px;
	margin-top: 2px;
	
}

body, p, span  {
	font-family : "Verdana", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	
	
	}

/* html tags */

a:link	{
	color : #6B4E8E;
	text-decoration : none;

	}

a:visited {
	color : #6B4E8E;
	text-decoration : none;

	}

a:hover	{
	color : #6B4E8E;
	text-decoration : underline;
	font-weight : bold;

}

a:active {
	color : #6B4E8E;
	text-decoration : none;

}

body {
	text-align: left;
    background-color: #ffffff;
}

h1 {
	color : #2B5387;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;
}

h2 {
	color : #9C3A3A;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;


}

h3 {
	color : #2B5387;
	font-size : 12px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	color : #145B4D;
	font-size : 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;

}

h5 {
	color : #2B5387;
	font-size : 10px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;


}

h6 {
	color : #568A75;
	font-size : 10px;
	font-weight : normal;
	margin-top : 10px;
	margin-bottom : 10px;


}

ul {
	color : #000000;
	text-decoration : none;
	margin-top : 2px;
	margin-bottom : 0px;
}

/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	}


.italic {
	font-style : italic;
}


/* layers (div)*/


#container{
	padding: 0px;
	top: 0px;
	position:absolute;
 	width: 100%;
 	height: 100%;
 	z-index:1;
 	left: 0px;
 	
}

	

#top{

	width: 100%;
	text-align: center;
	background-color:#ffffff;
		}
	
#menu {
	width: 100%;
	text-align: center;
	height:30px;
	padding-top: 5px;
	background-color:#C3C3C3;
		}
	
			
#content{
	width: 100%;
	top:350px; /* position from top of browser + logo + menu height */
	text-align:center;
	}
	
#footer{
	width: 100%;
	text-align:center;
	}