body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.5em;
	background-color: Black;
	margin: auto;
	color: White;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.white{
	color: #fff;
}
.grey333{
	color: #333;
}
div.fade-message{
	top: 10px;
	text-align: left;
	position: relative;
	
}
#container{
	width: 768px;
	margin:0 auto;
	background: url(images/back.jpg) no-repeat center top;
	/*border: 1px solid Fuchsia;*/
}
div.logo{
	margin-bottom: 25px;
	/*border: 1px solid Blue;*/
}
#menu{
	width: 768px;
		background: url(images/menub_bg.gif) repeat-x;
}
#footer{
	width: 768px;
	margin-bottom: 20px; 
}
div.welcometext{
	border-top: 1px solid #0033cc;
	margin-top: 2px;
	padding-bottom: 0px;
}
div.bottomtext{
	border-top: 1px solid #333;
	margin-top: 2px;
	padding-bottom: 0px;
}
h1{
	padding-top: 5px;
	color: #999;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
}
h2{	
	border-top: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #999;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}
h2.left{	
	padding-bottom: -5px;
	color: #ccc;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
h3{	
	padding-bottom: 12px;
	padding-top: -2px;
	color: #ccc;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}
h3.acred{	
	color: #999;
	line-height: 19px;
	font-size: 11px;
	font-weight: normal;

}
/* ////// */
div.logoleft{
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
div.maintext-left{
	width: 380px;
	float: left;	
}
ul.description{
	margin-top: 0px;
	.margin-top: 15px;
}
ul.description li{
	list-style-type: square;
	color: #999;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
/* ///////////////////////////////////// */
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 10px 0 10px;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 38px;
	list-style: none;
	width: 715px;
	.width: 714px;
	_width: 708px;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 38px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
a.blue:link{
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
}
a.blue:visited {
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
}
a.blue:active {
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
}
a.blue:hover {
	text-decoration: underline;
	color: #0066cc;
	font-weight: bold;
}


