

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8FCBEE url(images/bg.gif) top center repeat-y;
	font: normal 9pt/14pt verdana, arial,sans-serif;
	}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url(images/header.gif) no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 16pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #FFF;
}

#container {
	width: 580px;
	background: #fff url(images/sidebar.gif) repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(images/horizontal.gif);
	font-weight: bold;
	font-size: 10pt; 
	padding-top: 6px;
	padding-left: 20px;
	list-style: none;
	margin: 0;
	
}

#horizontal li {
	display :inline;
}

#horizontal a, #horizontal a:visited {
	color: #e1effd;
	text-decoration: underline;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	
	width: 134px;
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
  	background: #ffffff
}

#right-column h2{
	font-size: 11pt;
	font-weight: bold;
	color: #337fc6;
	margin-bottom: 5px;
	padding-left: 4px;
	background: #ffffff
	}

#content {
	float: left;
	width: 400px;
	padding-left: 4px;
	margin: 0px 2 2 4px;
	color: #363636;
	background: #ffffff
}

#content h2{
	font-size: 11pt;
	font-weight: bold;
	color: #337fc6;
	margin-bottom: 5px;
	padding-left: 4px;
	}

#content h2 a {
	color: #337fc6;
	text-decoration: none;
}


.black, #content h2 a:hover {
	color: #000;
}



input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.commentlist {
	margin: 0 0 0 70px;
}

#commentform p{
	background: none;
	padding-left: 0;
}

#comment {
	width: 400px;
}

input#s {
	width: 100px;
}