													/* Banner Style Rules */

#banner { font-size: 24pt;
	font-family: helvetica, times roman, arial, sans-serif;
	color: #1094D8;
	background-color: #cccccc;
	border: thin solid #c0c0c0;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}


													/* Horizontal Navigation bar Style Rules */

#navbar { background-color: #cccccc; 
	font-size: 14px; 
	font-family: arial, Helvetica, Sans-Serif;
	border: thin solid; 
	border-color: #c0c0c0; 
	border-top: none; 
	text-align: center; 
}

#navbar ul { margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}

#navbar li { display: inline;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#navbar a {/*/*/display: inline;
	padding: 0px 5px 0px 5px;
	border: 1px solid #c0c0c0; /* */
}

#navbar a:link { color: #0000ee; 
	background-color: #cccccc;
}

#navbar a:visited { color: #800080;
	background-color: #cccccc;
}

#navbar a:hover { color: #ffffff;
	background-color: #1094D8;
}

#hcurrent a:link { color: #ffffff;
	background-color: #1094D8;
}

#hcurrent a:visited { color: #ffffff;
	background-color: #1094D8;
}


														/* Vertical Navigation Bar Style Rules */

#vnavbar {width: 184px;
	float: left;
	position: relative;
	margin-top: 13px;
	
}

#vnavbar ul {margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: small;	
}



#vnavbar a {/*/*/ display: block;
	width:176px;
 	padding: 2px 2px 2px 2px;
	border: 2px solid #c0c0c0;
	background-color: #cccccc; /* */
}

#vnavbar h4 { background-color: #1094D8;
	color: #cccccc;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border: 2px solid #1094D8;
	text-align: center;
	width: 176px;
}

#vnavbar a:link { color: #0000ee; 
	background-color: #cccccc;
}

#vnavbar a:visited { color: #800080;
	background-color: #cccccc;
}

#vnavbar a:hover { color: #0000ee;
	background-color: #ffff66;
}

#vcurrent a:link { color: #0000ee;
	background-color: #ffff66;
}

#vcurrent a:visited { color: #0000ee;
	background-color: #ffff66;
}



													/* Question List Style Rules */

#qlist ol { margin-left: 260px; 
	list-style-type: decimal;
	padding: 5px 0px 5px 0px;
}

#qlist li {padding: 0px 0px 5px 0px;
}


.q { font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: medium;
	color: #000066;
}

				/* Style Rules to Change Unclassed HTML Tags */

/* Headings */

h1, h2, h3, h4, h5, h6 { font-family: arial, Helvetica, Sans-Serif;
	font-style: italic; 
	color: #1094D8;
	text-align: center; 
	vertical-align: middle;
}
h1 { font-size: xx-large;
}

h2 { 	font-size: x-large; 
}

h4 { text-align: left;
}

p {margin-left: 5px;
	margin-right: 5px;
}

body {margin: 2px;
}

hr {clear: both;
}

a:link {color:#0000FF;
}
	
a:visited { color: #800080;
}

a:hover {color:#FF0000;
		text-decoration:none;
}

															/* Special Classes and IDs*/

.center { text-align: center; }

h2.wow { font-size: xx-large;  
}



h3.cat { font-size: medium;
	font-weight: bold; 
	text-align: right;
}

.box { border-width: 3px; 
	border-style: solid; 
	border-color: #cccccc; 
	position: relative;
	top: 12px;
	margin-left: 2%; 
	margin-right: 2%;
}

.boxright { border-width: 3px; 
	border-style: solid; 
	border-color: #cccccc; 
	position: relative;
	top: 12px;
	margin-left: 195px; 
	margin-right: 10px;
	min-width: 650px;
}
.smallred { font-family: Arial; 
	font-size: xx-small; 
	font-weight: bold; 
	text-align: center; 
	color: #990000;
}

.red {
	color: red;
}

.notice { font-family: arial, Helvetica, Sans-Serif; 
	font-size: medium; 
	font-weight: bold; 
	text-align: center;
}

.bignotice { font-family: arial, Helvetica, Sans-Serif; 
	font-size: large; 
	font-weight: bold; 
	text-align: center; 
}

.hidden {display: none;
}

.imagecenter {position: relative;
	display: block;
	margin: 0 auto 15px auto;
}

.floatleft {
	float: left;
	margin: 0px 10px 10px 10px;
}

.floatright {
	float: right;
	margin: 0px 10px 10px 10px;
}


.stopfloat {
	clear: both;
}

.red {color: #FF0000;
}

.required {
	font-weight: bold;
}

#infolist li {margin: 15px 10px 15px 10px;
}

#infolist p { margin-left: 5px;
	margin-right: 5px;
}

#hours td {text-align: center;
}
