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;
	background-image:url(//www.fcc.edu/images/template/background_parchment.jpg);
	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 */
}
.fcc_page_container {
	margin: 0 auto;
	width: 851px;
	position: relative;
}
.fcc_main_content {
	padding: 0px;
	text-align: left;

}
.fcc_bottom {
	background-image: url(//www.fcc.edu/images/template/footer.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 851px;
}
td p, td {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
a:link {color:#f37733;}/*decoration determines underlined, not underlined*/
a:link {text-decoration:none;}
a:visited {color:#A0A0A4}
a:visited {text-decoration:none;}
img {
	border: none;
}
#topnav {
	font: bold 9px/1.5em Verdana;
	float:none;
	width:851px;
	height:126px;
	background:url("//www.fcc.edu/images/template/fcc_header_2008.gif") no-repeat left top;
	line-height:normal;
	margin:0 auto;
}
#topnav ul {
	margin:0;
	padding:95px 10px 0 50px;
	list-style:none;
}
#topnav li {
	display:inline;
	margin:0;
	padding:0;
}
#topnav a {
	float:left;
	background:url("//www.fcc.edu/images/template/tableftdark.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#topnav a span {
	float:left;
	display:block;
	background:url("//www.fcc.edu/images/template/tabrightdark.gif") no-repeat right top;
	padding:5px 12px 4px 3px;
	color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {
	float:none;
}
/* End IE5-Mac hack */
#topnav a:hover span {
	color:#FFF;
}
#topnav a:hover {
	background-position:0% -42px;
}
#topnav a:hover span {
	background-position:100% -42px;
}
#topnav #current a {
	background-position:0% -42px;
}
#topnav #current a span {
	background-position:100% -42px;
}
#leftbar {
	padding:15px;
	text-align: left;
}
#leftbar a {
	color:white;
	font-family: Arial;
	font-weight:700;
	font-size: 12px;
	text-decoration:none;
	line-height:20px;
}
#leftbar strong {
font-size:10px;
font-weight:bold;
color:#FF9900
}
#leftbar a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
	line-height:1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	color: #f37634;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
p, .border li {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
}
.border {
	background-color:#FFFFFF;
	border-right:1px solid #C2BDAE;
	border-top:1px solid #C2BDAE;
	padding:10px;
	width:671px;
}
.callout {
	background-color:#FFFFFF;
	padding:10px;
	border:1px #333333 solid;
}
.resultlist {
	font-size:11px;
}
.fcc_footer_sans A:link, .fcc_footer_sans A:visited, .fcc_footer_sans A:active {
	color: #ffffff;
	text-decoration: none;
}
.fcc_footer_sans A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.fcc_footer {
	font-size: 10px;
	line-height: 16px;
	color: #393C31;
	font-family: Arial, Helvetica;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0px;
}
.fcc_footer A:link, .fcc_footer A:visited, .fcc_footer A:active {
	color: white;
	text-decoration: none;
}
.fcc_footer A:hover {
	color: #ceba95;
	text-decoration: underline;
}
.crumb, .crumb a, .crumb a:hover, .crumb a:visited{
font:Arial;
font-size:9px;
color:#999999;
position:relative;
top:-2px;
}
.borderright {
	margin-right: 10px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
}
.justified {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
