@charset "utf-8";
/* CSS Document */

body {
	background:#BD0102;
	font:12px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.orange {
	background:#FF6600;
}
#header {
	background: #FFFFFF;
	height: 225px;
	border-bottom: 16px solid #990000;
}
#mainContent {
	margin: 0px auto;
	width: 940px;
	padding: 10px;
}

#mast {
	margin: 0px auto;
	height: 225px;
	width: 940px;
}
#topnav {
	padding-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 2px;
}
#logo {
	text-align: right;
	padding-top: 140px;
}
#leftnav {
	float: left;
	width: 180px;
	padding-top: 20px;
}
#footer {
	padding: 10px;
	float: right;
	width: 740px;
	background: url(images/footerbg.png) no-repeat 440px 2px;
	color:#999999;
	font-size:10px;
	text-transform:uppercase;
}
#footer a {
	color:#ccc;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	color:#fff;
}
#content {
	width: 700px;
	margin-left: 180px;
	background: #990000;
	padding: 25px;
	color:#ccc;
}
#content-sentinel {
	width: 700px;
	margin-left: 180px;
	background: #E2E2E2 url(images/sentinel_bg.png) no-repeat right top;
	padding: 25px;
}
#content-mp {
	width: 700px;
	margin-left: 180px;
	background: #D3D1C5 url(images/mompombg.png) no-repeat center top;
	padding: 25px;
}

/* Typography */

h1 {
	font: lighter 28px/32px "Lucida Grande", Arial, Helvetica;
	color: #FF6600;
	text-transform: uppercase;
	border-bottom: 1px solid #990000;
}
h2 {
	font: lighter 20px/24px "Lucida Grande", Arial, Helvetica;
	color: #990000;
	text-transform: uppercase;
}
h3 {

}
h4 {
	font: bold 12px "Lucida Grande", Arial, Helvetica;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#textbody {
	float: left;
	width: 450px;
	margin-right: 10px;
}
#rightbody {
	float: right;
	width: 230px;
}

a {
	text-decoration:none;
	color:#ccc;
}
a:hover {
	text-decoration:none;
	color:#fff;
}
#topnav a {
	color:#666666;
	text-decoration:none;
}
#topnav a:hover {
	color:#990000;
}
.breadcrumbs {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #BD0102;
}
.breadcrumbs a {
	color:#666;
}
.breadcrumbs a:hover {
	color:#990000;
}
/* Tables */

.grey {
	border-bottom:1px solid #FFFFFF;
}

/* Floats */

img.right {
	float:right;
	margin-left:10px;
}
#rightbodyindex {
	float: right;
	width: 230px;
	background: #FF6600;
}
