body, html {
	color:#000;
	background-color:#a7a09a;
	margin:0;
	padding:0;
}

body	{
	min-width:750px;
}

p, ul, li	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.update	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}

td.right	{
	text-align: right;
}

th	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
}

th.calendarhead	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	background-color: #00cc00;
}

body h1, h2, h3, h4, h5	{
	font-family:Arial, Helvetica, sans-serif;
}

#wrap	{
	background:#fff;
	margin:0 auto;
	width:750px;
}

#header	{
	background:#000;
	width:750px;
	height:136px;
}

#tag	{
	background:#000;
	width:750px;
	height:24px;
	color:#00cc00;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

#header h1	{
	padding:5px;
	margin:0;
}

#nav	{
	background-color:#000000;
	float:left;
	height:34px;
	width:750px;
	color:#000000;
	padding-top:5px;
}

#nav ul	{
	margin:0;
	padding:0;
	list-style:none;
}

#nav li	{
	display:inline;
	margin:0;
	padding:0;
}

#main	{
	background:#fff;
	float:left;
	width:500px;
	margin:5px;
}

#main h2, #main h3, #main p	{
	padding:0 10px;
}

#main-full	{
	background:#fff;
	float:left;
	width:740px;
	margin:5px;
}

#sidebar	{
	background:#fff;
	float:right;
	width:240px;
	text-align: left;
}

#sidebar ul	{
	text-align: left;
}

#sidebar h3, #sidebar p	{
	padding:0 10px 0 0;
}

#footer	{
	background:#ffffff;
	clear:both;
}

#footer p	{
	padding:5px;
	margin:0;
}

div#logo {
	float: left;
	height: 118px;
	width: 450px;
	background-color: #000000;
	color: #CCCCCC;
}

div#picture {
	float: left;
	height: 118px;
	width: 300px;
	color: #CCCCCC;
	background-color: #000000;
	background-position: right;
}

.rollover a{
	background-image: url(Images/rollover1.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 77px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #010101;
	background-position: center center;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #EBEBEB;
}

.rollover a:hover{
	background-image: url(Images/rollover2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 77px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #676767;
}

div#rolloverbox {
	background-repeat: no-repeat;
	height: 31px;
	width: 79px;
	color: #99CC00;
	background-color: #040B67;
}

.rolloverbox {
	background-repeat: no-repeat;
	height: 31px;
	width: 79px;
	color: #99CC00;
	background-color: #040B67;
	float: left;
}

