@charset "utf-8";

/* CSS Document */

/*  the baseline rules */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {
	margin:0;
	padding:0;}
	
table {
	border-collapse:collapse;
	border:0; }

fieldset, img {
	border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal; }

ul {
	list-style-type:disc; }

ol {
	list-style-type:decimal; }
	
dd	{
	padding-left:10px;
	margin-bottom:6px;
	}

caption, th {
	text-align:left; }

h1, h2 {
	text-align:center; 
	}

/* default rules for headers */
h1 {
	font-size:150%;
	margin-top:20px;
	}
	h2 {
	font-size:130%;
	}
	h3 {
	font-size:110%;
	}
	h4 {
	font-size:100%;
	}
	h5 {
	font-size:100%;
	padding:0 0 5px 0;
	}
	h6 {
	font-size:100%;
	}
	
p {
	font-size:100%;
	line-height:150%;
	}

.biblequote {
	color:#FF0000;
	font-style:italic;
	}
		
.float_left {
	float:left:
	margin:0 5px 5px 0;
	}
	
.float_right {
	float:right;
	margin:0 5px 5px 0;
	}
	
.clear_left {
	clear:left;
	}

.clear_right {
	clear:right;
	}

.clear_both {
	clear:both;
	}

#topnav ul li {
	display:inline;
	1float:left;
	height:20px;
	font-style:italic;
	}

#sidenav {
	clear:left;
	float:left;
	}	
/*  default rules for each section */

body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	line-height:110%;
	background-color:#1F316D;
	text-align:center;
	}

#container {
	width:760px;
	background-color:#000000;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	}
	
#banner {
	margin:-4px;
	padding:0;
	}

#mainColumn {
	width:625px;
	text-align:left;
	margin-right:10px;
	padding:5px;
	float:right;
	background-color:#FFFFFF;
	}



#footer {
	clear:both;
	font-size:.9em;
	font-weight:900;
	color: #ffffff;
	height: 25px;
	background-color:#000000;
	}

#mainColumn ul {
	display:block;
	list-style-type:disc;
	}

#date {
	color:#ffffff;
	font-weight:bold;
	font-size: 110%;
	}

img {
	padding:5px 5px 5px 5px;
	}

	
.red {
	color:#FF0000;
	}
	
.green {
	color:#00CC33;
	}