/* CSS Document */



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #000000;
	}
	
.fixed_2col #wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
} 

.fixed_2col #sidebar {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	float: left;
	}
 
.fixed_2col #footer {
	font-size: 95%;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	background: #000000;
} 
.fixed_2col #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#banner {
	background-color: #4B617D;
	margin: 0px;
	height: 96px;
	padding: 0px;
	}
	
#contentWrapper {
	padding: 0px;
	clear: both;
	width: 100%;
	margin: 0px;
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	}

ul#mainNav {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 150px;
	width: 100px;
	float: left;
	top: 25px;
	left: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 120%;
	display: inline;
	}
	
li#mainNav {
	display: inline;
	padding: 5px;
	}
#mainNav a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#mainNav a:hover {
	text-decoration: underline;
	color:#FFCC33;
	}
#mainContent {
	margin-left: 140px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #6f93b6;
	padding-bottom: 10px;
	margin-top: 0px;
	}	
		
.cwr {
	left: 516px;
	float: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	} 

ul#botNav li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	display: inline;
	font-size: 75%;
	color: #6180A5;
	}
#botNav a:link {
	text-decoration: none;
	color: #6699FF;	
	}	
#botNav a:visited {
	text-decoration: none;
	color: #6699FF;	
	}	
#botNav a:hover {
	text-decoration: underline;
	color: #99CCFF;
	}	
#copyright {
	width: 100%;
	clear: both;
	color: #5B779A;
	font: lighter 80% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px;
	padding: 0px;
	}	
	
p {
	line-height: 120%;
	text-indent: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
h1 {
	color: #000000;
	text-align: center;
	font: 150% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

h2 {
	clear: right;
	text-align: center;
	font: bold normal 165% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	clear: right;
	padding-top: 5px;
	text-align: center;
	}

.jan {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
.jan a:link, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	}	
.jan a:hover {
	color: #FF99FF;
	text-decoration: underline;
	}	
.center {
	text-align: center;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFCC33;
	text-decoration: underline;
	}	
		
.left_align {
	text-indent: 0px;
	}
	
img.left {
	border: 2px solid #4B617D;
	left: 282px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
img.right {
	border: 2px solid #4B617D;
	float: right;
	padding: 5px;
	margin-left: 10px;
	clear: left;
}
	
.figure img {
	border: 2px solid #4B617D;
	padding: 5px;
	}
	
div.figure {
	float: left;
	width: 164px;
	margin-right: 10px;
	}

.figure p {
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-left: -20px;
	}

.figure_r img {
	border: 2px solid #4B617D;
	padding: 5px;
	}

div.figure_r {
	float: right;
	width: 164px;
	margin-left: 10px;
	}
	
.figure_r p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 0px;
	}
