body {
	margin:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	background-color:#E6E1E9;
}

#page {
/*	margin:0 auto; */
	margin:0;
	width:656px;
	padding:85px 0 0 121px;
	position:relative;
	background-image:url(statimages/body_background.gif);
	background-repeat:repeat-y;
	min-height:50em;
	text-align:left;
	background-color:#FFF;
	border-color:#735083;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

/**** PAGE CONTENT ****/

#contentArea {
	padding:12px 80px 12px 80px;
	margin:0;
	line-height:1.4em;
}

#contentArea h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color:#9380A3;
	margin:1.2em 0 1.2em 0;
	line-height:1.3em
}
#contentArea h1 {font-size:1.8em;}
#contentArea h2 {font-size:1.5em;}
#contentArea h3 {font-size:1.2em;}

#contentArea p {
	margin:0 0 1.5em 0;
}

#contentArea a 			{color:#635073;text-decoration:underline;}
#contentArea a:link		{color:#635073;text-decoration:underline;}
#contentArea a:visited	{color:#9380A3;text-decoration:underline;}
#contentArea a:hover	{color:#9380A3;text-decoration:none;}
#contentArea a:focus	{color:#9380A3;text-decoration:underline;}
#contentArea a:active	{color:#FF0000;text-decoration:underline;}

#contentArea h2 a	{text-decoration:none !important;}

#contentArea img {border-width:0;}
#contentArea img.left {
	float:left;
	clear:left;
	margin:0 1em 0.5em 0;
}
#contentArea img.right {
	float:right;
	clear:right;
	margin:0 0 0.5em 1em;
}
#contentArea img.centre {
	display:block;
	margin:0.5em auto;
	clear:both;
}

#contentArea .bigNotice {
	clear:both;
	background-color:#D3C0E3;
	border:2px solid #735083;
	color:#533193;
	padding:0.5em;
	text-align:center;
	margin:0 0 2em 0;
	font-size:95%;
	line-height:1.2em;
}
#contentArea .smallNotice {
	clear:both;
	background-color:#D3C0E3;
	border:2px solid #735083;
	color:#533193;
	padding:0.5em;
	text-align:center;
	margin:3em 4em 3em 3em;
	font-size:0.9em;
	line-height:1.2em;
}

#contentArea .brochure {
	display:block;
	width:170px;
	margin:1.5em auto;
	text-align:center;
	height:110px;
	padding:25px 0 0 90px;
	background-repeat:no-repeat;
	background-image:url(images/brochure.jpg);
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none !important;
}

/**** FOOTER ****/

#footer {
	margin-top:3em;
	text-align:center;
	font-size:85%;
	line-height:1.3em;
}
#footer a {
	text-decoration:underline !important; 
	text-align:center;
	font-size:85%;
}

/**** MENU BAR ****/

#sideBar {
	width:121px;
	position:absolute;
	left:0;
	top:0;
}
#sideBar #sideTop {
	width:121px;
	height:149px;
}
#sideBar #sideTop img {
	float:left;
}
#sideBar ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#sideBar ul li {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	text-align:center;
}
#sideBar ul li a {
	text-decoration:none;
	color:#206620;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
}
#sideBar ul li a:link		{color:#206620;}
#sideBar ul li a:visited	{color:#206620;}
#sideBar ul li a:hover		{color:#509950;}
#sideBar ul li a:focus 		{color:#FF0000;}
#sideBar ul li a:active		{color:#FF0000;}

/**** SCROLLING HEADER ****/

#header {
	position:absolute;
	top:0;
	left:121px;
	height:85px;
	width:656px;
	overflow:hidden;
}