html
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: #b7c4d3;
	font: normal 10pt "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #557799; text-decoration: none; }

a:hover, a:active { color: #993333; text-decoration: none; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	width: 750px;
	margin: 0 auto;
	padding: 0 25px;
	background: #f9f9f9 url(images/bg.png) top left repeat-y;
}

#header
{
	clear: both;
}

#wrapper
{
	float: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #444444;
}

#content-wrapper
{
	width: 500px;
	float: left;
}

#content
{
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar-wrapper
{
	width: 210px;
	float: right; 
}

#sidebar
{
	float: right;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;}

#footer
{
	clear: both;
	width: 750px;
	color: #777777;
	text-align: center;
	height: 35px;
	background-color: #ffffff;
	border-bottom: 8px solid #dddddd;
}

/* Header */

/* Wrapper */

#wrapper a:link { font-weight: bold; } 

#wrapper a:visited { font-weight: bold;} 

#wrapper a:hover, #wrapper a:active {  }

/* Content */

#content dl, 
#content dt, 
#content dd
{
	margin: 0;
	padding: 0;
	width: 500px;
}

#content dt
{
	padding: 10px;
	font-weight: bold;
	background-color: #cccc99;
}

#content dd
{
	padding: 1px 10px;
	margin-bottom: 15px;
	background-color: #e6e6ce;
}

/* Sidebar */

#sidebar ul { list-style-type: none; margin: 0; padding: 0; }

#sidebar li
{
	border-left: 5px solid #b1bad0;
	border-right: 5px solid #b1bad0;
	background-color: #e3e6ee;
}

#sidebar li.header
{
	border-left-color: #8d9aba;
	border-right-color: #8d9aba;
	background-color: #b3bcd1;
	border-top: 1px solid #687aa4;	
}

#sidebar li.first
{
	border-top: 1px solid #687aa4;	
}

#sidebar li a
{
	border-left: 1px solid #9ca8c3;
	border-right: 1px solid #9ca8c3;
}

#sidebar li.header a
{
	border-left-color: #687aa4;
	border-right-color: #687aa4;
}

#sidebar a:link,
#sidebar a:visited
{
	display: block;
	padding: 5px 20px;
	border-bottom-width: 0;
	border-top: 1px dotted #557799;
}

#sidebar li.header a:link,
#sidebar li.header a:visited,
#sidebar li.first a:link,
#sidebar li.first a:visited
{
	border-top-width: 0;
}

/* Footer */