@charset "utf-8";
body {
	
	background:#000; /*  background-image:url(../../../html/images/interface/default/bg-page.jpg);this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

a:link, a:visited{ color: #005FA9; text-decoration: none; }

a:hover{ text-decoration: underline; }

a.glink, a.glink:visited{
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 35px 5px;
}

a.glink:hover{ color: #CCC0D8; text-decoration: none; }

a.button {
	background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
	color: #000;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 22px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('../images/bg_button_span.png') no-repeat;
	display: block;
	line-height: 12px;
	padding: 5px 0 5px 18px;
}

a.button:hover {
	background-position: bottom right;
	color: #000;
	/* outline: none; hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: bottom left;
	padding: 5px 0 5px 18px; /* push text down 1px */
}

a:link img, a:visited img { border: none; }

body * { font-size: 100%; }

div.clearFloat { clear: both; font-size: 0; height: 0; line-height: 0px; }

fieldset {
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: black;
	font-size: 90%;
	padding: 0px 10px 10px 10px;
}

h1 { font-size: medium; font-weight: bold; }

h2 { font-size: 12px; font-weight: bold; padding-left: 10px; }

h3, h4, h5, h6 { font-weight: normal; }

html > body #Div { height: auto; min-height: 800px; }

li.clearFloat { clear: both; }

p { margin-bottom: 1.1em; margin-top: 0; }

ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.AbsWrap { position: relative; width: 100%; }

.blogimage {
	padding-right: 10px;
	padding-bottom: 10px;
}

.legendtext{
	background-color: #F8F8F8;
	color: black;
	font-weight: bold;
	font-size: 100%;
/*	padding: 12px 5px 5px 5px;
*/}

.rowWrap { width: 100%; }

#breadcrumb{
	background-color: #F8F8F8;
	color: #708090;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

#breadcrumb a { color: #708090; text-decoration: none; }

#breadcrumb a:hover { color: #005FA9; text-decoration: underline; }

#bottombanner {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bottombanner.png);
	overflow: hidden;
	display: inline;
	float: left;
	height: 43px;
	margin-bottom: 0;
	width: 720px;
}

#centerspace {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #F8F8F8;
	overflow: hidden;
	display: inline;
	float: left;
	height: 632px;
	text-align: left;
	margin-bottom: 0;
	width: 720px;
}

#centertop {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/centertop.png);
	overflow: hidden;
	display: inline;
	float: left;
	height: 5px;
	margin-bottom: 0;
	width: 720px;
}

#colwrap2 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 720px;
}

#Div {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #666;
	width: 800px;
	padding-top: 0px;
	height: 799px;
}

#globallink a { color: white; text-decoration: none; }

#globallink a:hover { color: white; text-decoration: underline; }

#globallink p {
	color: white;
	float: right;
	font-size: 12px;
	padding-right: 10px;
	padding-top:10px;
}

#main { margin: 0 auto; width: 800px; }

#main p.lastNode { margin-bottom: 0; }

#sideleft {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/sideleft.png);
	overflow: hidden;
	display: inline;
	float: left;
	height: 680px;
	margin-bottom: 0;
	width: 35px;
}

#sideright {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/sideright.png);
	overflow: hidden;
	display: inline;
	float: left;
	height: 680px;
	margin-bottom: 0;
	width: 45px;
}

#topbanner {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/topbanner.png);
	overflow: hidden;
	display: inline;
	float: left;
	height: 120px;
	margin-bottom: 0;
	width: 800px;
}
