/* -------------- Main -------------- */

html, body {
	color: #555;
	background-color: white;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
	/*background: white url(../images/body_bg.gif) top left repeat-x;*/
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: white;
}

/* -------------- Header/Footer -------------- */

#header {
	padding: 10px 20px 10px 10px;
	height: 160px;
	background: white url(../images/SAIC_Banner.gif) top left repeat-x;
}
#menu {
	padding: 10px 20px 10px 10px;
	height: 15px;
	background-color: white;
	margin-top:-35px;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	font-size: 13pt;
	font-family: Georgia;
	text-align: right;
}
#menu ul {
	margin-top: -2px;
	padding: 0px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	padding: 8px 20px;
	color: black;
}
#menu ul li a:hover{
	background: #b4b4b4;
}
#advert {
	margin: 0px;
	padding: 0px;
	width: 798px;
	text-align: center;
	border: 1px solid #D6D9E2;
	border-top: none;
	border-bottom: none;
}
#advert hr {
	margin: 0px auto;
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
	width: 90%;
}
#footer {
	background: #889b8b top left repeat-y;
	padding: 10px;
	height: 15px;
	text-align: center;
	font-size: 8pt;
	color:white;
	letter-spacing: 1px;
}
#footer a {
	text-decoration: none;
	margin: 0px 5px;
}
#footer a:hover {
	color: #C00000;
}

/* -------------- Content -------------- */

#content {
	padding: 0px 0px;
	border: 1px solid #D6D9E2;
	border-top: none;
	border-bottom: none;
	color: #555;
	line-height: 1.5em;
	margin-top:0px;
}
#content h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.5em;
	border-bottom: 1px solid #EEEEEE;
}
#content h2 {
	color: #555;
	font-size: 14pt;
	margin-top: 0px;
}
#content h3 {
	color: #555;
	font-size: 11pt;
	margin-top: 0px;
}
#content p {
	color: #555;
}
#content table ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	color: #555;
}
#content hr {
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
}
#content a {
	text-decoration: none;
	color: #000090;
}
#content a:hover {
	color: #C00000;
}
#leftpane_lower {
	background: #9eb0a1;
}
#leftpane_upper {
	font-size: 10pt;
	background: #c3cec5;
}
#leftpane_upper ul {
	margin-left: 20px;
	list-style-type: none;
}
#leftpane_upper a {
	text-decoration: none;
	color: #2c4c6b;
}
#leftpane_upper ul.closed {
	display: none;
}
#leftpane_upper ul li a {
	text-decoration: none;
}
#leftpane_upper ul li a:hover,
#leftpane_upper ul li a.selected {
	color: #4e86bd;
}
#rightpane {
	background: white;
}
/* -------------- Classes -------------- */

#content .smallText {
	font-size: 80%;
}
#content .center {
	text-align: center !important;
}
/* -------------- Main Page -------------- */
.MainPage-News-Header
{
     color: #265e8c;
     font-size:17px;
     font-family:Bookman;
     font-weight:bold;
     margin-left:5px;
     cursor:pointer;
}
.MainPage-News-Text
{
     color: Black;
     font-size:12px;
     font-family:Bookman;
     margin-left:15px;
}
.MainPage-News-Link
{
     color: #477591;
     font-size:11px;
     font-family:Bookman;
     font-weight:bold;
     text-align:right;
     text-decoration:underline;
     cursor:pointer;
     margin-right:5px;
}
.MainPage-Welcome-Text
{
     color: Black;
     font-size:16px;
     font-family:Bookman;
     text-align:left;
}
.MainPage-Languages
{	
	color: #265e8c;
     font-size:12px;
     font-family:Bookman;
     text-indent:10px;
     margin-left:0px;
     cursor:pointer;
     background-color:#c3cec5;
}