﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	text-align: left;
	background-image: url('../../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/LNO94XQV/pics/static/background.gif');
	background-repeat: no-repeat;
	background-position:  topleft 50%;
	background-color: #830101
}
h1 {
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
.small {
	font-size: 10px;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.black-border {
	border-bottom: solid 6px #000;
	padding: 0px;
	margin: 0px;
}

#page {
	margin: 0px;
	padding: 0px;
	width: 988px;
	height: 100%;
	text-align: left;
	clear: both;
}

#page #header {
	clear: both;
	padding-top: 10px;
	height: 20px;
	float: right;
	font-weight:bold;
}
#page #footer {
	clear: both;
	height: 20px;
	float: right;
}

#page #container {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 988px;
	background-color: #fff;
	border: solid 1px #000;
}

#disclaimer_print {
	display: none;
}


/* Menu environment */

#page #container #menu {
	clear: both;
	width: 988px;
	height: 25px;
	background-color: #e2001a;
	border-bottom: 1px solid #000;
}

/* Menu */
#page #container #menu .main {
	overflow: hidden;
	float: left;
	padding-left: 20px;
}
#page #container #menu .sub {
	overflow: hidden;
	position: absolute;
	top: 272px;
	width: 175px;
	padding: 20 0 20 0px;
	background: #e2001a;
	border: solid 1px #000;
	text-align: left;
}
#page #container #menu .login {
	overflow: hidden;
	float: right;
	padding-right: 20px;
}

#page #container #menu .main a,
#page #container #menu .login a {
	color: #fff;
	text-decoration: none;
	cursor: hand;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}

#page #container #menu .sub a {
	float: left;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

/* GENERAL CONTENT style definitions */
/* Settings and placements of the main containers */

#page #container #content {
	clear: both;
	width: 988px;
	background-color: #fff;
	text-align: left;
	margin-top: 0px;
}
#page #container #content #left {
	margin: 10px;
	padding: 0px;
	width: 190px;
	float: left;
	background-color: #fff;
}
#page #container #content #center {
	margin: 10px;
	padding: 0px;
	width: 690px;
	float: left;
	background-color: #fff;
}
#page #container #content #centerSmall {
	margin: 10px;
	padding: 0px;
	width: 500px;
	float: left;
	background-color: #fff;
}
#page #container #content #right {
	margin: 10px;
	padding: 0px;
	width: 190px;
	float: right;
	background-color: #fff;
}

/* Box style definitions */
.box {
	border: solid 1px #000;
	width: 190px;
	margin-bottom: 10px;
}
.boxTitle {
	background-color: #e2001a;
	border-bottom: solid 1px #000;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	width: 180px;
	height: 20px;
}
a.boxTitle {
	padding: 0px;
	margin: 0px;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	width: 180px;
	height: 20px;
}
a.boxTitle:hover {
	text-decoration: none;
}
.boxContent {
	padding: 5px;
}
.boxContentPhoto {
	padding: 0px;
}

/* Footer style definitions */
#header, #footer {
	margin: 5px;
	font-size: 11px;
	color: #540303;
}
#header a, #footer a {
	color: #540303;
	text-decoration: underline;
}
#header a:hover, #footer a:hover {
	text-decoration: none;
}

/* Form */
input.button {
	background-color: #fff;
	width: 180px;
	font-weight: bold;
	border: solid 1px #000;
}

/* Generally used classes throughout the site*/
.thumbnail {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
}

.clear { margin: 0px; padding: 0px; clear: both; display: block; height: 1px; overflow: hidden; }
.spacer { clear:both; line-height: 5px; }