* {padding: 0em;margin: 0em;}

body{background: #663366;padding: 35px 0px 35px 0px;}

body,input {
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
	}

p	{
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
	}

a	{
	color: #663366;
	text-decoration: underline;
	}

a:hover {text-decoration: none;}

h3,h4 {
	display: inline;
	font-weight: normal;
	}

h3 {font-size: 1.7em;}
h4 {font-size: 1.2em;}

.contentarea {padding-top: 1.3em;}

img {border: solid 1px #CCCCCC;}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
	}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
	}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	background: #663366 url('images/bg.jpg') repeat-x;
	z-index: 1;
	}

#page {
	z-index: 2;
	position: relative;
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	}

#header {
	position: relative;
	width: 900px;
	height: 250px;
	background: #ffffff url('images/mast.gif') no-repeat;
	}

#headercontent {
	padding: 30px 30px 30px 30px;
	}

#headercontent h1 {
	font-weight: normal;
	color: #000;
	font-size: 3em;
        text-align: center;
	}

#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	font-weight:bolder;
        text-align: center;
	}

#menu {
	position: relative;
	background: #660099 url('images/menubg.png') repeat-x top left;
	height: 50px;
	padding: 0 10px 0 10px;;
	}

#menu ul {
	position: absolute;
	top: 17px;
	}

#menu ul li {
	position: relative;
	display: inline;
	}

#menu ul li a {
	padding: 0.5em 1.0em 0.5em 1.0em;
	color: #fff;
	text-decoration: none;
	}

#menu ul li a:hover {text-decoration: underline;}

#menu ul li a.active {background: #8345C0;}

#shadow {
	background: #fff url('images/shad.png') repeat-x;
	height: 50px;
	margin-bottom: 00px;
	}
	
#shadtext {padding: 10px 20px 0px 20px;}

#shadtext ul {}

#shadtext ul li {
	display: inline;
	}

#shadtext ul li a {
	padding: 0px 10px 0px 10px;
	color: #999;
	text-decoration: none;
	}

#shadtext ul li a:hover {text-decoration: underline;}

#shadtext ul li a.active {color: #8000;}

#content {padding: 0em 2.0em 0em 2.0em;}


#footer {
	position: relative;
	height: 100px;
	clear: both;
	background: #fff url('images/ft.png') repeat-x 0em 2.5em;
	font-size: 0.8em;
	}

#footer .left {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 300px;
	}

#footer .right {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 500px;
	text-align:right;
	}