@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
p  {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #3CF;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
}
img a:link , img a:visited{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body  {
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #454545;
	background-image: url(../images/Background_01.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}
a:link a:visited {
	color: #FFF;
}
.lightBlue {
	color: #3CF;
}
.whiteText {
	color: #FFF;
}
.subheadblue {
	color: #06C;
}
#header img a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 743px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
.sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 435px;
	background-color: #333;
	margin-bottom: 25px;
	padding: 25px;
}
.twoColFixLtHdr #mainContent {
	padding: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #333;
	float: right;
	width: 185px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
#footer a:link, #footer a:visited {
	color: #3CF;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container .white a:link, #container .white a:visited {
	color: #FFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar1 p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mission p {
	padding-right: 140px;
}
.twoColFixLtHdr #container #mission .sidebar1 {
	background-image: url(../images/bobbyjackson_22.png);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
.todo {
	color: #F90;
}

