/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body {
	margin:0;
	padding:0;
	color:#303030;
	background:#f5efea url(../img/bodybg.gif) top left repeat-y;
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 10pt;
	}

ul {
	list-style:circle;
	margin:15px 0 20px 0;
	font-size:0.9em;}

li {
	margin:0 0 8px 10px;
	}

a {
	color:#d85d5d; 
	font-weight:bold; 
	text-decoration:none;
	}

a:hover {
	color:#505050; text-decoration:underline;
	}

#corner img {
	float:left; margin: 0 0 10px 0; padding:0px; border:0px;
	}
	
img.banner {
	float:left; margin: 0 0 20px 0; padding:0px; border:0px;
	}
	
img.left {
	float:left; margin: 0 10px 0 0; padding:0px; border:0px;
	}

a img {
	border-color:#d85d5d;
	}

a img:hover {
	background:#d85d5d; border-color:#d85d5d;
	}

/**************** Sidebar area styles ****************/

#sidebar {
	position:absolute; top:0; left:0; 
	width:220px; 
	height:100%; 
	overflow:auto; 
	background:#597480 url(../img/sidebarbg.gif) top right repeat-y; 
	text-align:right;
	}

body > #sidebar {
	position:fixed;
	}

#sidebar h1 {
	margin:20px 18px 0 5px; 
	color:#ffffff; 
	font-size:18px; 
	font-weight:bold; 
	text-align:right;
	}

#sidebar h2, #sidebar h3 {
	margin:0 20px 18px 5px; 
	color:#333333; 
	font-size:16px; 
	font-weight:bold; 
	text-align:right;
	}

#sidebar h3 {
	margin:20px 18px 4px 5px; 
	color:#333333;
	}

#sidebar  p {
	margin:0 20px 18px 5px; 
	color:#606060; 
	font-size:0.8em;
	}

#sidebar a {
	color:#808080
	}

/**************** Navigation menu styles ****************/

#menu a {
	display:block;
	width:202px;
	padding:4px 18px 4px 0;
	color:#ffffff;
	background:#597480 url(../img/sidebarbg.gif) top right repeat-y;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0px;
	}

#menu a:hover {
	color:#444444; 
	background:#7b929d url(../img/sidebarbg.gif) top right repeat-y;
	}

#menu a.active {
	color:#444444; 
	padding:4px 18px 4px 0;
	background:#f5efea;
	border-top:2px solid #1e3038;
	border-bottom:2px solid #1e3038;
	}

#menu a.active:hover {
	color:#444444;
	background:#f5efea;
	border-right: 2px solid #ffffff;
	}

/**************** Content area styles ****************/

#content {
	width:520px; 
	margin:0 0 0 240px; 
	padding:20px 0; 
	background:#f5efea;
	}

#content p {
	margin:0 0 10px 0; 
	line-height:14px;
	}

#content h1 {
	font-size:16px; 
	font-weight:bold; 
	margin:0 0 10px 0; 
	color:#60a3bf; 
	text-align:center;
	}

#content h2 {
	font-size:14px; 
	font-weight:bold; 
	margin:0 0 10px 0; 
	color:#607c89; 
	text-align:center;
	}

#content h3 {
	clear:both; 
	font-size:12px; 
	font-weight:bold; 
	margin:0 0 10px 0; 
	color:#60a3bf; 
	}
	
/**************** Table styles ****************/

#arrlist th {
	font-size:11px; 
	font-weight:bold; 
	color:#ffffff;
	background:#597480;
	}
	
#arrlist td {
	font-size:10px; 
	color:#333333; 
	}
	
#arrlist td.title {
	font-weight:bold; 
	}
