/* 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:#064E80; background:#FFFFFF url(none) repeat-y left top; font:76% Verdana, Tahoma, sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:12px;}

li
{margin:0 0 8px 25px;}

a
{color:#000080; font-weight:bold; text-decoration:underline;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #FFFFFF;}

a img
{color:#000080; border:#000080;}

a img:hover
{background:#505050; border-color:#505050;}

table {
	border:3 #99A8C6;
	cellpadding:8;
	cellspacing:0;
	
	color: #064E80;
	background-color: #FFFFFF;
}

/**************** Sidebar area styles ****************/

#sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	overflow:auto;
	background:#990000 repeat-y right top;
	text-align:right;
	color: #FFFFCC
}

body > #sidebar
{
	position:fixed;
	background-color: #990000;
}

#sidebar h1
{
	color:#FFFFCC;
	font-size:1.6em;
	letter-spacing:-2px;
	text-align:right;
	background-color: #990000;margin-left:5px; margin-right:18px; margin-top:20px; margin-bottom:0
}

#sidebar h2, #sidebar h3
{
	color:#FFFFCC;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
	background-color: #990000;margin-left:5px; margin-right:20px; margin-top:0; margin-bottom:18px
}

#sidebar h3
{
	color:#FFFFCC;
	background-color: #990000;margin-left:5px; margin-right:18px; margin-top:20px; margin-bottom:4px
}

#sidebar  p
{
	color:#FFFFCC;
	font-size:0.8em;
	background-color: #990000;margin-left:5px; margin-right:20px; margin-top:0; margin-bottom:18px
}

#sidebar a
{
	color:#FFFFCC;
	background-color: #800000;
}

/**************** Navigation menu styles ****************/

#menu a
{display:block; width:202px; color:#FFFFCC; background:#800000 repeat-y right top; font-size:1.8em; font-weight:normal; text-decoration:none; letter-spacing:-2px; padding-left:0; padding-right:18px; padding-top:5px; padding-bottom:5px}

#menu a:hover 
{color:#990000; background:#FFFFCC url('none') repeat-y right top}

#menu a.active
{
	background:#FFFFCC;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	color: #990000;padding-left:0; padding-right:18px; padding-top:5px; padding-bottom:5px

}

#menu a:hover.active
{color:#990000; background:#fafafa}

/**************** Content area styles ****************/

#content
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#FFFFFF;}

#content p
{
	margin:0 0 20px 0;
	line-height:normal;
	font-size: 14px;
}

#content h1
{margin:0; color:#99A8C6; font-size:4em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0; color:#99A8C6; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#064E80; font-weight:normal; font-size: 16px; letter-spacing:normal;}

