/* General Styles */

body {
	 margin:20px;
	 background:#808080;
	 color: #000000;
	 font-size:.8em;
	 font-family: Geneva, Arial, Helvetica, sans-serif;
 }
 
* {
	margin:0;
	padding:0;
}
  
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom:10px;
}

ul, ol {
	margin-left:35px;
	margin-top: 10px;
	margin-bottom:10px;	
}

li {
	line-height: 1.2em;
		
}

hr {
	margin-top: 10px;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5{
	margin-bottom:10px;
	margin-top:5px;
}

h3 {
	font-size:16px;
}

img {
 	border-style: none;
}


/* Specific Styles */


div#wrapper{
	width:750px;
	margin:auto;
	background-image:url(images/background_img.gif);
	background-repeat:repeat-y;
}

div#header{
	height:74px;
}

div#mainbody{
	border-bottom: 1px solid #000000;
}

div#sidebar{
	float:left;
	width:155px;
	color: #E8E8E8;
 	font-size: 13px;
 	font-weight:normal;
 	line-height:1.4em;
}
div#sidebar a:link {
	color:#E8E8E8; 
	text-decoration:none;
}
div#sidebar a:visited {
	color:#E8E8E8; 
	text-decoration:none;
}
div#sidebar a:hover {
	color:#83CA71; 
	text-decoration:underline;
}
div#loginform{
	padding-left:5px;
}
.navlinks{
	margin-left:5px;
	margin-right:5px;
	padding-top:5px;
	list-style:none;
	line-height:1.5em;
}

div#content{
	 width:554px;
	 float:left;
	 color: #000000;
	 text-align:left;
	 padding: 20px;	
}
div#content a:link {
	color:#822628; 
	text-decoration:none; 
	font-weight:bold;
}
div#content a:visited {
	color:#822628; 
	text-decoration:none; 
	font-weight:bold;
}
div#content a:hover {
	color:#468727; 
	text-decoration:underline; 
	font-weight:bold;
}

div#footer{
	text-align:left;
	margin-top:30px;
}


/* Other Classes */

.smalltext {font-size: 11px;}

.largetext {font-size: 16px;}

.bluetext {color: #000099;}

.redtext {color: #CC3333;}

.selected {color: #83CA71; font-weight:bold;}

.centered{text-align:center;}

.clearfloat{clear:both;}
 
.moredetails {
}
a.moredetails:visited {
	color:#663399; text-decoration:none; font-weight:bold;
}
a.moredetails:link {
	color:#822628; text-decoration:none; font-weight:bold;
}
a.moredetails:hover {
	color:#468727; text-decoration:underline; font-weight:bold;
}


