/* page styles */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #006699;
}
/* fonts */
.mainheading {
	color:#f46f21;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.lessheading {
	color:#f46f21;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sidenav_text {
	color:#007591;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sidenav_text a:link {
	color:#007591;
	text-decoration:none;
}
.sidenav_text a:visited {
	color:#007591;
	text-decoration:none;
}
.sidenav_text a:active {
	color:#007591;
	text-decoration:none;
}
.sidenav_text a:hover {
	color:#222469;
	text-decoration:none;
}
.sidenav_text_on {
	color:#222469;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/* global wrapper (center aligner) */
#wrapper { 
	width:100%;
	margin: 0 auto;
}
/* middle wrapper (contains site elements) */
#midwrapper { 
	width:800px;
	position:relative;
}
/* seperater table */
.seperator_tbl_cell {
	height:5px;
	width:800px;
}
/* container table */
.container_tbl_toprow {
	height:177px;
}
/* header table */
.header_tbl_logospace {
	width:144px;
	height:177px;
}
.header_tbl_menuspace {
	width:656px;
	height:177px;
	background-repeat:no-repeat;
	/*position:relative;*/
}
#menu_div {
	width:639px;
	height:20px;
	left:161px;
	top:157px;
	position:absolute;
}
#sidelink { /*left hand 'proudly etc' link area for events pages */
	position:absolute;
	left:15px;
	top:490px;
	z-index:4;
	text-align:left;
}
.sidelink_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2f1e7f;
}
.sidelink_text a:link {
	color:#2f1e7f;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.sidelink_text a:hover {
	color:#2f1e7f;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
.sidelink_text a:active {
	color:#2f1e7f;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.sidelink_text a:visited {
	color:#2f1e7f;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
/* middle content area */
.mid_tbl_home_mainspace {
	position:relative;
}
.mid_tbl_common_mainspace {
	background-image:url(../images/sidenav_watermark.gif);
	background-repeat:no-repeat;
}
/* side navigation table */
.sidenav_tbl_bulletcell {
	width:26px;
	vertical-align:top;
	text-align:right;
}
.sidenav_tbl_textcell {
	text-align:left;
}
.sidepic_tbl_piccell {
	width:98px;
	height:98px;
}
.sidepic_tbl_gapcell {
	width:98px;
	height:20px;
}
/* page content table */
.content_tbl_sidenav_topcell {
	width:248px;
	height:10px;
	vertical-align:top;
	text-align:left;
}
.content_tbl_sidenav_bottomcell {
	width:248px;
	text-align:left;
	vertical-align:top;
}
.content_tbl_content_cell {
	width:552px;
	height:460px;
	text-align:left;
	vertical-align:text-top;
	padding-top:12px;
	padding-bottom:12px;
}
/* base areas table */
.copyrow_tbl_leftedge {
	height:19px;
	width:10px;
	text-align:left;
	background-color:#00B7CE;
}
.copyrow_tbl_rightedge {
	height:19px;
	width:10px;
	text-align:right;
	background-color:#00B7CE;
	background-image:url(../images/copyrow_right_edge.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.copyrow_tbl_leftcell {
	text-align:left;
	padding-left:5px;
	background-color:#00B7CE;
}
.copyrow_tbl_rightcell {
	text-align:right;
	padding-right:5px;
	background-color:#00B7CE;
}
.copyrow_tbl_leftcell, .copyrow_tbl_rightcell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.copyrow_tbl_leftcell a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.copyrow_tbl_leftcell a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.copyrow_tbl_leftcell a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.copyrow_tbl_leftcell a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footerrow_tbl_leftedge {
	height:19px;
	width:10px;
	text-align:left;
	background-color:#3B2F92;
}
.footerrow_tbl_rightedge {
	height:19px;
	width:10px;
	text-align:right;
	background-color:#3B2F92;
	background-image:url(../images/footerrow_right_edge.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.footerrow_tbl_maincell {
	background-color:#3B2F92;
	background-image:url(../images/footerrow_message.png);
	background-position:center;
	background-repeat:no-repeat;
}
.form_singletext {
	width:200px;
	border:1px #666666 solid;
}
.form_textarea {
	width:200px;
	height:80px;
	border:1px #666666 solid;
}