/*==============================================================================*/
/* Global settings */
/*==============================================================================*/
*
  {
    padding: 0;
    border : 0;
    margin : 0;
    font   : normal 12px tahoma, arial, helvetica, sans-serif;
	color: #333;
  }

body {
	text-align: center;
}

#center {
	text-align: left;
    position: relative;
    width: 762px;
    border: 1px solid #003;
    margin: 8px;
	padding: 8px;
	padding-top: 4px;
	background-color:#FFFFFF;
}

.both ul, .left ul {
	list-style: inside;
	list-style-type: square;
}
.both ol {
	list-style: inside;
	list-style-type: decimal;
}
.missionList {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #666666;
}
.crumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	text-decoration: none;
	color:#660000;
}
table.chart {
	border-collapse: collapse;
}
table.chart  td {
	border-bottom: 1px solid #ccccdd;
}
p {
	margin-bottom: 8px;
}

.contentTitle {
	max-width: 45%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
/*==============================================================================*/
/* Navigation menu settings */
/*==============================================================================*/

#nav {
	list-style: none;
	margin-top: 0px;
	z-index: 50;
}

#nav ul {
	margin-top: -1px;
	list-style: none;
	z-index: 50;
}

#nav a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 3px;
	color:#666600;
	z-index: 50;
}

#nav li li a {
	position: relative;
	display: block;
	font-weight: normal;
	width: 174px;
	margin-right: 6px;
	padding-left: 6px;
	z-index: 50;
}

#nav li li a:hover {
	position: relative;
	width: 174px;
	margin-right: 6px;
	background: url(/images/btnBkgd.gif) bottom left repeat-x;
	color: #fff;
	z-index: 50;
}

#nav li {
	float: left;
	position: relative;
	background-color: transparent;
	cursor: default;
	z-index: 50;
}

#nav li ul {
	display: none;
	position: absolute;
	width: 190px;
	z-index: 50;
	font-weight: bold;
	background: url(/images/ddbg3.png) bottom left no-repeat;
	padding-bottom: 6px;
}

#nav li>ul {
	top: auto;
	left: auto;
	padding-top: 5px;
	z-index: 50;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	text-align: left;
	margin-left: 8px;
	z-index: 50;
}

#nav li:hover ul {
	padding-top: 0px;
	display: block;
}
#nav li.over ul {
	margin-top: 0px;
	display: block;
}

.hnav {
	position: relative;
	top: -9px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	color: #660000;
	border-bottom: 1px solid #666699;
}

/*==============================================================================*/
/* Home page content body settings */
/*==============================================================================*/

#bodyBox {
	display: block;
	position: relative;
	width: 762px;
	min-height: 100%;
	background-color: #fff;
	margin-top: 24px;
	/*border: 1px dashed red;*/
}

#leftBodyBox {
	position: relative;
	width: 420px;
}

#rightBodyBox {
	position: absolute;
	width: 350px;
	height: 100%;
	right: 0px;
	/*border: 1px dashed green;*/
}
	
#ULdiv {
	text-align: left;
	top: 0%;
	left: 0%;
	width: 465px;
	margin-bottom: 0px;
	background-image: url(/images/ulbkgd.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid white;
}

#LLdiv {
	text-align: left;
	left: 0%;
	width: 412px;
	margin-bottom: 0;
	padding-top: 0px;
	min-height: 150px;
	background-image: url(/images/llbkgd.png);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid white;
}

#URdiv {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	width: 294px;
	height: 55%;
	padding-top: 0;
	/*background-image: url(/images/urbkgd.png);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}

#LRdiv {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: left;
	width: 100%;
	height: 47%;
	min-height: 47%;
	margin-bottom: 0;
	padding-top: 0;
	background-image: url(/images/lrbkgd.png);
	background-position: top left;
	background-repeat: no-repeat;
	/*border: 1px dashed red;*/
	overflow: hidden;
}

#LRdiv a {
	color: #C30;
}

.ULtxt, .LLtxt, .LRtxt {
	margin: 8px;
	padding: 4px;
}
/*
.ULtxt {
	color: #335;
}

.LLtxt {
	color: #353;
}
*/
.URtxt {
	padding-bottom: 16px;
}

.LRtxt {
	padding-top: 12px;
	padding-left: 12px;
}

.moreLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #c33;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.moreLink:hover {
	color: #f00 !important;
}

.ULsubTitle, .LLsubTitle, LRsubTitle, URsubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.ULsubTitle {
	color: #36C;
}

.LLsubTitle {
	color: #000;
}

.URsubTitle {
	color: #663;
}

.LRsubTitle {
	color: #c60;
	text-align: left;
}

/*==============================================================================*/
/* News scroller settings */
/*==============================================================================*/

.newsBox {
	position: relative; 
	height: 160px; 
	padding-top: 0;
	margin-right: 0px;
	overflow: hidden;
}

.newsSource {
	font-weight: bold;
}

/*==============================================================================*/
/* Content styles */
/*==============================================================================*/

.fellow td td {
	padding: 4px;
}
.fellow td td img {
	padding: 12px;
	border: 1px solid gray;
	background-color: #fff;
}
.fellow a {
	font-size: 10px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
