body {
	font: normal 10pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 50px;
}
a { color: #960400; }
a:hover { color: #003265; }
a img { border: none; } /* remove annoying borders from images nested in links */
table { font-size: 100%; }  /* fixes IE5 font-size bug */	

h1 { font-size: 16pt; color: #000000; padding: 0; margin: 0; }
h2 { font-size: 14pt; color: #000000; margin: 0 0 .5em 0; }
h3 { font-size: 12pt; color: #000000; margin: 0 0 .5em 0; }
legend { font-size: 11pt; margin: 0 0 .5em 0; }

.clear { clear: both; }
.nounderline { text-decoration: none; }
.keywords { font-size: 10pt; color: #CCCCCC; text-align: center; margin-bottom: 1em; }

#container {
	min-width: 760px;
}
#header {
	position: relative;
	background-color: #D6E1EE;
	height: 125px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#header #logo {
	position: absolute;
	left: 0;
}
#header #toplinks div {
	background: url(/images/topend.gif) no-repeat #374C65;
	float: right;
	height: 30px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 10px;
}
#header #toplinks h1 {
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#header #hdrtext {
	clear: right;
	float: right;
	text-align: right;
	padding: 10px;
	font-size: 20pt;
}
#newsticker, #newsticker li {
	background-color: #D6E1EE;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#breadcrumb {
	background: url(/images/breadbg.gif) repeat-x;
	height: 24px;
	line-height: 21px;
	color: #FFFFFF;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#breadcrumb a, #header #toplinks a { color: #FFFFFF; text-decoration: none; }
#breadcrumb a:hover, #header #toplinks a:hover { color: #FFFFFF; text-decoration: underline; }

#main {
	background: url(/images/menubg.gif) repeat-y;
	border-left: 1px solid #C0C0C0;
	min-height: 300px;
}
#menu {
	float: left;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	background: url(/images/menuitem.gif) 14px center no-repeat;
	margin: 0;
	padding: 0;
	text-indent: 20px; 
	border-bottom: 1px solid #CCCCCC;
}
#menu li:last-child {
	margin-bottom: 0.5em;
}
#menu li.hdr {
	background: none;
	font-weight: bold;
	text-indent: 0; 
	border-bottom: 1px solid #334760;
}
#menu li a {
	display: block;
	text-decoration: none !important;
	padding: 0.5em;
}
#menu li a:hover {
	background: url(/images/menuitem.gif) 14px center no-repeat;
	background-color: #DADADA;
}
#menu li.hdr a:hover {
	background: #DADADA !important;
}

#content {
	margin-left: 220px;
	padding: 1em;
	font-size: 11pt;
}
#menuend {
	width: 219px;
	height: 1px;
	border-bottom: 1px solid #C0C0C0;
}
#footer {
	text-align: center;
	font-size: 10pt;
	color: #888888;
	padding-top: 2em;
	padding-bottom: 2em;
}
#footer a { color: #666666; }
#footer a:hover { color: #003265; }

.catimage {
	width: 160px;
	height: 160px;
	text-align: center;
}

#testimonials {
	display: block;
	width: 200px;
	float: right;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0em 0em 0em;
	margin-left: 1em;
}

#testimonials div {
	display: block;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	background-color: #EAEAEA;
	padding: 0.5em;
	margin: 0.5em;
}

#testimonials div span {
	display: block;
	margin-top: 1em;
	font-size: 8pt;
	text-align: right;
}

.readmore {
	display: block;
	float: right;
}

