body {
	background-color: #FFF;
	margin: 0px;
	behavior: url(includes/csshover.htc);
}

a:link { color: #666; }

a:visited { color: #888; }

a:hover { color: #aaa; }

h1{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2, h3{ color: #C00; }

h3{ font-family: sans-serif; font-size: 16pt; }

h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 10px;
}

hr { color: #CCC; }

img { border-color: #999; }

legend {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p, dd, .body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.table {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
}
dt {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

dd {
	font: 14px Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 10px;
}

ul, ol {
	font: 14px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

td { font-family: arial, Helvetica, sans-serif; }

.bottmenu { font-size: 12px; }

.purpleborder { border: 1px solid #990033; }

.quote {
	border: 1px solid #990033;
	font-size: 12px;
	padding: 5px;
}

.designed {
	background-color: #C00;
	text-align: center;
	font: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #FFF;
	height: 20px;
}

.designed a { color: #FFF; }

.cellborder {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.rowborder {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.bottomborder{ border-bottom: 2px solid #ccc; }

.menu ul {
	list-style: none; /* Remove the bullets */
	margin: 0;
	padding: 0;
	width: 115px; /* Menu width */
}

.menu ul li {
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	height: 100%;
	width: 100%;
	position: relative;
	float: left; /* Make sure (in IE) there's no margin between the menu items */
	background: url(../graphics/nav_bg.png);
	margin-bottom: 12px;
}

 .menu li.sub {
	background: url(../graphics/sub.gif) no-repeat right center;
}

.menu ul li a{
	display: block; /* When rollover the menu item, the whole item will be seen as link. */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	padding: 2px;
	color: #999;
}

.menu ul li a:hover { background: #2a2a2a; color: #ccc; }

.menu ul ul {
	position: absolute;
	top: 0;
	display: none; /* Display nothing when not 'hovered' */
	width: 145px;
}

.menu ul li ul li{ margin-bottom: 0; }

.menu ul li ul li a:hover{ }

.menu ul li:hover ul{
	display: block; /* Make sure the submenu is displayed as blocks as well. */
	left: 115px; /* Your menu width. The submenu appears there, when you hover a menu item. */
}
.button {
	background-image: url(../graphics/button_l.gif);
	height: 21px;
	width:115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.button a {
	text-decoration: none;
	color: #999;
	padding: 3px;
	display: block;
}
.button a:hover {
	background-image:  url(../graphics/button_h.gif);
	color: #fff;
}
.maps {
	border: 3px solid #c00;
	margin-top: 5px;
	width: 520px;
	text-align: center;
}
.maps p {
	padding: 6px;
}
p.maplist {
	font-weight: bold;
	line-height: 150%;
}
p.maplist a:link, p.maplist a:visited {
	text-decoration: none;
	color: #000080;
}
p.maplist a:hover {
	text-decoration: underline;
}
p.maphead {
	font-weight: bold;
	font-size: 15px;
	margin-top: 40px;
}
.grey {
	background-color: #ccc;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}
p.condhead {
	margin-top: 20px;
	margin-bottom: -12px;
	font-weight: bold;
}
.tt_head {
	margin: 20px 0 0 20px;
}
.note {
	font-size: 11px;
}
a.h3, a.h3:visited {
	color: #c00;
	font: bold 16pt Arial, Helvetica, sans-serif;
	margin: 20px;
	text-decoration: none;
}
a.h3:hover {
	text-decoration: underline;
}
.h3_note {
	font-size: 12pt;
}
