html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
*:first-child+html {
	padding: 0px;
	margin: 0px 0px 90px;
	height: 100%;
}
* html {
	padding: 0px;
	margin: 0px 0px 90px;
	height: 100%;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

hr {
	border-top: #FFC71A solid 1px;
}

p { }

td { }

.menu-links a:link, .menu-links a:visited {
	color: #000000;
	text-decoration: none;
}
.menu-links a:hover, .menu-links a:active {
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B52218;
	text-decoration: underline;
}

#layout {
	width: 700px;
	height: 100%;
}

#homeflash {
	position: absolute;
	left: 24px;
	top: 0px;
	z-index: 1;
}

#leftside {
	position: relative;
	width: 143px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url('../images/leftside.jpg');
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	left: -62px;
	margin-right: 62px;
	float: left;
}

#menu-layout {
	position: relative;
	width: 125px;
	height: auto;
	left: -17px;
	margin-right: 17px;
	float: left;
}

.menu-section {
	position: relative;
	width: 125px;
	height: auto;
	background-color: #FFFFFF;
	border: #b52218 solid 1px;
	margin-bottom: 1px;
}

.menu-links {
	padding: 6px 10px 10px;
	font-size: 11px;
}
.menu-links .selected {
	color: #B52218;
}

#header {
	margin-top: 52px;
}

#content {
	position: relative;
	width: 515px;
	min-height: 100%;
	padding: 10px 10px 10px 0px;
	margin-left: 0px;
	font-size: 12px;
}

.faqletter {
	font-size: 20px;
	font-weight: bold;
}

.description {
	font-size: 10px;
}

#rightside {
	width: 32px;
	height: 100%;
	background-image: url('../images/rightside.jpg');
	background-repeat: no-repeat;
}

#footer {
	width: 700px;
	height: 70px;
}

.copyright {
	font-size: 10px;
	padding-right: 9px;
}
.copyright a:link, .copyright a:visited {
	color: #000000;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:active {
	color: #B52218;
	text-decoration: underline;
}
