@charset "UTF-8";
html, body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #848bb5;
}
.Header {
	background-image: url(../images/TheRedAlertHeaderAll.png);
	background-repeat: no-repeat;
	height: 238px;
	width: 980px;
	position: relative;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
}
.Body {
	width: 637px;
	z-index: 1;
	margin-right: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
.Footer {
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 702px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 14px;
	background-position: center top;
	padding-left: 9px;
	z-index: 1;
}
.MainContainer {
	padding: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.NavigationContainer {
	height: 55px;
	width: 635px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 2px;
}
.SearchContainer {
	height: 37px;
	width: 176px;
	padding-top: 18px;
	padding-left: 10px;
}
.Sidebar {
	width: 237px;
	margin-left: 13px;
}
.Sidebar h4 {
	padding: 0px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 25px;
}
.Sidebar h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	background-image: url(../images/SideBarHighlight.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.AlphabeticalListing {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.SidebarHeader {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	padding-top: 8px;
	background-image: url(../images/SidebarHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.SidebarBottom {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 10px;
}
.BodyContainer {
	background-image: url(../images/BodyContainer.png);
	background-repeat: repeat-y;
	background-position: left top;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	margin: 0px;
	padding: 2px;
	color: #242476;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 2px;
}
h4 {
	color: #5F6484;
	font-weight: lighter;
	margin: 0px;
	padding: 2px;
}
h5 {
	font-size: 10px;
	font-weight: lighter;
}
h6 {
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
}
p {
	margin: 0px;
	padding: 2px;
}
form {
	margin:0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Box500 {
	width: 500px;
}
.BodyRight {
	width: 210px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #9299BD;
}
.BodyTableRight {
}
.BodyTableLeft {
	background-image: url(../images/BodyLeftSpacer.png);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link, a:active, a:visited {
	color: #6F080F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D20202;
	text-decoration: underline;
}

/* Search Form Styles */

.fieldHolder {
	width: 133px;
	height: 21px;
	float: left;
	background-image: url(../images/SearchBox.png);
	background-repeat: no-repeat;
}
.textInput {
	width: 120px;
	height: 14px;
	border: none;
	margin-top: 3px;
	margin-left: 8px;
	font-size: 12px;
	background: none;
}
