html {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	marginwidth: 0px;
	marginheight: 0px;
	text-align: center;
	font: medium Calibri, Times, Helvetica, Arial, Verdana, Georgia, sans-serif;
}
p {
	margin: 0px;
	text-align: justify;
}
a {
	padding: 0px;
	color: #981793;
}
div#header {
	margin: 0;
	height: 120px;
	background: #D5E2FF;
}
div#container {
	width: 1000px;
	margin: 8px auto;
	text-align: left;
	background: #3399FF;
}
div#content {
	float: right;
	width: 800px;
	height: auto;
	margin: 0px auto;
	background: #FFFFFF;
}
div#navigation {
	float: left;
	width: 200px;
	margin: 0px auto;
	background: #B9CAFF;
}
div#footer {
	margin: 0;
	height: 24px;
	clear: both;
	color: #FFFFFF;
	background: #D5E2FF url(images/headerback.gif) repeat-x top left;
}
div#content p {
	float: left;
	text-align: justify;
	margin: 10px 20px 0px 20px;
	font: medium Calibri, Times, Helvetica, Arial, Verdana, Georgia, sans-serif;
}
div#content ul {
	list-style: auto;
	margin:  20px 20px 10px 20px;
	padding: 20px 20px 10px 20px;
}
div#content li {
	float:   left;
	margin:  3px 0px 0px 20px;
	padding: 3px 0px 0px 20px;
}
div#footer p {
	text-align: center;
	font-size:  10pt;
	font-family: Verdana, Arial, Georgia, Helvetica, Times, sans-serif;
}
div#menucontainer {
	width:    100%;
	height:	  20px;
	margin:   0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	overflow: hidden;
	background: #D5E2FF url(images/menuback.gif) repeat-x bottom left;
}
#ddcolortabs {
	float:    right;
	width:    800px;
	display:  table;
	background: transparent no-repeat right top;
}
#ddcolortabs ul {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font: bold 11px Verdana, sans-serif;
}
#ddcolortabs li {
	margin:  0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-transform: uppercase;
}
#ddcolortabs a {
	float:   left;
	color:   white;
	margin:  0px 2px 0px 0px;
	padding: 0px 0px 1px 3px;
	background: #4683FF no-repeat left top;
	letter-spacing: 1px;
	text-decoration: none;
}
#ddcolortabs a span {
	float:   left;
	display: block;
	padding: 4px 9px 2px 6px;
	background: transparent no-repeat right top;
}
#ddcolortabs a span {
	float: none;
}
#ddcolortabs a:hover {
	background-color: #0033CC;
}
#ddcolortabs a:hover span {
	background-color: #0033CC;
}
#ddcolortabs #current a, #ddcolortabs #current span {
	background-color: #0033CC;
}
#ddcolortabsline {
	height:  8px;
	width:   100%;
	clear:	 both;
	overflow:hidden;
	background: #0033CC;
}
.glossymenu {
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
	width: 200px;
}
.glossymenu li a {
	background: #4683FF url(images/glossyback.gif) repeat-x bottom left;
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 2px 0px 6px 8px;
	text-decoration: none;
	line-height: 30px;
}
* html .glossymenu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
/*	width: 160px; */
	width: 192px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url(images/glossyback2.gif);
}
* html .pagination li.currentpage{
	margin-right:  5px;
	padding-right: 5px;
	font-weight: bold;
}
* html .pagination li.disablepage {
	/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right:  5px;
	padding-right: 5px;
	font-weight: bold;
}
#container #wrapper #content table tr td .body_text {
	color: #000;
}
