body { 
	background: #fff; 
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif; 
	color: #444; 
	font-size: 85%; 
}

a {
	color: #603; 
	text-decoration: none;
}

a:hover {
	color: #603; 
	text-decoration: underline;
}

#maincontainer { 
	margin: 0 auto; 
	text-align: left; 
	width: 980px;
}

#headerc {
	height: 115px;
	background: #c03;
	color: #fff;
	background-image: url(banner-crimson.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#headerg {
	height: 115px;
	background: #063;
	color: #fff;
	background-image: url(banner-green.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#headern {
	height: 115px;
	background: #036;
	color: #fff;
	background-image: url(banner-navy.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#headero {
	height: 115px;
	background: #d62;
	color: #fff;
	background-image: url(banner-orange.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

img.logo { 
	width: 200px; 
	height: 115px; 
	border: 0; 
	float: left;
}

#searchbox {
	float: right;
	width: 220px;
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}

form {
	margin: 0;
}

#toplinks {
	float: left;
	margin-top: 20px;
	width: 500px;
	font-size: 85%;
	text-align: center;
}

#toplinks a, #footerc a, #footerg a, #footern a, #footero a {
	color: #fff;
	text-decoration: none;
}

#toplinks a:hover, #footerc a:hover, #footerg a:hover, #footern a:hover, #footero a:hover {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

#maincontent {
	float: left;
	width: 560px;
	margin-bottom: 1em;
	padding-right: 10px;
}

#maincontent-thin {
	float: left;
	width: 460px;
	margin-bottom: 1em;
	padding-right: 10px;
}

#menu { 
	width: 200px; 
	margin: 20px 0 1em 0; 
	float: left; 
}

#rhs {
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
	float: left;
	font-size: 85%;
}

#rhs-thick {
	padding-top: 10px;
	padding-left: 10px;
	width: 300px;
	float: left;
	font-size: 85%;
}

div.rhboxo {
	border: 1px solid #d62;
	width: 198px;
	margin: 1.5em 0;
	background: #fff7ee;
}

div.rhboxhdro {
	color: #fff;
	background: #d62;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

div.rhboxc {
	border: 1px solid #c03;
	width: 198px;
	margin: 1.5em 0;
	background: #ffeef7;
}

div.rhboxhdrc {
	color: #fff;
	background: #c03;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

div.rhboxg {
	border: 1px solid #063;
	width: 198px;
	margin: 1.5em 0;
	background: #eefff7;
}

div.rhboxhdrg {
	color: #fff;
	background: #063;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

div.rhboxn {
	border: 1px solid #036;
	width: 198px;
	margin: 1.5em 0;
	background: #eef7ff;
}

div.rhboxn-thick {
	border: 1px solid #036;
	width: 298px;
	margin: 1.5em 0;
	background: #eef7ff;
}

div.rhboxhdrn {
	color: #fff;
	background: #036;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}

div.rhboxtxt {
	padding: 0 5px;
}

#footerc { 
	background: #c03; 
	color: #fff; 
	padding: 10px 20px; 
	font-size: 70%; 
	margin-bottom: 1em;
	clear: both;
}

#footerg { 
	background: #063; 
	color: #fff; 
	padding: 10px 20px; 
	font-size: 70%; 
	margin-bottom: 1em;
	clear: both;
}

#footern { 
	background: #036; 
	color: #fff; 
	padding: 10px 20px; 
	font-size: 70%; 
	margin-bottom: 1em;
	clear: both;
}

#footero { 
	background: #d62; 
	color: #fff; 
	padding: 10px 20px; 
	font-size: 70%; 
	margin-bottom: 1em;
	clear: both;
}

#fc1 {
	width: 200px;
	float: left;
}

#fc2 {
	width: 500px;
	text-align: right;
	float: right;
}

#hplogos {
	text-align: right;
	margin-bottom: 1em;
}

img.botlogo { 
	margin: 0 0 0 10px; 
	height: 35px;
	padding: 0;
}

#menu ul  {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


#menu li a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px 8px 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#menu li.menu1 a {
	width: 160px;
	background-color: #c03;
}

#menu li.menu1c a {
	width: 160px;
	background-color: #c03;
}

#menu li.menu2 a {
	width: 150px;
	margin-left: 10px;
	background-color: #603;
}

#menu li.menu2c a {
	width: 150px;
	margin-left: 10px;
	background-color: #603;
}

#menu li.menu3 a {
	width: 140px;
	margin-left: 20px;
	background-color: #666;
}

#menu li.menu3c a {
	width: 140px;
	margin-left: 20px;
	background-color: #603;
}

#menu li.menu3 a:hover {
	background-color: #603;
}

li.smapli {
	margin-bottom: 5px;
}

.a2zbox {
	border: 1px solid #603;
	width: 15px;
	padding: 3px 0;
        font-size: 90%;
	float: left;
	margin-left: 4px;
	text-align: center;
	font-weight: bold;
}

img.hpbutton {
	width: 160px;
	height: 50px;
	border: 0;
	margin: 5px 8px;
}

img.hprotate {
	border: 0;
	margin-top: 22px;
	width: 550px;
	height: 150px;
}

/* added for forum support */

#rhs-thick input, #rhs-thick textarea { color: #333; width: 259px; font-family: verdana, sans-serif; font-size: 12px; }
#rhs-thick input.btn { width: 150px; }
#rhs-thick  textarea { height: 97px; }
table.frm { margin: 0.6em 0; }
table.frm th { background: #036; color: #fff; text-align: left; }
table.frm tr.odd { background: #eef7ff; }
table.frm td { font-size: 90%; border-bottom: 1px solid #036; }
#showpost { background: #eef7ff; padding: .6em; border: 1px solid #036; }
#showreply { background: #eef7ff; padding: .4em; border: 2px solid #def; }
div.sep { border-bottom: 1px solid #036; font-size: 1px; height: 1px; }
#rhs li { list-style: disc outside; margin: .1em 0 .35em 1.2em; }