@charset "UTF-8";
/* CSS Document */
@import url("navbar.css");


/* Wireframing */
.extra {
	margin: 0;
	padding: 0;
	outline: 1px solid #FF0000;
	}
	
/* Body */
body {
	background-color:#b3d88c;
	text-align: center;
	font: normal 80% Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
/* Container */
#container {
	width: 975px;
	margin: 20px auto 0 auto;
	background: ;
	}

/* Masthead */
#masthead {
	height: 70px;
	text-align:left;
	background: url(../IMG/masthead2.gif) no-repeat;
	background-color: #b3d88c;
	margin-top:0px;
	}

/* Navigation */	
#navBar {
	height: 25px;
	background-color:#000000;
	background-image:url(../IMG/black_divider.gif);
	text-align:right;
	color:#ffffff;
	}
	
#navBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	}
#navBar li {
	display: inline;
	text-decoration:underline;
	}
	
/* Main Column */
#mainCol {
	text-align: left;
	}
#columnA {
	width: 750px;
	margin-bottom: 25px;
	float: left;
	}
#columnA p {
	width: 600px;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	}

#columnB {
	width: 215px;
	float: right;
	}
#columnB p {
	width: 200px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 120%;
	}
#columnB h3 {
	margin-left: 10px;
	font-size: 12px;
	}
	
	/* Footer */
#footer {
	clear: both;
	height: 25px;
	color: #ffffff;
	background-color: #000000;
	background-image:url(../IMG/black_divider.gif);
	margin-bottom: 10px;
	}
#basenav {
	color: #666666;
	}
	
#baseNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#baseNav li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 120%;
	font-weight:bold;
	color:#666666;
	}
#baseNav li a:link, #footer li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	}
#baseNav li a:hover, #footer li a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0055a5;
	font-size: 11px;
	}

#baseNav p a:link, #footer p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	}
#baseNav p a:hover, #footer p a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	}
	
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	}
	
h1 {
	color: #0055a5;
	margin-top: 20px;
	margin-bottom: 16px;
	font-weight: normal;
	}

h2, h3 {
	color: #000000;
	}
	
h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 2px;
	}

h3 {
	margin-top: 30px;
	font-size: 11px;
	}
	
		
/* Images */
img {
	border: 0;
	}
	