/* CSS Document */
body {
	background-color: #3366CC;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
h1 {
	font-size: medium;
	margin-bottom: 10px;

}
h2 {
	font-size: medium;
	font-weight: normal;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;

}
h3 {

}
p {
	margin-top: 5px;

}
/****************** LINKS *****************/
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	
}
a:active {
	color: #FF9900;
}
a:visited {
	color: #CC6633;
}
a:hover {
	color: #FFCC33;
}
/************************ MAIN DIVS ***************************/
#main {
	width: 750px;
	position: relative;
	margin: 0 auto;
	height: auto;
	text-align: justify;
}
#header {
	background-image: url(../images/FCC-Blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 84px;

}
#subheader {
	background-image: url(../images/photo_header.jpg);
	background-color: #FF9900;
	background-repeat: no-repeat;
	height: 130px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
#subheader p {
	padding-top: 110px;

}
/*********************** NAVIGATION ***************************/
#nav {
	background-color: #333399;
	text-align: right;
	margin-bottom: 0px;

}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #FFF;
}
#content {

}
/************************ FOOTER *********************/
#footer {
	text-align: center;
	background-color: #333399;

}
