/*** FBI NICS COURSE INFORMATION PAGE STYLES ***/
/*** DESIGNED BY STEVEN DAY - NCSC ***/

body {
	background-image:url(images/index_bg.gif);
	background-repeat:repeat-x;
	background-color:#4E4E4E;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	}
h1 {
	margin:10px;
	font-weight:bold;
	font-size:18px;
	}
h2 {
	margin:10px;
	font-weight:bold;
	font-size:16px;
	}
p {
	margin:10px;
	}
div {
	margin:0px;
	}
#main {
	position:relative;
	width:860px;
	margin-left:-430px;
	left:50%;
	background-image:url(images/index_body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
#header {
	height:200px;
	margin:0px;
	}
#body {
	padding:0px 45px 0px 45px;
	}
#body img {
	border:solid #FFF 1px;
	margin:10px;
	}
#footer {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	}
a:link, a:active, a:visited {
	color:#b0966a;
	font-weight:bold;
	text-decoration:underline;
	}
a:hover {
	background-color:#4E4E4E;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}