/* universal styles  */
body	{
	margin: 0px;
	font:12px Trebuchet, sans-serif;
	line-height:150%;
	text-align: left
	}

table	{
	border:0;
	border-collapse:collapse;
	}

a:link {
	color: #296091;
	font-weight:bold;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #296091;
	}
a:hover {
	color: #007;
	font-weight:bold;
	text-decoration:underline;
	}
a:active {
	font-weight:bold;
	text-decoration:underline;
	}	

h1	{
	font:18px Garamond, serif;
	font-weight:bold;
	text-transform:uppercase;
	}
h2	{
	font:16px Garamond, serif;
	font-weight:bold;
	text-transform:uppercase;
	}
h3	{
	font:14px Trebuchet, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}
h4	{
	font:12px Trebuchet, sans-serif;
	color:#000;
	font-weight:bold;
	}
p	{
	font:12px Trebuchet, sans-serif;
	color:#000;
	line-height:150%;
	}
ul	{
	font:12px Trebuchet, sans-serif;
	color:#000;
	line-height:150%;
	list-style-type: circle;
	}
ol	{
	font:12px Trebuchet, sans-serif;
	color:#000;
	line-height:150%;
	}
li	{
	font:12px Trebuchet, sans-serif;
	color:#000;
	line-height:150%;
	}

/* ID's */

/* table to hold everything */
#pageContainer	{
	width:800px;
	}

/* navigation cell */
#navigation	{
	color:#FFF;
	background-image:url(images/navBlueBG.gif);
	width:220px;
	vertical-align:top;
	padding-top:25px;
	padding-left: 35px;
	}
#blueNavText {
	color:#FFF;
	font: 13px Trebuchet, sans-serif;
	font-weight:bold;
	line-height:150%;
	text-decoration: none;
	}

#blueNavText a:hover {
	color:#007;
	font-weight:bold;
	text-decoration:underline;
	}

#blueNavLogo	{
	color:#FFF;
	background-image:url(images/navBlueBG.gif);
	width:220px;
	vertical-align:top;
	padding-right: 25px;
	}


/* text */
#text	{
	color:#000;
/*	width:358px; */
	vertical-align:top;
	align:left;
	padding-top:25;
	padding-right:25px;
	}

#footer	{
	font:9px Trebuchet, sans-serif;
	width:358px;
	vertical-align:bottom;
	padding-bottom:15;
	}

#contactText	{
	color:#000;
	width:580px;
	vertical-align:top;
	align:left;
	padding-top:25;
	padding-right:5px;
	}

/* picture column 222 */
#picture	{
	width:222px;
	vertical-align:top;
	}
/* caption */
.caption	{
	font:9px Trebuchet, sans-serif;
	color:#000;
	line-height:125%;
	}


















