/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
}
h1
{
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
}
h2
{
	font-size:95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
h3
{
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
p
{
	text-indent:20px;
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
blockquote
{
	font-weight:bold;
	font-style:italic;
	font-size:100%;
}
ul
{
	margin-bottom:5px;
}
li
{
	list-style-image:url(images/round-bullet.gif);
	font-style:normal;
	font-weight:bold;
}
li ul li
{
	list-style-image:url(images/round-bullet-small.gif);
	font-style:normal;
	font-weight:normal;
}
#smalllinks
{
	font-size:75%;
	text-align:center;
	color:#666666;
}
#smalllinks a
{
	text-decoration:none;
	color:#666666;
}
#smalllinks a:hover
{
	text-decoration:underline;
	color:#666666;
}
#smalllinks a:visited
{
	text-decoration:none;
	color:#666666;
}
#container
{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	margin-bottom:2%;
	background-image:url(images/container-background.jpg);
	background-repeat:repeat;
	border:double;
}
#header
{
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	height:168px;
	width:100%;
}
#navigationbackground
{
	width:100%;
	height:40px;
	background-color:#000000;
	color:#CCCCCC;
}
#navigation
{
	padding:10px;
	font-size:84%;
	font-weight:bold;
	text-align:center;
}
#navigation a
{
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover
{
	color:#0033FF;
	text-decoration:underline;
	font-weight:bold;
}
#content
{
	margin-bottom:125px;
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
	/*background-color:#FFFFFF;*/
	position:relative;
	font-weight:bold;
}
#contentinner
{
	/*border-color:#660000;
	border-spacing:2px;
	border-style:solid;
	border-width:3px;*/
	padding:5px;
}
#contentinner table
{
	table-layout:left;
}
.statement
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
.links
{
	font-size:125%;
	font-weight:bold;
}