body   { 
margin: 0px; 
padding: 0px 32px 100px 32px; 
background-image: url(images/background.gif); 
background-color: #620706; 
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	 }


.container { text-align: left; /* this overrides the text-align: center on the body element. */
}  


img  { border: 0px none}

a       { color: #3d8d91 }
a:link       { color: #3d8d91 }
a:hover    { text-decoration: underline }

table {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	align: left;
}

ul li 
          {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	}

.float-left {float: left; margin: 0px; padding: 0px;}
.float-right {float: right; margin: 0px; padding: 0px;}



.navcolumn {
	width: 190px; 
	vertical-align: top;
	text-align: left;
	height: 100%;
	background-image: url(images/background.nav.gif);
	background-repeat: no-repeat;
	background-color: #07484e;
}

.nav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	color: #ffffcc;
	padding-left: 28px;
	margin-top: 80px;
}

.nav a:link {
	color: #ffffcc;
	text-decoration: none;
}

.nav a:hover {
	color: #ffffcc;
	text-decoration: none;
}

.nav a:visited {
	color: #ffffcc;
	text-decoration: none;
}
	



.subnav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #ffffff;
	padding-left: 14px;
}

.subnav a:link  {
	color: #ffffff;
	text-decoration: none;
}

.subnav a:hover  {
	text-decoration: underline;
}

.subnav a:visited hover  {
	text-decoration: none;
}

.subnav a:visited  {
	color: #ffffff;
}


.texthome  { font-family: Arial, Helvetica, sans-serif; color: #09282f; font-size: 12px; padding-top: 0px; padding-left: 0px; padding-right: 100px; line-height: 16px; }


.mainContent { 
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px 30px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	font-family: Arial;
	line-height: 160%;
	text-align: left; 
} 


.callout  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
	padding-left: 45px;
	padding-right: 50px;
	margin-top: 34px;
	vertical-align: top;
}

.calloutphoto  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #333333;
	padding-left: 45px;
	padding-right: 20px;
	margin-top: 15px;
	vertical-align: top;
}

	


a.callout:link  {
	color: #07484e;
	text-decoration: underline;
}



.callouthead  { font-family: Arial,Helvetica; color: #940733; font-size: 12px; font-weight: bold; text-align: left; padding-top: 14px;  }

.callouttext { font-family: Arial; color: #000000; font-size: 11px; padding-bottom: 30px; text-align: left; line-height: 150%; text-align: left;
 }

h1  {
	color: #3e8788;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 0px;
	}

h2   { color: #3e8788; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 0px; margin-bottom: 0px; }

h3   { color: #3e8788; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.copyright    {
	color: #ffffcc;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align: center;
	}

a.copyrightlinks    {
	color: #ffffff;
	text-decoration: underline;
	}


.left  {padding-right: 25px; padding-bottom: 25px; padding-top: 3px; padding-left: 0px; }
.right  {padding-left: 25px; padding-bottom: 25px; padding-top: 3px; padding-right: 0px; }