html {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none
}
body {
	background-image: url(images/right-side1.gif);
    margin: 0;
    padding: 0;
    height: 100%;
    border: none
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
table.nav {
	table-layout: fixed;
	max-height: 22px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}

.news {	
	border: 1px solid #8696B1;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: circle;
	height: auto;
}
.sidebar {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: 100;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	margin-bottom: 0
}
.hide {color: #737D94; font-size: 2px; }

#search {
	top:0px;
	right:0px;
	margin:0;
	padding:0;
	max-height: 14px;
	overflow: hidden;
}

table.full {
	height: 100%;
}
.underline {
	text-decoration: underline;
}
#line {
	border-bottom-width: 1pt;
	border-bottom-color: #666666;
	height: auto;
	width: 100%;
	background-position: center;
	border-bottom-style: solid;
