/****************************/
/*      Standard Theme      */
/****************************/

body {
	margin: 7em 7em 2em 7em;
	background : #FFFFFF;
	background-attachment:fixed;
	background-position:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
}

#maintable {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 1;
	
}


img.banner {
	position: absolute;
	width: 300;
	height: 127;
	background-color:#FFFFFF;
	z-index: 2;
	margin-top: -4em;
	margin-left: 2.2em;

}


#contact {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 20em;
	height: 25px;
	background-color: #FFFFFF;
	border-width: 0;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 5;
}


#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
	margin: 0.2em;
	
}

#contact img {
	position: relative;
	top: 0.5em;
	
}

#navigation {
	position: relative;
	top: 10em;
	width: 100%;
	height: 5em;
	background-color: #FFFFFF;
	border-width: 0;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 3;
}

#pagecontent {
	position: relative;
	top: 10em;
	left: 3%;
	right: 3%;
	width: 94%;
	height: auto;
	background-color: #FFFFFF;
	border-width: 0;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 2;
}

table.navbox {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	border-width: 0em;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 2;
}

td.nav {
	background-image: url('images/navbg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

table.content {
	position: relative;
	margin-top: 5em;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-width: 0px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: #666666 #666666 #666666 #666666;
	border-collapse: separate;
	z-index: 5;
}
