body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #3a3a3a;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
*

{
margin: 0px;
}


a:link {
	color: #116EBD;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}


.menu{
	list-style-type: none;
	padding: 0;
	width: 86px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 28px;
	background-position: left;
}

.menu li a{
	color: #FFFFFF;
	display: block;
	width: 86px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/menu.1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 0px;
	height: 28px;
	line-height: 22px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 86px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	width: 86px;
}

.menu li a:hover{
	background-image:   url(../images/menu.2.jpg);
	color: #FFFFFF;
	line-height: 25px;
	height: 28px;
	width: 86px;
}
.text_ver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text_ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding:5px;
}
#noscript
{
border:2px dotted red;
padding:10px;
margin:10px;
color: red;
font-size: 14px;
font-weight: bold;
background-color:white;
}

.text_ver11 a {
	color: #ffffff;
	text-decoration: none;
	padding:2px;
}

.text_ver11 a:hover {
	color: #ffffff;
	text-decoration: none;
	padding:2px;
}

#right
{
float: right;
width: 682px;
}

#right_page
{
}

#right_page #icons H3
{
color: #116EBD;
font-size: 14px;
font-weight: bold
}


#right #right_page ul, #right #right_page ol
{
padding-left: 5px;
}

#right a
{
color: #4DA0C6;
text-decoration: none;
}

#right a:hover
{
color: #4DA0C6;
text-decoration: underline;
}

#right p {
	margin: 0;
	padding: 0px 10px 0px 10px;
	padding-bottom: 10px;
}

#right #right_page h4 {
	height: 27px;
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-size: 14px;
	color: #116EBD;
	background: url(../images/h4.gif) repeat-x;
	margin-left: 5px;
}

#right .date 
{
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

#right .date ul
{
	list-style: none;	
}

#right .date li
{
	display: inline; 
}


#text
{
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
}

#right h4 a {
	color: #116EBD;
}

#right ol, #right ul
{
margin-left: 10px;
}


.date {
	text-align: right;
	color: #4DA0C6;
	font-size: 11px;
}

.date a {
	color: #4DA0C6;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}