@charset "UTF-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #333366;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #000;
	font: bold 1.5em/1.6em Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #000;
	font: bold 14px/14px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
a,  a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #fff;
	margin: 15px auto 0;
	text-align: left;
	width: 780px;
}
#outerWrapper #header {
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 30px 10px 0px;
	background: #FFFFFF url(img/headerbg2.jpg) repeat-x;
	height: 106px;
}
#header h1 {
	font: bold small-caps 3em "Arial Black", Arial, "Arial Bold";
	color: #FFFFFF;
}
#leftColumn1 ul {
	margin-left: 0;
}
#leftColumn1 li {
	list-style: none;
	padding-left: 0px;	
}
#leftColumn1 img {
	border-style: none;
}
#leftColumn1 a {
	display: block;
	
	height: 40px;
}
#outerWrapper #header h2 {
	font-family: "Arial Black", Arial, "Arial Bold";
	color: #FFFFFF;
	background: #000033;
	padding: 4px;
	width: 100%;
	margin-top: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	border-right: solid 1px #666;
	float: left;
	padding: 10px;
	width: 200px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#outerWrapper #footer {
	background-color: #ddd;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	clear: both;
	text-align: center;
}

#content .pullquote {
	float: right;
	width: 250px;
	font-size: 1.4em;
	font-style: italic;
	padding: 15px;
	line-height: 2em;
	border-top: 3px solid #330066;
	border-bottom: 3px solid #330066;
}

#contenthome {
	padding: 10px;
}
.colshome {
	display: inline-block;
	width: 230px;
	float: left;
	margin: 10px;
	height: 445px;
	background: #FFFFF0;
}

.colshome p {
	margin: 0px 8px;
	font-weight: bold;
}
.colshome h3 {
	font-family: "Arial Black", Arial, "Arial Bold";
	color: #FFFFFF;
	background: #000066;
	margin: 0px;
	padding: 8px;
}
.homepage {
	color: #330099;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	margin-right: 30px;
	margin-left: 30px;
	}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:link {
	background: #FFFFFF;
	padding: 4px;
	text-decoration: none;	
}
#footer a:visited {
	background: #FFFFFF; padding: 4px;
	text-decoration: none;		
}
#footer a:hover {
	background: #FFFFF0;
	padding: 4px;
	text-decoration: none;		
}

