@charset "utf-8";

body {
	background-color:#333333;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}	

#hss {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	text-align: left;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:132px;
}

#topmenu_ {
	position:absolute;
	left:0px;
	top:132px;
	width:980px;
	height:44px;
	background-image:url(../images/topmenubg.gif);
	background-repeat:repeat-x;
	z-index: 100;
	text-align: left;
}

#maincontent_ {
	position:absolute;
	left:0px;
	top:180px;
	width:980px;
	background-color:#FFFFFF;
}

#maincontent_text {
	position:relative;
	padding-left:20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom: 30px;

	min-height:548px;
 	_height:548px;
	
	width:515px;
	background-color:#FFFFFF;
	text-align:left;
	
	#padding-top: 20px;
	z-index: 1;
}

#rightmenu_ {
	position:absolute;
	left:555px;
	top:0px;
	width:425px;
	min-height:548px;
	_height: 548px;
	
	background-image:url(../images/rightmenu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#footer_ {
	position:relative;
	left:0px;
	top: 0px;
	width:980px;
	height:44px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
}

#footer_info {
	position: relative;
	padding-left: 15px;
	text-align: left;
	top: 4px;
}

#footer_info p {
	color:#FFFFFF;
}

#maincontent_text #rightmenu_bottom {
	position: absolute;
	left: 555px;
	top: 370px;
	width: 413px;
	height: 500px;
	text-align: right;
}


/*Text Stylings*/
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
}


p, ul{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color:#333333;
	line-height: 18px;
}

p strong {
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

a {
	text-decoration:none;
	font-weight: bold;
	color: #990000;
}

.manuals a {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

.rightimage {
	text-align: left;
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 7px;
}

span.rmblogo a img {
	position: relative;    
	top: 3px;
}

