/* Color map:
 steely blue: 0e3d8d
 light vapor blue: d5dded
 earth green: 178237
 dark earth green: 064b1a
 light earth green: 5db276
*/
body {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

#content {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #0e3d8d;
}

#header {
	color: white;
	position: relative;
	height: 170px;
	background: url(images/banner2.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

A:LINK {
	color : #0505c6;
}

A:VISITED {
	color : #007232; /* bright teal */
}

A:HOVER {
	color : #0505c6;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
}

#navbar ul {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #0e3d8d;
	list-style-type: none;
	/* background: url(images/nav-bg.png) 0 -27px repeat-x; */
}

#navbar ul li {
	display: inline;	/* color: white; */
	color: #0e3d8d; /* steely blue */
	background-color: white; 
	margin: 0;
}

#navbar ul li a {
	color: #0e3d8d; /* steely blue */
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
/*	color: #062f6f; */
}

#navbar ul li a:hover {
	color: white;
	background-color: #0e3d8d;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

#leftcol {
	padding: 0;
	width: 200px;
	float: left;
	font-size: 13px;
}

#maincol {
	margin: 0;
	margin-left: 200px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-align: justify;
}

#leftcol p, #maincol p { margin: 0 0 10px 10px; }
 
.bluearea {
	background-color: #d5dded; /* light vapor blue */
	padding: 4px;
	text-align: justify;
}

.bluelinedbox {
	border: 1px solid #062f6f;
	padding: 4px;
	text-align: justify;
}

.greenlinedbox {
	border: 1px solid #178237;
	padding: 4px;
	text-align: justify;
}

.bluefilledbox {
	background-color: #d5dded; /* light vapor blue */
	border: 1px solid #0e3d8d;
	padding: 4px;
	text-align: justify;
}

.greenfilledbox {
	background-color: #178237; /* med earth green */
	border: 1px solid #064b1a; /* dark earth green */
	color: white;
	padding: 4px;
	text-align: center;
	font-weight: bold;	
}	

.greenfilledbox A:link {
	color: white;	
}
	
.greenfilledbox A:visited {
	color: white;	
}
	

.greenbutton {
	width: 200px;
	background-color: #178237; /* med earth green */
	border: 1px solid #064b1a; /* dark earth green */
	color: white;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	
}
.greencontentbox {
	background-color: #178237; /* med earth green */
	border: 1px solid #064b1a; /* dark earth green */
	color: white;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

.italics {
	font-style: italic;
}


.special {
	font-weight: bold;
	font-size: 16px;
	
}

.title  {
	font-weight: bold;
	font-size: 18px;
	padding: 5;
	text-align: center;
}

.bluetitle  {
	color: #0e3d8d
	font-weight: bold;
	font-size: 18px;
	padding: 5;
	text-align: center;
}


.question {
	font-weight: bold;
}

.centeredimage {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rightimage {
	text-align: right;
    margin-left: auto;
    margin-right: auto;
}
 
    
#footer {
	border-top: 1px solid black;
	margin: 0;
	clear: both;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	font-size: 12px;
	color: solid gray;
}