body {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
h2 {
	margin-left: 25px;
}

h3 {
	color: #660000;
	margin-left: 25px;
	margin-right: 25px;
}
h4 {
	margin-left: 25px;
	margin-right: 25px;
}


a {
	color: #660000;
}
a:hover {
	color: #990000;
}

td {
	vertical-align: top;
}

table {
	text-align: left;
	vertical-align: top;
	background: transparent;
	}
table#maintable {
	background-image: url(assets/fullscap.gif);
	background-color: white;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
	width: 800px;
	text-align: left;
	vertical-align: top;
}
table#faqs {
	width: 100%;
	background: none;
	border: none;
}


table#faqs td{
	padding-top: 5px;
}




p.aligncenter {
	text-align: center;
	padding-top: 25px;
}

div#homebutton {
	float: right;
	padding: 25px;
}
div#logo {
	float: left;
}

td#menubuttons {
	padding-top: 25px;
	width: 100px;
}
td#menubuttons a {
	padding: 0 5px;
}


td#maincontent p{
	margin-left: 25px;
	margin-right: 20px;
}

div#bottomlinks {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

td#footer, td#footerindex{
	background-color: #660000;
	color: #999999;
	height: 25px;
	text-align: center;
}


td#footer a, td#footerindex a {
	color: #999999;
}

td#footer a:hover, td#footerindex a:hover{
	color: #CCCCCC;
}
td#footerindex {
	background-image: url(assets/logo_r1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td#rlogo {
	background-image: url(assets/logo_r2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.action {
font-size: medium;
}

