/* CSS Document */

body {
margin:0;
padding:0;
height:100%; /* this is the key! */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

} 

#left {
position:absolute;
left:0;
top:10px;
margin-left:25px;
padding:0;
width:150px;
/*height:100%; /* works only if parent container is assigned a height value */
/*color:#333;*/
/*background:#eaeaea;*/
/*border:1px solid #333;*/
}
.content {
margin-left:210px;
margin-right:190px;
margin-bottom:20px;
color:#333;
width:60%;
min-width:560px;
/*background:#ffc;
border:1px solid #333;*/
padding:0 10px;
}
#head{
	margin-left: 225px;
	padding: 2px 0 2px 0;
	top:10px;
}
#headright{
float:left;
height:100px;
}

#right {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	width: 18%;
	min-width: 180px;
	height: 100%;
	background-color: White; /*border:1px solid #333;*/
	color: #444444;
}


#left p {
padding:0 10px;
}
#right p {
	padding: 0 0;
} 
.head1{
	font-size: 18px;
	color: Blue;
	font-weight: bolder;
}

.head2{
font-size:16px;
color:#444444;
font-weight:bold;
}

.head3{
	font-size: 14px;
	color: Blue;
	font-weight: bold;
}

.head4{
	font-size: 14px;
	color: #444444;
	font-weight: normal;
}

.head5{
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}


.ullmenu{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 12px;
	color: #444444;
	font-weight: bold;
}

.ullmenu li{
	font-size: 14px;
}
/*
.ullmenu li a {
color:#444444 !important;
text-decoration:none;}
*/
.ullmenu li a:link {
color:#444444;
text-decoration:none;
}

.ullmenu li a:visited {
color:#444444;
text-decoration:none;
}
.ullmenu li a:hover {
	color: Blue;
	text-decoration: none;
}
.ullmenu li a:active {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
.hr1{
	position:absolute;
	top:550px;
}
HR { text-align: left; height: 1opx; color: #999999; border: none; } /* For Internet Explorer */
HTML>BODY HR { margin-left: 0; height: 1px; background-color: #999999; border: none; } /* For Gecko-based browsers */
HTML>BODY HR { margin-left: 0; height: 1px; background-color: #999999; border: 0px solid #999999; } /* For Opera and Gecko-based browsers */
.footer{
font-size:10px;
color:#999999;
text-align:center;
}

.gst {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 12px;
	color: Black;
}

.gst a:link {
	color: #444444;
	text-decoration: underline;
}


.gst a:visited {
	color: #444444;
	text-decoration: underline;
}
.gst a:hover {
	color: Blue;
	text-decoration: underline;
}
.gst a:active {
color:Blue;
font-weight:bold;
text-decoration:none;
}

.gst .h5{	
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	
}

.rightmenu{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 12px;
	color: #444444;
}

.rightmenu a:link {
color: Blue;
text-decoration:none;
}


.rightmenu a:visited {
color: Blue;
text-decoration:none;
}
.rightmenu a:hover {
	color: Blue;
	text-decoration: underline;
}
.rightmenu a:active {
color:Blue;
font-weight:bold;
text-decoration:none;
}