a {
	color: #4444FF;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #ffa500;
	background-color: transparent;
}

body {
	background-color: #F2F2FF;
	color: black;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

/* Comment stuff */
div#commentform {
	border-top: 1px solid black;
	margin-top: 1em; 
	padding-top: 1em;
}

div.comment {
	border: 1px solid black;
	padding: .25em;
	margin-top: 1em;
}

div.comment .info {
	border-bottom: 1px dashed gray;
	margin-bottom: .25em;
	padding-bottom: .25em;
}

div#comments {
	margin-top: 1em;
}
/* End comment stuff */

div#container {
	width: 100%;
}

div.faq {
	border-bottom: 1px solid black;
	padding-bottom: .5em;
	padding-top: .5em;
}

div.faq .question {
	font-weight: bold;
}

div#footer {
	border-top: 1px dashed grey;
	clear: both;
	text-align: center;
}

div#masthead {
	background-color: #31639C;
	height: 120px;
	text-align: right;
}

	div#masthead a {
		position: absolute;
		left: 12px;
		top: 18px;
	}

	div#masthead a img {
		border: 0;
	}

div#main {
	margin-left: 16em;
	margin-bottom: 2em;
	padding-left: .5em;
	padding-right: 1em;
}

div#main #header {
	text-align: center;
	font-weight: bold;
	background-color: #E5F1FF;
	font-size: 120%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

/* News */
div.newsitem {
	margin-bottom: 1em;
	text-align: justify;
}
div.newsitem .title {
	border: 1px solid black;
	background-color: #ccc;
	padding: 2px;
	font-weight: bold;
}
div.newsitem .posted {
	text-align: right;
}
/* End news */

div#rating {
	font-size: 80%;
}

div#ratingform {
	border-top: 1px solid gray;
	margin-top: 1em;
	padding-top: 1em;
}

div.side {
	height: 100%;
	float: left;
	padding-right: 1em;
	width: 15em;
}

div#submission {
	line-height: 1.5em;
}

/* Top navigation menu */
div#topnav {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div#topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
div#topnav ul {
	padding: 0;
	margin: 0;
	background-color: #eee;
}
/* End top navigation menu */

input.button {
	background-color: #31639C;
	color: white;
	border: 1px solid black;
}	

fieldset {
	border: 0;
}

h1 {
	font-family: serif;
}

legend {
	font-weight: bold;
}

td {
	vertical-align: top;
}

th.pages {
	font-weight: normal;
	text-align: left;
}

/* Side navigation menu */
ul#sidemenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#sidemenu li {
	font-weight: bold;
}
ul.sidesubmenu {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 2em;
	color: #FF7600;
	background-color: transparent;
	list-style-type: disc;
}
ul.sidesubmenu li {
	font-weight: normal !important;
}

ul.menu	{
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
ul.menu li {
	display: inline;
	list-style-type: none;
	padding-right: .3em;
	padding-left: .7em;
	border-left: 1px solid #000;
}
ul.menu li.first {
	margin-left: 0px;
	border-left: 0px;
}
/* End side navigation menu */

