*{margin:0; padding:0;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}
td,th{font-size:11px; line-height:15px;}
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

a:link {
	color: #563284;
}
a:visited {
	color: #563284;
}
a:hover {
	color: #333333;
}
a:active {
	color: #563284;
}

#maincontainer{
	width: 786px; /*Width of main container*/
	margin: 1em auto; /*Center container on page*/
}

#topsection{
	height: 80px; /*Height of top section*/
	background-image: url(../img/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: -2px;
}
#topsection a.logo{
	width: 193px;
	height: 79px;
	display: block;
	float: left;
	margin: 0px 10px 0 78px;
	text-decoration: none;
		}
* html #topsection a.sponsor{
				float: none;
			}
#maincontainer #contentwrapper #contentcolumn .innertube h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #563284;
	margin:1em 0;
}

#maincontainer #contentwrapper #contentcolumn .innertube p {
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
}

#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

#contentcolumn{
	margin-right: 219px; /*Set right margin to RightColumnWidth*/
	margin-top: 40px;
	background-color: #F2F2F2;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/star2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#rightcolumn{
	float: left;
	width: 219px; /*Width of right column*/
	margin-left: -219px;
	font-size:11px;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
	margin: 20px;
}



.suckertreemenu{
	padding-top:47px;
	float: left;
	width: 500px;
}
.suckertreemenu ul{
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block; /*Width of top level menu link items*/
	padding: 1px 25px;
	text-decoration: none;
	color: #FFFFFF;
}
	

.suckertreemenu ul li a:hover{
color: #B68EEF;
}

.suckertreemenu #current{
color: #B68EEF;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
/* End */




#submenu {
	background-color: #B68EEF;
	margin: 20px;
	padding: 10px;
}

#navlist ul{margin:0; padding:0;}
#navlist li
{
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	margin-right: 10px;
	float: left;
}



#navlist a {
	background-image: url(../img/star.jpg);
	background-position: right center;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#navlist a:link, #navlist a:visited
{
	color: #563284;
	text-decoration: none;
}

#navlist a:hover
{
	color: #F2F2F2;
	text-decoration: none;
}
#navlist  #currentpage
{
	color: #F2F2F2;
	text-decoration: none;
}
#qoute{
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#qoute em {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	display: block;
	color: #563284;
	text-align: right;
}
#qoute span {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	display: block;
	color: #333333;
	text-align: right;
}
#mailinglist{margin-top:350px; }
#login{
	margin-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
#rightcolumn h4{
margin-top:30px;
font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #563284;}


