body   {
	margin: 0px;
	background-color:#ffffff;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}


img  { border: 0px none; }


a       {
	color: #660000
}

a:link       {
	color: #660000
}

a:hover    { text-decoration: underline }

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

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



.navcolumn {
	width: 189px;
	padding: 0px;
	background-image:url(images/menu-background.gif);
	background-repeat:no-repeat;
	background-color:#ffcc66;
	vertical-align: top;
	height: 100%;
}

.nav  {
	padding: 0px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 189px;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color:#000000;

} 

a.navlinks  {
	color:#000000;
	text-decoration: none;
} 

a.navlinks:link  {
	text-decoration: none;
} 

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


.text { 
	padding: 0px 10px 0px 0px; /* 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: 150%; 
} 



.quotecenter {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFF99;
color: #000000;
font-size: 12px;
padding: 10px;
margin-left: 20px;
text-align: left;
border-style: none;
width: 85%;
}


ul.bigletter {
	font-family:arial;
	font-size:12px;
	color:#000000;
	list-style-position: outside;
	list-style-type: lower-alpha;
}

ul.reddot {
	font-family:arial;
	font-size:12px;
	color:#000000;
	list-style-position: outside;
	list-style-image: url(images/red_dot.gif);
}

.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%; }

h1  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 3px 0px 4px 16px;
	letter-spacing: 2px;
	}

h2  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	}

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

.copyright    {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
	padding-top: 40px;
	}

a.copyrightlinks    {
	color: #000099;
	}


.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; }
