/* IE nav */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 0 0; }

#navcontainer a
{
color: #2859a2;
font : normal normal normal 11px/normal Tahoma;
font-weight: bold;
display: block;
background-color: #ffffff;
width: 131px;
padding: 3px 0px 3px 8px;
text-decoration: none;
border-bottom: 1px dotted #6f9fd9;
}

#navcontainer a:hover
{
background-color: #ffffff;
color: #6f9fd9;
padding: 3px 0px 3px 8px;
border-bottom: 1px dotted #6f9fd9;
}
/* NN nav */
#navcontainer2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer2 li { margin: 0 0 0 0; }

#navcontainer2 a
{
color: #2859a2;
font : normal normal normal 11px/normal Tahoma;
font-weight: bold;
display: block;
background-color: #ffffff;
width: auto;
padding: 3px 0px 3px 8px;
text-decoration: none;
border-bottom: 1px dotted #6f9fd9;
}

#navcontainer2 a:hover
{
background-color: #ffffff;
color: #6f9fd9;
text-decoration:underline;
padding: 3px 0px 3px 8px;
border-bottom: 1px dotted #6f9fd9;
}

.mainborder {
	border:5px solid #ffffff;
}

h1 { 
	font-family: Tahoma; font-size: 12px;
	color:#002660;
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:0px;	
}

h2 { 
	font-family: Tahoma; font-size: 12px;
	color:#6f9fd9;
	font-weight:bold;
	margin-bottom:0px;	
}
.subhead {
	font-family: Tahoma; font-size: 12px;
	color:#4a217e;
	font-weight:bold;
	
}

.text {  font-family: Tahoma; font-size: 12px}
.small {
	font-family: Tahoma;
	font-size: 11px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

ul {
	list-style-type: square;
}
.margin_rt {
	padding-right: 20px;
}
.q {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bolder;
	color: #0066CC;
}
.grayline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.vline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.menu_vline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffcc00;
}
.menu_hline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffcc00;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


.square {
	list-style-type: square;
}

.list_cal {margin-left:15px;}
.dash {border-bottom:1px dashed #efefef;}