
	/* General Layout */

img	{
	border: 0;
}

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	background-color: #CC99;
}

#header
{
	color: #FFF;
	margin: 0px;
	padding: 8px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 15px;
	font-weight: normal;
	background-color: #996;
}

#maincontent
{
	margin: 0;
	padding: 10px;
}

#sidebar
{
	padding: 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}


	/* General Links */

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #933;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #F33;
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #33F;
}

	/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

/* Title */
h2
{
	color: #663;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

/* Date */
h3
{
	color: #999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}