/* Hyperlink styles */
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
/*	text-decoration:underline;*/
}

a.nav {
	display:inline;
	visibility:hidden;
}

form {
	display:inline;
}

img {
	border:0px;
}

div.quote {
	margin:20px;
}

span.section {
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

/* Define a couple of font classes */
span.title {
	font-weight:bold;
	font-size:12pt;
}

span.legal1 {
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #000;
	font-weight:bold;
	font-size:10pt;
}

span.legal2 {
	float:right;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:10pt;
}

hr.main {
	margin-left:10px;
	margin-right:10px;
}

/* Unordered List Styles */
ul {
	margin-top:10px;
	list-style-type:disc;
}


li {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

/* Body Styles */
body {
	background:#cccc99;
	font-family:helvetica;
	margin:0px; 
	margin-top:5px;
	padding:0px;
	text-align:center; /* Hack for IE5/Win */
}

p {
	padding-left:10px;
	padding-right:10px;
}

#container {
	position:relative;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

/* Create a class for the content and/or news */
#content {
	background:#ffffff;
	text-align:left;
	margin-top:15px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

#content div.item {
	color:#000;
	background:#ffffff;
	margin-bottom:0px;
	padding:0px;
	padding-bottom:5pt;
}

#content div.item div.itemheader {
	background:#99cc00;
	height:14pt;
	padding-left:15px;
	border-top:1px solid #000;
	border-bottom:1px dashed #000;
}

#content div.item div.itemtext a {
	color:#660066;
}

#content div.item div.itemtext a:hover {
	background:#e5cfe5;
}

#menu {
	font-size:12pt;
	height:14pt;
	top:50px;
	text-align:center; /* Counteract to IE5/Win Hack */
	background: #ffcc33;
	border:1px solid #000;
}

#menu ul {
	display:inline;
	padding:0px;
	margin:0px;
}

#menu li {
	display:inline;
	padding-left:25px;
	padding-right:25px;
}

#menu a:hover {
	background:#ffdf80;
}

#footer {
	margin-top:15px;
	height:12pt;
	text-align:center; /* Counteract to IE5/Win Hack */
	background: #ffcc33;
	color:black;
	border:1px solid #000;
}

#footer a:hover {
	background:#ffdf80;
}


#sidebar {
	float:right;
	margin-top:15px;
	padding-left:15pt;
	background:#cccc99;
	width:175px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

#sidebar div.item div.itemheader {
	width:173px;
	background: #99cc00;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px dashed #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}

#sidebar div.item div.itempicture {
	padding-top:5px;
	background: #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#sidebar div.item div.itemtext {
	text-align:left;
	font-size:10pt;
	margin-bottom:15pt;
	padding:5px;
	background: #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#sidebar div.item div.itemheader span.title {
	font-size:10pt;
}

#sidebar div.item div.itemtext a {
	color: #660066;
}

#sidebar div.item div.itemtext a:hover {
	background:#e5cfe5;
}

span.quality0 { color: #808080; }
span.quality1 { color: #CC9900; }
span.quality2 { color: #00BB00; }
span.quality3 { color: #0068FF; }
span.quality4 { color: #8000FF; }
span.quality5 { color: #FF0000; }
span.quality6 { color: #FF8000; }

