/*Normalizing across site*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td, iframe {
    margin: 0;
    padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
    list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
    border: 0;
}
/*End Normalizing*/



p,ul,ol {
	color: #564b38;
	font: 12px/1.5  Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 12px;
}
ul	{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: inside disc;
	list-style-image:url(images/bullet.gif);
	margin-bottom: 12px
	}
ol	{
	margin-left: 0;
	padding-left: 18px;
	text-indent: -18px;
	list-style: inside decimal;
	
	margin-bottom: 1em
	}
li	{
	margin-bottom: 6px
	}

h1	{
	color: #004b85;
	font: bold 16px/1.2 Arial, Helvetica, sans-serif; 
	margin-bottom: 16px;
}
h2	{
	color: #564b38;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif ;
	margin-bottom: 0;
	color: #295b72;
}
#tagline	{
	padding-bottom: 13px;
	}

#homepage	ul{ 
	margin-left: 0;
	padding-left: 16px;
	text-indent: -16px;
	list-style: url(images/bullet_bluetrngl.gif) inside disc;
		font-size: 13px;

	}
#homepage	h1{
	color: #004b85;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif  ;
	line-height: 1.2;
	margin-bottom: 3px;
}
.content	{
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}

.indent {
	padding-right: 30px;
	padding-left: 66px;
}
.indentsub {
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
}
.indentbubble {
	padding-right: 18px;
	padding-left: 18px;
}
.indentelem {
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
}
.indentpeople {
	padding-right: 18px;
	padding-left: 20px;
}
.indentopening {
	padding-top: 10px;
	padding-left: 20px;
}
.indenthome {
	padding-bottom: 8px;
}

.text {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.textgray {
	color: #564b38;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.textgraybigger {
	color: #564b38;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textwhite {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
.textgrayhead {
	color: #564b38;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subheadblue {
	color: #295b72;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.headblue {
	color: #295b72;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 15px;
}
.headbrown {
	color: #985e2b;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.textwhitehead {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textsmaller {
	color: #4a4a4a;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.textbigger {
	color: #fff;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
a:link {
	color: #333366;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #c00;
	text-decoration: none
}
a:active {
	color: #f60
}
a.link2 {
	color: #4a4a4a
}
a.link2:visited {
	color: #4a4a4a
}
a.link2:hover {
	color: #11568a;
	text-decoration: none
}
a.link2:active {
	color: #fd6c01
}
a.link3 {
	color: #564b38
}
a.link3:visited {
	color: #564b38
}
a.link3:hover {
	color: #564b38;
	text-decoration: none
}
a.link3:active {
	color: #295b72
}
a.link4 {
	color: #002bb7;
	text-decoration: underline;
}
a.link4:visited {
	color: #002bb7;
	text-decoration: underline;
}
a.link4:hover {
	color: #002bb7;
	text-decoration: none
}
a.link4:active {
	color: #002bb7
}
a.link5 {
	color: #fff;
	text-decoration: underline;
}
a.link5:visited {
	color: #fff;
	text-decoration: underline;
}
a.link5:hover {
	color: #fff;
	text-decoration: none
}
.class {
}
a.link5:active {
	color: #fff
}
ul {
	margin-left: 18px;
	padding-left: 6px;
}
