

*
{
	margin: 0;
	padding: 0;
}


body
{
	font-family: "Verdana";
	font-size: 0.9em;
	background-color: #BBB;
}

h1
{
	font-family: "Comic Sans MS";
	font-size: 3.0em;
	color: #111;
}

h2
{
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	font-size: 1.4em;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
	color:#000099;
}

a img
{
	border: none;
}

img.thumb
{
	border: 1px solid #333;
}

div#title
{
	height: 105px;
	background: #FFF url(/images/gradient.png) repeat-y right top;
	border-bottom: 1px solid #333;
	padding: 5px;
}

div#title div#logoPic
{
	border: 1px solid #000;
	text-align: left;
	float: left;
}

div#title div#logoText
{
	margin-top: 15px;
	margin-left: 320px;
}

div#test
{
	height: 1200px;
}

div#container
{
	min-height: 600px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #EAEAEA;
}

div#hack
{
	clear: left;
}

div#content
{
	margin: 15px 15px 15px 140px;
	text-align:justify;
}

div#topmenu
{
	font-size: 0.8em;
	background-color: #92C4E8;
	border-bottom: 1px solid #333;
	height: 30px;
	width: 100%;
}

div#topmenu ul
{
	margin-left: 30px;
	list-style-type: none;
}

div#topmenu li
{
	height: 30px;
	float: left;
	background-color: #92C4E8;
	/*border-right: 1px solid #333;*/
}

div#topmenu li.active
{
	background-color: #82B0D1;
	font-weight: bold;
}

div#topmenu li:hover
{
	background-color: #61A9DE;
}

div#topmenu li a
{
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	display: block;
}




div#sidemenu
{
	font-size: 0.7em;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	height: 100%;
	width: 120px;
	float: left;
	margin-top: 15px;
}

div#sidemenu ul
{
	list-style-type: none;
}

div#sidemenu li
{
	height: 30px;
	background-color: #CAEBFF;
	border-bottom: 1px solid #333;
}

div#sidemenu li:hover
{
	background-color: #AAD3EB;
}

div#sidemenu li a
{
	text-align: center;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	display: block;
}