/* @group Layout */
.nav, .navOn{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}
.nav a, .nav a:visited{
	font-size: 11px;
	color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	color: #000000;
	font-weight: bold;
}
.navOn a, .navOn a:visited{
	font-size: 11px;
	color: #b2c6d0;
	font-weight: bold;
	text-decoration: underline;
}
.navOn a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#header,#footer,#menu {
	background-color: #3365E2;
	color: #FFF;
}
#header {
	border-bottom:2px solid #cc0014;
}
#footer {
	border-top:2px solid #cc0014;
}
#menu {
	border-right:2px solid #cc0014;
}
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 0px;
	padding: 5px;
}
#footer a {
	color: #FFF;
	font-size: 10px;
}
#footer a:hover {
	color: #AAA;
	text-decoration: none;
}
#menu hr {
	border-color: #BBB;
}
#content{
	font-family: sans-serif;
	color: #000000;
	background-color: #FFF;
	padding: 2em;
}
#pagenav span{
	margin: 1em;
}
.clear{
	clear: both;
}
p.first{
	margin-top: 0;
}
.credit{
	font-size: 11px;
	color:#333;
	font-style:italic;
}
/* @end */
/* @group HTML */
html,body{
	background-color: #EFEFEF;
}
body {
	line-height: 1.2em;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 13px;
}
a,a:visited {
	color: blue;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
a strong{
	color: black;
}
a img{
	border: 0;
}
h1 {
	font-family:  Verdana, Arial, sans-serif;
	line-height: 1.5em;
	word-spacing: 1px;
	font-weight: bold;
	font-size: 1.5em;
	color: #ac5746;
}
h3{
	font-size: 1.1em;
}
li{
	list-style-type: none;
	margin-bottom: .5em;
}
li blockquote{
	margin: 0 2em;
}
/*
 @end */
.bordright {
	border-right: 2px solid #cc0014;
}
#homeheader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .5em;
}
#homeheader a {
	font-size: 16px;
}
#phoneseminars {
	font-weight: bold;
	font-size: 107%;
}
#gallery td {
	vertical-align: middle;
	text-align: center;
}