body, html {
	height: 100%;
	font-size: 100%;
}
font {
	font-size:	1.0em;
}
/* NOTICEBOARD */
#noticeboard {
	position:															relative;

	height: 															600px;
	margin:																auto;
	width: 																850px;

	background-image:											url('images/hessian.jpg');
	color:																#FFFFFF;
}
#noticeboard A {
	color:																#FFFFFF;
}
#noticeboard .topborder {
	position:															absolute;
	top:																	0px;
	left:																	0px;
	
	width:																850px;
	height:																20px;
	
	background-image:											url('images/noticeboard_topborder.gif');
}
#noticeboard .leftborder {
	position:															absolute;
	top:																	0px;
	left:																	0px;
	
	width:																20px;
	height:																600px;
	
	background-image:											url('images/noticeboard_leftborder.gif');
}
#noticeboard .rightborder {
	position:															absolute;
	top:																	0px;
	left:																	830px;
	
	width:																20px;
	height:																600px;
	
	background-image:											url('images/noticeboard_rightborder.gif');
}
#noticeboard .bottomborder {
	position:															absolute;
	top:																	580px;
	left:																	0px;
	
	width:																850px;
	height:																20px;
	
	background-image:											url('images/noticeboard_bottomborder.gif');
}
#noticeboard .postit {
	position:															absolute; 
	
	height:																100px;
	width:																100px; 
}

/* LAYOUT */
#layout {
	width: 790px;
	height: 550px;
	padding: 10px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
}
* html #layout {
	height: 550;
}

#layout h1 {
	font: normal 24px verdana;
	color: #4B4C4B;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

#layout table#splashitems {
}

#layout table#splashitems td {
	/* table has cellpadding of 3, for non-css view */
	align: center;
}

#layout table#splashitems a {
	font: normal 11px Arial;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#layout table#splashitems a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#layout table#mini-nav {
	position: absolute;
	left: 680px; top: 18px;
	width: 140px;
	height: 15px;
}

#layout table#mini-nav td {
	/* table has cellpadding of 3, for non-css view */
	padding: 0px;
}

#layout table#mini-nav a {
	font: normal 11px Arial;
	color: #58595B;
	background: url('images/bullet.gif') no-repeat 0px 3px;
	padding: 0px 5px 0px 10px;
	width: 100%;
	text-decoration: underline;
}

#layout table#mini-nav a:hover {
	color: #DC2721;
	text-decoration: none
}

/* LEFTNAV */

#leftnav {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#leftnav li {
	font: normal 11px/11px verdana;
	background: url('images/dotted.gif') repeat-x bottom left;
	padding: 5px 15px 5px 4px;
}

#leftnav li a {
	color: #959796;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #DC2721;
}

#leftnav li a.active {
	color: #DC2721;
}

/* CONTENT */

#content {
	font-family: verdana;
	float:left;
	color: #58595B;
	display: block;
	width: 580px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 40px 20px;
font-size: 1.0em;
}

#content table#contenttable {
}

#content table#contenttable td {
	/* table has cellpadding of 3, for non-css view */
	padding: 5px 20px 5px 0px;
	align: center;
}


#content table#contenttable a {
	color: #58595B;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

#content table#contenttable a:hover {
	color: #DC2721;
	text-decoration: none;
}


/* FOOTER */

#footer {
	font: normal 11px verdana;
	color: #8B8C8B;
	text-decoration: none;
	width: 170px;
	/*top: 550px;
	left:20px;*/
	/*padding: 60px 0px 0px 60px;*/
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	height: 50px;
	position: absolute;
	bottom:0;
}
* html #footer {
	height: 50px;
}

#footer a {
	font: normal 11px verdana;
	color: #8B8C8B;
	text-decoration: underline;
}

#footer a:hover {
 color: #DC2721;
 text-decoration: none;
}


#content h1 {
	font: normal 1.8em verdana;
	color: #4B4C4B;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

#content h2 {
	font: normal 1.4em verdana;
	color: #6B6C6B;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content h3 {
	font: normal 1.2em verdana;
	color: #8B8C8B;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content td {
	font: normal 1.0em verdana;
	color: #58595B;
	padding-bottom: 12px;
}

#content strong {
	font: normal 1.0em verdana;
	color: #000000;
}

#content p.black {
	font: normal 1.0em verdana;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content p.greyTwoCols {
	font: normal 1.0em verdana;
	color: #58595B;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width:245px;
}

#content a {
	font: normal 1.0em Arial;
	color: #58595B;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

#content a:hover {
	color: #DC2721;
	text-decoration: none;
}
