@charset "utf-8";
#topoff {
	background-color: #FFFFFF;
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -265px;
	visibility: hidden;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	padding: 0px;
	background: #cdcdcd url(images/bg_body.jpg) repeat-x;
	margin: 0px;
}
#header {
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #EEEFEF;
}
#topline {
	background-color: #EEEFEF;
	margin: 0px;
	padding: 0px;
	height: 80px;
	position: relative;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
	padding-left: 10px;
	height: 170px;
}
#act a, #act a:hover, #act a:active {
	font-size: 1em;
	color: #364b98;
	font-weight: normal;
}
#wrapper {
	text-align: left;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bluline.gif);
	background-repeat: repeat-y;
	background-position: right 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	position: relative;
	clear: left;
	background-color: #FFF;
}
#footer {
	clear: both;
	margin-right: 10px;
	padding-right: 15px;
	height: 89px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#wrapper #footer #act {
	color: #364b98;
	padding-left: 20px;
	padding-top: 40px;
	font-size: 30px;
}
#banner {
	background-color: #000000;
	background-image: url(shadow_low.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 180px;
	color: #CCCCCC;
	margin-top: 0px;
}
#topic {
	background-color: #DDDEDF;
	position: relative;
	width: 470px;
	left: 476px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 55px;
	padding-top: 10px;
}
#topic h1 {
	margin-left: 10px;
}


#text {
	background-color: #dddedf;
	float: right;
	width: 450px;
	margin-right: 30px;
	font-size: 8pt;
	color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -245px;
	z-index: 5;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a img{
	border: 0;
}

a:hover {
	font-size: 1.2em;
}
.actpage {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}

a:active {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
#message a {
	color: #0000FF;
	margin-left: 0px;
}


.fl {
	float: left;
}
#navi {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	width: 300px;
	font-size: 13px;
}
#mid {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 116px;
}
#wrapper #header #banner #wide {
	float: right;
	width: 470px;
	margin-right: 30px;
}

.fr {
	float: right;
}
#RightSide {
	float: right;
	width: 350px;
	margin-top: 60px;
	margin-right: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	letter-spacing: 0.2em;
}
#LeftSide {
	float: left;
	width: 300px;
}
#buttons {	width: 450px;
}
#wrapper #content #buttons img {
	float: left;
	margin-right: 5px;
	border: 0;
}
.upleft {
	margin-top: -2px;
	margin-left: -10px;
	border: 0;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 12px;
}
#message {
	background-color: #dddedf;
	float: right;
	width: 450px;
	margin-right: 30px;
	font-size: 8pt;
	color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -16px;
	height: 160px;
}
.big {
	font-size: 18pt;
	font-weight: bold;
}
#message a:active {
	color: #0000FF;
}
.style1 {
	font-size: 24pt;
	font-weight: bold;
	margin-left: 10px;
}
.toolTip { /* This is the hook that the jQuery script will use */

}

	.toolTipWrapper { /* The wrapper holds its insides together */
	width: 174px;
	position: absolute; /* Absolute will make the tooltip float above other content in the page */
	top: 355px;
	display: none;
	font-weight: bold;
	font-size: 9pt; /* A font size is needed to maintain consistancy */
	color: #FFF;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 174px;
			height: 31px;
			background: transparent url(bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
	padding: 8px 15px;
	color: #000099;
	background-color: #FFFFFF;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
	height: 31px;
	background: transparent url(bubbleBtm.gif) no-repeat;
		}
html, body {
	height: 100%;
}

