/**Author Name:Aaron Oettinger SATT - SAT TEAM 
   Copyright at Aaron Oettinger SATT - SAT TEAM**/
*{ margin: 0px; padding: 0px; }*
body
{ 
  background:#222222 url(images/background1.gif) repeat-x;
  color: #dcdcdc;
  padding-top:30px;
  font: .8em normal small "Trebuchet MS",Tahoma, verdana, arial, helvetica, sans-serif;line-height: 1.6em;
}
/**Common**/
p
{
	font-family:arial;
	font-size:0.9em;
}
/**Wrapper **/
#wrapper 
{
	width:852px;
	margin:5px auto;
	background:#ffffff;
}
#top,#footer,#main,#content,#container
{
	width:850px;
	margin:0px auto;
}
#top
{
	
	background:#fdfdfd url(images/tstrip.gif) repeat-x;
	height:74px;
}
#logo h1
{
	font-family:ae_Cortoba;
    font-size:2.4em;
    font-weight:500;
    margin:0px ;
    padding-left:50px;
	padding-top:20px;
	color:#eee;
}
#logo p
{
	 padding-left:60px;
}
#logo
{
background: url(images/satticon.gif) no-repeat;
width:74px;
height:74px;
float:left;
}
/**Menu***/
ul
{
list-style:none;
}
#menu li
{
display:inline;
}
li a
{
text-align:center;
color:#999999;
float: right;
height: 38px;
margin-right: 1px;
text-decoration: none;
font-size: 0.8em;
padding: 25px 10px 20px 20px;
}
#menu
{
margin-left:0px;
}
#menu a:hover
{
	color:#ffffff;
	background: url(images/tstrip2.gif) repeat-x;
}
#main
{
	background:#000000;
	height:180px;
}
#content
{	
	height:185px;
    background:url(images/cstrip.gif) repeat-x;	
}
#left,#right
{
	width:275px;
    height:177px;padding-top:5px;
    	
}
#left
{
	float:left;
	border-right:1px solid #000000;

	
}
#right
{
	float:right;
	border-left:1px solid #4F4A4A;
}
#center
{
	margin:0px 275px 0px 275px;
	border-left:1px solid #4F4A4A;
	border-right:1px solid #000000;
	height:177px;
    padding-top:5px;
}
#left h1,#right h1,#center h1
{
font-size:1.5em;
color:#CCCCCC;
padding:10px 0 0 0px;
font-family:arial;
text-align: center;
}
#left p,#right p,#center p
{
color: #999999;
padding:10px 15px 0px 20px;
}
#left h2,#right h2,#center h2
{
	padding-left:170px;
	font-family:arial,verdana,sans-serif,tahoma;
	font-size:0.9em;
}
#center a
{
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-decoration:none;
width:84px;
height:19px;
text-align: center;
padding-right:10px;
background: url(images/readoff.gif) no-repeat;
float:right;
margin-top:0px;
}
#left a
{
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-decoration:none;
width:84px;
height:19px;
text-align: center;
padding-right:10px;
background: url(images/readoff.gif) no-repeat;
float:right;
margin-top:60px;
}
#right a
{
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-decoration:none;
width:84px;
height:19px;
text-align: center;
padding-right:10px;
background: url(images/readoff.gif) no-repeat;
float:right;
margin-top:20px;
}
#left a:hover,#right a:hover,#center a:hover
{
	background: url(images/readon.gif) no-repeat;
}
#container
{
	background:#b8b8b8 url(images/containerbg.gif) repeat-x;
	margin-top:0px;
	margin-bottom:5px;
	
}
#lcontain
{
	width:320px;
	background:#cfcfcf;
	border-bottom:1px solid #222222;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #222222;
	float:left;
	margin-left:5px;
	margin-top:7px;
	margin-bottom:7px;
	padding-bottom:10px;

}
#rcontain
{
	
	background:#cfcfcf;
	border-bottom:1px solid #222222;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #222222;
	float: none;
	width:400;
	margin-left:7px;
	margin-right:7px;
    margin-top:7px;
	margin-bottom:7px;
	padding-bottom:10px;
 	
}
#rcontain  h1,#lcontain h1
{
color:#2f2f2f;
font-size:1.5em;
font-family:arial;
padding:15px 0px 0px 15px;
}
#rcontain p
{
color:#2f2f2f;
padding:10px 10px 0 15px;
}
#lcontain p,#lcontain h2
{
color:#2f2f2f;
padding-left:15px;
}
#lcontain h2
{
font-size:1.1em;
font-family:arial;
}
#lcontain a 
{
	color:#4a745b;
}
.col
{
float:left;
width:250px;
}
.col li a
{
float:none;
color:#4a745b;
text-decoration:underline;
}
.col li a:hover
{
	text-decoration:none;
}

/**footer ***/
#footer {
	background: #2e2e2e;
	border-bottom:1px solid #ffffff;
	margin: 0 auto;
	text-align: center;
	clear:both;
	height:40px;
	font-size:0.8em;
}
#footer a {
	color: #5E6F6E;
	text-decoration: none;
}
#footer a:hover {
	color: #4a745b;
	text-decoration: underline;
}
