/* Global Styles */

body {
	margin:0px;
	background-color:#FFFFFF;
	}
	
td {
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
a {
	color: #003399;
	}
	
a:hover {
	color: #000000;
	}

p{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin:10px 10px 10px 10px;
}

ul{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin:10px 10px 10px 10px;
}


h1{
	font: 36px Georgia, "Times New Roman", Times, serif;
 	color: #000033;
 	margin: 2px;
 	padding: 0px;
}

h2{
	font: 24px Georgia, "Times New Roman", Times, serif;
 color: #000033;
 margin: 5px;
 padding: 0px;
 border-bottom: dotted 1px #666666;
}

h3{
 font: 18px Georgia, "Times New Roman", Times, serif;
 color: #000000;
 padding: 0px;
 line-height:22px;
}

h4{
 font: 15px Georgia, "Times New Roman", Times, serif;
 color: #000000;
 padding: 0px;
 line-height:22px;
 margin: 12px;

}


/* ID Styles */

#navigation td {
	border-bottom: 1px solid #0000CC;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	}


/* Left Side Navigation */
#leftnav {
background-image:url(images/curve4.gif);
background-repeat:repeat;
width: 130px;
}

#leftnav a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.05em;
	display:block;
	padding: 6px 6px;
	border-bottom:1px solid #000000 ;
	}
	
#leftnav a:hover {
	color:#FFCC00;
/*	background: #64748B; */
	}


#leftnavd a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	letter-spacing:0.05em;
	display:block;
	padding: 6px 6px;
	border-bottom:1px solid #FFFFFF ;
	}
	
#leftnavd a:hover {
	color:#FFCC00;
/*	background: #64748B; */
	}

	
.sidebarText {
	color: #FFCC00;
	letter-spacing:0.05em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 6px;
	}

	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#address 	{	
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000066;
	letter-spacing:0.1em;
	line-height:25px;

	}

#addresshome 	{	
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #000066;
	letter-spacing:0.3em;
	line-height:36px;

	}
	
/* Class Styles */
	
.bodyText {
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin:10px 10px 10px 10px;
	}
	
.hoursText {
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin-top: 20px;
	
	}

.menuText {
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin:10px 10px 10px 10px;
	padding-left: 15px;
	
	}

.menuTextHead {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#000033;
	line-height:20px;
	margin:10px 10px 10px 10px;
	}
	
.navText {
	font:12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:center;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#leftcolumn{
float:left;
width:145px;
height: 400px;
/*border: 1px solid gray;*/
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #FFFFFF;
}

#rightcolumn{
float:left;
width:500px;
min-height: 400px;
/*border: 1px solid gray;*/
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
