* {
	margin:0;
}

body {
	color: #000;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	margin:10px auto;
	width:900px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }

h1 { font-size:170%; }

h2 { font-size:140%; }

h3 { font-size:120%; }

h4 { font-size:100%; }

li, dd {
	margin-left:2em;
}

fieldset {
	padding: .5em;
	border: 1px solid #003300;
}

legend {
	padding: 4px;
	border: none;
}

a {
	color: #3A5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3A5;
	font-weight: bold;
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #030;
	background: #f6fff6;
	padding: 2px;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #339933;
	background: #fff;
}

input.button {
	font-weight: bold;
	cursor: pointer;
}

img {
	border: none;
}

#header {
	color: #CCFFBB;
	width:900px;
	clear:both;
}

#superHeader {
}

#subHeader {
	padding: 0px;
}

.title {
	color:#CCFFBB;
	font-size:300%;
	font-weight:bold;
	padding: 0px 14px;
}

.slogan {
	color:#bdb;
	font-size:117%;
	font-weight:bold;
	font-style:normal;
	padding:0px 8px;
	clear:both;
	float:left;
}

#userStatus {
	color: #cc8;
	padding:0px 9px;
}

#userStatus a {
	color:#bdb;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #3a5;
}

#userStatus a:hover {
	color:#dfd;
	text-decoration:underline;
	border-bottom: 1px none;
}




#content {
	width:900px;
	clear:both;
/*
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/
}

#content a {
	border-bottom: 1px dotted #3a5;
}

#content a:hover {
	border-bottom: 1px none;
}

#content img {
	border-bottom: none;
}


#maincontent {
	border-right:1px solid #ccc;
	font-size:100%;
	padding:5px 5px 0px 0px;
	width:640px;
	float: left;
}

#sidecontent {
	font-size:83%;
	padding:5px 0px 0px 0px;
	width:230px;
	float:right;
}



#footer {
	color: #CCFFBB;
}

#footer	a {
	  color: #92CD00;
	  text-decoration: none;
}

#footer	a:hover {
	  color: #92CD00;
	  font-weight: bold;
	  text-decoration: underline;
}




