body {
	background-color: White;
	color: Black;
	margin-top: 0;
}
.hiddenlink {
	background-color: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 0px;
	line-height: 0px;
}
.hiddenlink a:link {
	background-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#layout_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	background-color: #F42941;
}

#masthead {
	background-image: url(images_sys/masthead_bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#masthead #titles {
	float: left;
	max-width: 500px;
	width: 500px;
	color: White;
}
#masthead #titles h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 15px;
	margin-left: 5px;
	vertical-align: middle;
	line-height: 100%;
	color: #11325A;
}
#masthead #titles h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#content {
	background-image: url(images_sys/corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: White;
	font-size: 90%;
	padding: 10px 5px 10px 5px;
	line-height: 150%;
}
#content .image_float_right {
	float: right;
}
#content .image_float_left {
	float: left;
}
#content h1 {
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	color: #11325A;
	border-bottom: medium solid #11325A;
	width: 80%;
}
#content h2,h3,h4,h5 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #11325A;
	text-decoration: underline;
}
#content h6 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin-right: 1em;
	display: inline;
}
#content a {
	color: #11325A;
	border-bottom: thin dotted #11325A;
	text-decoration: none;
}
#content a:hover {
	border-bottom: thin solid #11325A;
	background-color: #FFFFAA;
}
#content ul li {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	margin-left: -10px;
}

#content .emphasise {
	font-weight: bold;
	color: #F42941;
}
#content .emphasise a {
	color: #F42941;
}
#content_footer {
	background-color: White;
	border-top: 2px solid  #F5B1BB;
	padding: 0.4em 10px 0.4em 10px;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
}


#sidebar_upper {
	text-align: center;
	background-color: #F5B1BB;
}

#main_navigation {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #F42941;
	border-top: 1px solid #F42941;
	border-bottom: 1px solid #F42941;
}
#main_navigation ul {
	list-style: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#main_navigation li {
	display: block;
	margin: 1.0em 0 1.0em 5px;
}
#main_navigation li a {
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #FFFFAA;
	color: Black;
	text-decoration: none;
	white-space: normal;
	width: 120px;
	display: block;
}
#main_navigation li a:hover {
	color: White;
	background-color: #11325A;
}

#image_navigation {
	text-align: center;
	background-image: url(images_sys/sidebar_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 240px;
}
#image_navigation img {
	border: 0;
	margin-left: 5px;
}
#image_navigation a {
	display: block;
}
#image_navigation a:hover {
	border-left: 3px solid Black;
	border-right: 3px solid Black;
}
/* START KLUDGE for missing png alpha transparency support in IE versions < IE7 */
#image_navigation #IEchangetextsize_wrapper {
	position: relative;
}
#IEchangetextsize_usingimageloader {
	position: absolute;
	height: 100px;
	width: 125px;
	top: 0px;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images_sys/changetextsize.png',sizingMethod='scale');
}
/* END KLUDGE for missing png alpha transparency support in IE versions < IE7 */

#sidebar_lower {
	text-align: center;
	background-color: #F5B1BB;
}
#sidebar_lower img {
	border: 0;
	margin-left: 5px;
}
#sidebar_lower a {
	color: White;
	text-decoration: none;
	display: block;
}
#sidebar_lower a:hover {
	border: 1px solid Black;
}

#sidebar_footer {
	background-color: White;
	border-top: 2px solid  #F5B1BB;
	padding: 0.4em 10px 0.4em 10px;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
}
#sidebar_footer a {
	color: #11325A;
	border-bottom: thin dotted #11325A;
	text-decoration: none;
}
#sidebar_footer a:hover {
	border-bottom: thin solid #11325A;
	background-color: #FFFFAA;
}

