@charset "UTF-8";
body {
	background: #ABE2F4 url(../images/topbar.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100%/normal Arial, Verdana, Helvetica, sans-serif;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;

}

a:visited {
	color: #2d98cc;
	text-decoration: underline;
}



a:active {
	color: #006699;
	text-decoration: underline;
}

 #container {
	width: 921px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*expanded width from 780 and added margin to #mainConten to incorporate 3CP0's arm*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
 #header {
	height: 198px;
	background: url(../images/saheader.jpg) no-repeat left top;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 150px 10px 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #006699;
	font: 18px "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	vertical-align: bottom;
}
#featuredContent {
	margin: 5px 127px -5px 141px;
}
 #mainContent {
	margin: 0 0 0 141px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*expanded width from 780 and added margin to incorporate starwars image.*/
	padding: 5px 15px 0 10px;
	background-color: #FFFFFF;
	overflow: visible;
}

#mainContent h1 {
	color: #F48E0C;
	margin:0;
	/*margin-bottom: -10px;*/
	font: 1.25em/1.25em "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}
#mainContent h2 {
	color: #006699;
	margin-bottom: -10px;
	font: 1.15em/1.25em "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}

#mainContent h3 {
	color: #FFFFFF;
	font: 1.15em/1.50em "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	margin:0 0 20px 0;
}
#mainContent p{
	color: #000;
	font: .80em/1.25em Arial, Verdana, Helvetica, sans-serif;
}
#mainContent ul li {
	color: #000;
	font: .80em/1.25em Arial, Verdana, Helvetica, sans-serif;
	list-style-type: none;
}
#mainContent ul li a {
	color: #006699;
	
}

.toptext {
	padding-bottom: 35px;
}
#lcol {
	width: 365px;
	float: left;
	clear: left;
}

#rcol {
	width: 365px;
	float: right;
	clear: both;
}

.contentbar {
	background: #D8F2FA url(../images/contentbar.jpg) repeat-x center top;
	height:auto;
padding:5px;
}

.contentbar p {
	font: .75em/1.25em Arial, Verdana, Helvetica, sans-serif;

}

.partners p {
	padding: 0 15px 0 15px;
}

.partners p {
	padding: 0 10px 0 10px;;
}


 #footer {
	margin: -5px 0 0 141px;
	padding:15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #006599 url(../images/contentbottom.gif) no-repeat center top;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 10px;
	color: #fff;
	font: .75em/1em Arial, Verdana, Helvetica, sans-serif;
}
 #footer a{
	color: #fff;
	text-decoration: underline;
}
.flt {
	float:left;
}
.frt {
	float:right;
}
.clearfloat {
	clear:both;
}
.required {
	color: #670b00;
}