

/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win */
html, body, #div_Contents {
	min-height: 100%;
	height: 100%;
}

/* Without this, Moz1.0 adds a vertical scrollbar */
html>body, html>body #div_Contents {
	height: auto;
}

BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #555555;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
}
FORM
{
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA
{
	font-size: 11px;
	font-family: verdana;
	border: 1px inset;
	background: #ffffff;
	color: #000000;
	vertical-align: middle;
}
INPUT, TEXTAREA
{
	padding: 2px;
}
A, A:visited
{
	color: #106DA5;
	font-weight: bold;
}
P
{
	margin: 10px 0;
}

#div_Container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#div_Main
{
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 760px;
	background: url(../images/contentback.gif) 0 0 repeat-y #ffffff;
}
#div_Header
{
	height: 180px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: right;
	color: #555555;
	font-weight: normal;
	background: url("../images/header.jpg") 0 0 no-repeat;
}
#div_Header A
{
	font-size: 9px;
	color: #888888;
}

#div_Menu
{
	text-align: left;
	color: #F1C512;
	padding: 0;
	margin: 0px 5px;
	border-bottom: 1px solid #444444;
}
#div_Menu A
{
	margin: 0;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	line-height: 28px;
	display: block;
	border-top: 1px solid #444444;
	letter-spacing: -1px;
}
#div_Menu A:hover
{
	color: #ffffff;
	background: #333333;
}
#div_Menu .a_Selected, #div_Menu .a_Selected:hover
{
	font-weight: bold;
	color: #ffffff;
	background: url(../images/h1back.jpg) 0 -1px no-repeat;
}

#div_MainContent
{
	padding: 0px 0 0 0;
	overflow: visible;
}

H1
{
	display: block;
	color: #ffffff;
	background: url(../images/h1back.jpg) 0 0 no-repeat #00af4b;
	padding: 0px 20px;
	line-height: 40px;
	margin: 110px 2px 2px 2px;
	font-family: arial;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#div_ColLeft
{
	text-align: left;
	margin: 0 560px 0 0;
	padding: 110px 0 0 0;
	background: url(../images/topleft.jpg) 0 0 no-repeat;
}
#div_ColLeft H2
{
	margin: 0 5px;
	padding: 0px 10px;
	font-weight: bold;
	color: #00af4b;
	background: #333333;
	line-height: 30px;
	display: block;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 11px;
}
#div_ColLeft #ifr_Calendar {
	width: 190px;
	height: 180px;
	margin: 0 0 0 5px;
	overflow: hidden;
	border: 0;
}

#div_ColRight {
	float: right;
	width: 560px;
	overflow: hidden;
	padding: 0 0 20px 0;
	background: url(../images/header.jpg) 0 0px no-repeat;
}
#div_ColRight #div_Content {
	margin: 2px 15px;
	padding: 0 5px;
}
#div_ColRight #div_Content .img_Photo {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #888888;
}
#div_ColRight #div_Content #div_ActivityLinks {
	float: right;
	width: 250px;
}
#div_ColRight #div_Content #div_ActivityLinks A {
	display: block;
	margin: 0 0 3px 0;
}
#div_ColRight #div_Content #div_ActivityLinks IMG {
	margin: 0;
	border: 0;
}
#div_ColRight #div_Content .p_Highlighted {
	margin: 10px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: times new roman;
	line-height: 24px;
}
#div_ColRight #div_Content H2 {
	margin: 30px 0;
	padding: 0;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #1cc062;
}
#div_ColRight #div_Content H3 {
	margin: 10px 0;
	padding: 0;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #1cc062;
}
#div_ColRight #div_Content LI {
	margin: 5px 0 5px -25px;
}
#div_ColRight #div_NewsItem IMG {
	border: 1px solid #555555;
	margin: 0 0 10px 0;
}

#div_Footer
{
	color: #ffffff;
	background: url(../images/h1back.jpg) 0 0 no-repeat #00af4b;
	padding: 0px 20px;
	line-height: 30px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 20px 2px 0px 202px;
	border-bottom: 1px solid #ffffff;
	clear: both;
}
#div_Footer IMG
{
	vertical-align: middle;
}
#div_Footer A
{
	color: #ffffff;
	font-weight: bold;
}
H2
{
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0;
}
H3
{
	display: inline;
	font-weight: bold;
	font-size: 11px;
	margin-right: 5px;
}
#div_Clear
{
	clear: both;
	height: 1px;
}
.gen_FauxLink
{
	color: #FF0000;
	text-decoration: underline;
}
#a_DeleteLink
{
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}
.img_Border
{
	border: 1px solid #555555;
}
.div_Photo
{
	text-align: center;
}
.div_Photo IMG
{
	border: 1px solid #555555;
}
.ipt_NoStyle {
	border: 0;
	padding: 0;
	background: none;
}
.gen_ErrorMsg {
	color: red;
	font-weight: bold;
}
.img_FloatLeft {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
}
.img_FloatRight {
	float: right;
	margin: 0 0 5px 5px;
	display: block;
}
.img_FloatCentre {
	float: none;
	margin: 0 auto 5px auto;
	display: block;
}