body {
	background: url(../images/body-bg.jpg) repeat-x #666666;
	margin: 0 0 20px 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-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/*BEGIN TOP BAR STYLES*/
#topbar {
	width: 100%;
	background: #000;
	margin: 0 auto;
	padding: 10px 0;
	text-align:left;
}
#top {
	width: 950px;
	margin: 0 auto;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topbar #top h3 {
	margin: 0px;
	padding: 0px;
}
#topbar #top h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
/*END TOP BAR STYLES*/

/*BEGIN HEADER STYLES*/
#header {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
}
#header h1, #header h2 {
	margin: 0;
	padding: 5px 0 0 0;
	color: #222;
}
#header img {
	behavior: url(http://www.fsopstudents.org/assets/templates/fsop/images/iepngfix.htc);
}
#header a img {
	border-style: none;
}
/*END HEADER STYLES*/

/*BEGIN CONTAINER STYLES*/
#container {
	width: 950px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #aaa;
	text-align: left; 
}
.twoColFixHdr #sidebar1 {
	float: left;
	width: 160px;
	padding: 20px;
	font-size: 13px;
}
.breadcrumbs {font-size: 11px; color:#aaa;display:block;padding:0 0 10px 0;border-bottom: 1px solid #eee;}
.breadcrumbs a {color:#c00;}

#mainContent a:link, #footer a:link {
	color: #cc0000;
}
#mainContent a:visited, #footer a:visited {
	color: #990000;
}
.oneColFixHdr #mainContent {
	margin: 20px;
	padding: 0; 
}
.twoColFixHdr #mainContent {
	margin: 20px 20px 20px 200px;
	padding: 0;
}
.twoColFixHdr #mainContent h1, .twoColFixHdr #mainContent h2, .twoColFixHdr #mainContent h3, .twoColFixHdr #mainContent h4, .twoColFixHdr #mainContent h5, .twoColFixHdr #mainContent h6, .oneColFixHdr #mainContent h1, .oneColFixHdr #mainContent h2, .oneColFixHdr #mainContent h3, .oneColFixHdr #mainContent h4, .oneColFixHdr #mainContent h5, .oneColFixHdr #mainContent h6 {
	color: #555;
}
.twoColFixHdr #mainContent h1, .oneColFixHdr #mainContent h1 {
	font-size: 28px;
}
.twoColFixHdr #mainContent h2, .oneColFixHdr #mainContent h3 {
	font-size: 24px;
}
.twoColFixHdr #mainContent h3, .oneColFixHdr #mainContent h3 {
	font-size: 20px;
}
.twoColFixHdr #mainContent h4, .oneColFixHdr #mainContent h4 {
	font-size: 16px;
}
.twoColFixHdr #mainContent h5, .oneColFixHdr #mainContent h5 {
	font-size: 12px;
}
.twoColFixHdr #mainContent h6, .oneColFixHdr #mainContent h6 {
	font-size: 8px;
}

/*Footer styles*/

.twoColFixHdr #footer, .oneColFixHdr #footer {
	margin: 20px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 12px;
	color: #999;
}
.twoColFixHdr #footer p, .oneColFixHdr #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 */
}

/*Class selectors*/
.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;
	width: 600px;
	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;
}
.twoColFixHdr #container #sidebar1 h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixHdr #container #sidebar1 h3 a {
	color: #c00;
}
.twoColFixHdr #container #sidebar1 div a img {
	border-style: none;
}
.clearboth { clear: both; }
.thumbnail {
float: left;
width: 150px;
overflow: hidden;
text-align:center;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 0;
}
.thumbnail img {border:none;padding:0;margin:0;}
.thumbnail p {margin: 5px 0;}