@charset "utf-8";
* { margin: 0; padding: 0; border: 0; }

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 24px;
	background: #ececec;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color: #dc1a21;
}
a:hover {
	color: #000000;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 40px;
}
li {
	margin-top: 0.25em;
}

#container {
	width: 800px;
	background-image: url(images/tableback.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0 36px 0 36px;
}

#top {
	width: 100%;
	background-image: url(images/topback.gif);
	background-position: top left;
	background-repeat: repeat-x;
	max-height: 319;
}
#middle {
	width: 100%;
	padding: 15px 0 0 0;
}
#bottom {
	width: 100%;
	background-image: url();
	background-position: top left;
	background-repeat: repeat-x;
	color: #959595;
	font-size: 10px;
}
#bottomspacer {
	height: 15px;
	min-height: 15px;
}
#contentshell {
	width: 708px;
	max-width: 708px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: auto;
}
.hightlight {
	font-weight: bold;
	font-size: 13px;
	color: #dc1a21;
	margin: 8px 0 8px 0;
}
.hightlight2 {
	font-weight: bold;
	font-size: 12px;
	color: #dc1a21;
	margin: 2px 0 2px 0;
}
.hightlight3 {
	font-weight: bold;
	font-size: 12px;
	color: #dc1a21;
	margin: 2px 0 2px 0;
	display: block;
	border-top: 1px dotted #CCC;
	margin-top: 15px;
}
#menu3 {
	background-image:url(images/menu3.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height: 82px;
	max-height: 82px;
  	height:82px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0 0 0 0;
	text-align: left;
}
.menutext {
	padding: 5px 120px 0 5px;
}
#menu5 {
	background-image:url(images/menu5.jpg);
	min-height: 89px;
	max-height: 89px;
  	height:89px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0 0 0 0;
	text-align: left;
}
#title {
	font-size: 20px;
	font-weight: bold;
	color: #dc1a21;
	border-bottom: 1px dotted #666;
	line-height: 32px;
	margin: 0 0 8px 0;
}
#subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #dc1a21;
	border-top: 1px dotted #959595;
	line-height: 26px;
	margin: 0 0 8px 0;
}
#homeleft {
	background-image:url(images/squareback.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.question {
	font-style:italic;
	color: #dc1a21;
	margin-top: 24px;
}
.answer {
	padding-left: 20px;
}
.smallfont {
	font-size: 11px;
	line-height: 18px;
}
input{
	color: #959595;
	border: 1px solid #959595;
	background-color: #FFFFFF;
}

#linkbox {
	background-color: #ececec;
	padding: 5px;
	min-height: 100px;
	border-top: 1px dotted #666;
}

#supportbox {
	border-top: 1px dotted #666;
}