body
{
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(../images/background.gif);
	text-align:center;
}
#container		
{
	position: relative; top: 0;
	width: 700px; height: 100%;
	padding: 0; margin: 0 auto;
	background: #fff;
	text-align: left;
}

#header
{
	position: relative; top: 0;
	height: 200px; width: 100%;
	background: #fff url(../images/polyheader.jpg);
	padding: 0px;
	border-left: 1px solid black; border-right: 1px solid black;
}

#nav 
{
	position: absolute; 
	top: 170px;
	right: 10px;
	border: 1px solid #efae00;
	background: #fff;
}

#nav ul, #nav li
{
	display: block;
	float: left;
	list-style: none;
	margin:0; padding: 0;}

#nav ul { padding: 0 1px; }

#nav a:link, #nav a:visited
{
	padding: 0 10px; height: 18px;
	color: #000000; text-align: center; font-size: x-small;
	background: url(../images/nav_bg_off.jpg) top no-repeat;
	text-decoration: none;
	margin:1px 0;
}

#nav a:hover
{
	background: url(../images/nav_bg_on.jpg) top no-repeat;
}

#col1
{
	position: absolute; left: 0;
	width: 700px; height: 100%;
	background-color: #f3f3f3;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	
}

a.nextpage, a.nextpage:visited
{
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
a.nextpage:hover
{
	color: #ffffff;
	background: #003366;
	text-decoration: none;
}	
.blockTitle { padding: 0 20px; margin: 0;}

ul {display: block; list-style: none;}
li {padding: 5px 0;}
table { font-size: 10px; margin: 0 20px;}
th, td {text-align: left;}
h1, h2, p, a.nextpage {padding: 0 20px;}
#col2
{
	position: absolute; left: 550px;
	width: 150px; height: 100%;
	background-color: #fff;
	border-right: 1px solid black;
	display:none;  /*Change this to display: block if you want to use the right column*/
}

#footer {width: 100%; clear: both;}
a.nav:link, a.nav:visited 
{	
	font-size: 1em; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;		
}

a.nav:hover, a.nav:active
{
	font-size: 1em;
	font-weight: bold;
	color: #c03;
	background: #fff;
}

a:link, a:visited 
{	
	font-size: 1em; 
	font-weight: bold;
	color: #c03;
	text-decoration: underline;		
}

a:hover, a:active
{
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #c03;
	text-decoration: none;
}

img {border: none;}

h1
{
	font-size: 22px;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 18px;
	margin-top: 0;
	padding-top: 7px;
}

h2, p
{
	margin-left: 5px;
	margin-right: 5px;
}

.centerText {text-align: center;}

.address
{
	text-align: right;
	color: #000;
	font-weight: bold;
}

.center 
{
	text-align: center;
	font-weight: bold; 
}

.picCentered
{
   	width: 180px; 
	margin-left: 10px;
}

.picLeft 
{ 
	width: 200px; 
	height: 150px;
	margin: 5px 15px 5px 5px;
	border: 1px solid #cc0033;
}

.container 
{ 
	position: relative; 
	left: 1px; top: 1px; 
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.text 
{ 
	position: absolute; 
	left: -1px; top: -1px; 
	color: #cc0033;
	font-size: 24px;
	font-weight: bold;
} 

.accentText
{
	font-weight: bold;
	color: #cc0033;
}


.calendar
{
	background:#fff;
	color: #000000;
	font-size: 10px;
	font-family: verdana;
}