.header {
        background-image: url(../images/fcc_exams_header.png);
}
.content {
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.navigation {
	padding: 0px;
	margin: 3px;
	float: right;
}
.footerBackground {
	background-image: url(../images/fcc_exams_footer.png);
}
.navigationBackground {
	background-image: url(../images/border_left.png);
	background-repeat: repeat-y;

}
.contentBackground {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	background-image: url(../images/border_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.footerTrim {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 840px;
	background-image: url(../images/footerTrim.png);
}
.contentImage {
	float: right;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.popupbackground {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
}
.popup_links {
	cursor: help;
	color: #0000FF;
	text-decoration: underline;
}
body {
        margin-left: 0px;
        margin-top: 0px;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.paypalImage {
	padding: 5px;
	float: right;
	margin-top: 25px;
	margin-right: 75px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.btn { 
	  color:#050; 
	  font: bold small 'trebuchet ms',helvetica,sans-serif; 
}

ul, li {
margin-left: 15px;
} 

