/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/



html,body {padding: 0; margin: 0;
background-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
}
p,ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}
li {
padding-bottom:14px;
}
#navigation {
 width: 770px;
 height:24px;
 padding: 0px;
 margin: 0;
 background: url(images/headnavbg.jpg);repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
letter-spacing:3px;
  color: #ffffff;
  vertical-align: middle;
line-height:22px;
}

#navigation a:link{
color:#FFF;
text-decoration:none;
}
#navigation a:hover{
color:#467596;
text-decoration:none;
}
#navigation a:visited{
color:#FFF;
text-decoration:none;
}
#navigation a:visited:hover{
color:#467596;
text-decoration:none;
}
/* end top banner and top navigation font classes */

.main {
padding:15px;
text-align:left;
}
.underline {text-decoration:underline}
.centerText{text-align:center};
.centerElement{margin:auto;}


h1,h2,h3 {
color:#467596;
font-variant: small-caps;
}
h1 {
margin-top:0px;
font-size:28px;
}

.headline-text {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #93b817;
  line-height:150px;
  padding-right:20px;
}

.headlineleft {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  word-spacing: 0.1em;
  padding-left: 12px;
  padding-top: 5px;
}
#mainHeadings {
  background-color: #467596;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 0.25em;
width:197px;
height:20px;
text-align:center;
line-height:18px;
}
.subheadings {
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 6px;
padding-right:6px;
  margin:0;
  padding-top: 10px;
  padding-bottom:10px;
  color: #ffffff;
  font-size: 11px;
}
.subheadings a:link,.subheadings a:visited {color:#befa09;text-decoration:none;}
.subheadings a:hover, .subheadings a:hover:visited {color:#befa09;text-decoration:underline;}
#centerGreenDiv {
  width: 573px;
  background-color: #e7eecf;
}
.middlegreentext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	color: #467596;
	width: 550px;
}

/* LOG IN Form Styles */
input {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	border:1px solid #000;
	background-color:#467596;
	margin-bottom:2px;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#467596;
	border:1px solid #000;
	margin-bottom:2px;
}

/* End LOG IN Form Styles */