body {
	margin: 0;
	padding: 0;
	font: 12px/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 125%;
}

div#clickHere {
	position: absolute;
	right: 2em;
	top: 2em;
	padding: 12px;
	/*border: 1px solid #8A2BE2;*/
}

div#masthead h1{
	color: #00008B;
	font: bold 200%/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

div#masthead a {
	color: navy;
	text-decoration: none;
}

div#masthead {
	padding: 1px 0px 200px 10px;
	background-repeat: no-repeat;
	background-position: 0 125px;
	background-image: url(../images/title_collage.jpg);
	margin-top: 10px;
}

div#masthead img {
	top: 20px;
}

img#logo {
	position: absolute;
	right: 0%;
	top: 0px;	
}

div#globalNav {
	padding-left: 10px;
	white-space: nowrap;
	font-size: 1.2em
}

div#globalNav a:link, div#globalNav a:visited {
	color: #6D6DB7;
	text-decoration: none;
}

div#globalNav a:hover, div#globalNav a:active {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px solid #000099;
}

div#mainBody {
	
	margin: 0px 0px 5em 190px;
	padding-right: 5%;
	max-width: 1024px;
	padding-bottom: 20px;
}

div#mainBody p {
	text-indent: 2em;
	font-size: 1em;
	line-height: 150%;
	width: auto;
	text-align: justify;
}

#pageTitle {
	color: #006699;
	font: bold 15px/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#subTitle {	
	font: italic 100%/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #334D55;
}



a	 {
	color: Blue;
}

a:hover {
	color: Silver;
}

div#localNav {
	position: absolute;
	top: 340px;
	left:20px;
	width: 150px;
	white-space: nowrap;
	background-color: #F5F5DC;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

#localNav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#localNav li {
	border-bottom: 1px solid black;
}

#localNav a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
}


#localNav a:link, #localNav a:visited {
	color: #000099;
}

#localNav a:hover, #localNav a:active {
	color: #000069;
	background-color: #6495ED;
}

div#footer {
	font: .8em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B0C4DE;
	border: 1px solid #7497C0;
	padding: 10px 10px 20px 10px;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a:link, #footer a:visited {
	color: #000099;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #91AFB8;
	text-decoration: none;
}

div#insert  {
	float: right;
	margin: 15px;
	border: 1px solid Black;
	padding: 10px;
	background-color: #FCEFDE;
	color: #964B0E;
}

.image {
	float: right;
	border: 1px solid black;
	background-color: #FFEFD5;
	padding: 8px;
	margin: 8px;	
	margin-left: 2%;
}

#right {
	float: right;
}

#left {
	float: left;
}

.logo {
  float: left;
  padding-right: 5px;
}

.title {
	padding-top: 55px;
}

.red {
	color: Red;
}
.center {
	text-align: center;
}

.quote {
	margin: 10px;
	border: 1px solid Black;
	padding: 6px;
	width: 20%;
	background-color: #6495ED;
	font-size: 14px;
	text-align: right;
	line-height: 120%;
	float:left;
}

.quote a {
	color: White;
	text-decoration: none;
}

.button {
	font-weight: bold; 
	text-decoration: none;
	border: 1px solid Black;
	margin: 4px;
	padding: 1px;
}

a.button:link {
	color: #20B3DB;
	background-color: White;
	text-decoration: none;
}

a.button:hover {
	color: #F9F8FE;
	background-color: Blue;
	text-decoration: none;
}
