body {
	margin: 0px;
	background-color: #0D0D0D;
	background-image: url(images/ficap-background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}
body, td, th {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#layout {
	width: 950px;
	margin: auto;
	overflow: auto;
}
#header {
	width: 950px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AC5C13;
	height: 75px;
	padding-top: 20px;
}
.headertext {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 50px;
	margin-bottom: 0px;
}
#nav {
	float: left;
	width: 250px;
	color: #FFFFFF;
	padding-top: 15px;
}
#nav a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	display: block;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #AB5B12;
}
#content {
	width: 630px;
	line-height: 1.5em;
	padding-left: 35px;
	padding-right: 35px;
	float: right;
}
#content a:hover {
	color: #000000;
	background-color: #F3C200;
}
#footer {
	background-color: #EFEFEF;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}
#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #663399;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding: 5px;
}
#content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color: #AB5B12;
}
.textsmall {
	font-size: 0.8em;
}
.imageright {
	float: right;
	padding-left: 10px;
}
.navpad {
	padding-left: 20px;
}
.listextraheight li {
	margin-bottom: 1em;
}

h1 {
	color: #333333;
	font-size: 1.7em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
}
