body {
	margin: 0px;
	padding: 0px;
}

div#header {
	position: absolute;
	width: 100%;
	left: 1px;
	top: 0px;
}

div#banner {
	background-color: #990000;
	background-image: url(img/bgtile.jpg);
	background-repeat: repeat-x;
	height: 189px;
}

img#titletext {
	top: 152px;
	position: absolute;
	left: 208px;
	width: 240px;
	height: 40px;
}

div#nav{
	color : #990000;
	background-color : #efefef;
	height : 20px;
	font-size: 80%;
	border-top : 1px solid #105BAC;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 20px;
	top: 226px;
	padding-right: 274px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	width: 384px;
}
div#sidebar {
	position: absolute;
	top: 250px;
	right: 20px;
	width: 142px;
	font-size : 70%;
	left: 694px;
	height: 262px;
}
div#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 146%;
	color: #990000;
	font-weight: normal;
}
div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: normal;
	font-size: 120%;
}
div#sidebar div.feature {
	font-family: Verdana, Geneva, sans-serif;
	color : #666666;
	background-color : #fefefe;
	border : 1px solid #efefef;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color : #999900;
	background-color : transparent;
}

div#sidebar div.feature ul li a{
	color : #990000;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

form#loginform input{
	color : #990000;
	background-color : #fff;
	width : 116px;
	border : 1px solid #ddd;
}

form#loginform input.submit{
	width : 60px;
	border : 1px solid #123466;
	color : #990000;
	background-color : #ddd;
}

form#loginform, form#loginform table, form#loginform tr, form#loginform td{
	margin : 0;
	padding : 0;
}

form#loginform table th{
	font-family : Verdana, Geneva, sans-serif;
	color : #990000;
	background-color : #fefefe;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #990000;
}

div#nav li a{
	color : #990000;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #990000;
	background-color : #fff;
	border-bottom : 4px solid #990000;
}
