#custom-doc { width:68em;*width:66.36em;min-width:884px; margin:auto; text-align:left; padding-top: 10px; }

html * {
	outline: none;
}
   
html, body {
	background: url(../img/bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}

a:link, a:hover, a:visited {
	color: #00A5D9;
}

p {
	line-height: 150%;
	padding-bottom: 10px;
}

p.caption {
	color:#666666;
	font-size:10px;
	line-height:110%;
	padding: 5px 0 0;
	text-align: left;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	padding-bottom: 10px;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}


h2 {
	background: #002D56;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 10px;
}

h3 {
	color: #002D56;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	color: #00A5D9;
	font-size: 12px;
}

h5 {
	color: #002D56;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	color: #002D56;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.quote {
	font-size: 9px;
	font-style: italic;
}

.photo {
	border: 10px solid #FFF;
	background: #FFF;
	display: block;
	margin-bottom: 20px;
}

.smallphoto {
	border: 10px solid #FFF;
	background: #000;
	height:150px;
	width:180px;
	display: block;
	margin-bottom: 20px;
}

hr {
	margin: 15px 0;
	border-color:#E3E3D9;
	border-style:solid;
	border-width:1px 0 0;
}

#hd, #bd, #ft {
	padding: 40px;
	background: #fff;
	width: 805px;
}

#hd {
	background: url(../img/headerBg.png) top center no-repeat;
	padding-bottom:10px;
	position: relative;
}

#hd #nav {
	position:absolute;
	right:40px;
	top:45px;
}

#hd #nav ul {
	float: right;
}

#hd #nav ul li {
	float: left;
	list-style: none;
	height:19px;
}

#hd #nav ul li a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 10px 10px 10px;
	border-right: 1px solid #E3E3D9;
}

#hd #nav ul li:last-child a {
	border: none;
}

#hd #nav ul li.last a {
	border: none;
}

#hd #nav ul li a:link, #hd #nav ul li a:visited {
	color: #00AEEF;
	text-decoration: none;
}

#hd #nav ul li:hover {
	border-bottom: 5px solid #FFE363;
}

#hd #nav ul li.active {
	border-bottom: 5px solid #FFE363;
}

#hd h1 a {
	background: url(../img/logo.png) center center no-repeat;
	display: block;
	margin: 0 20px;
	text-indent: -5000em;
	height: 85px;
	width: 168px;
}

#info {
	color:#002D56;
	font-size:10px;
	line-height:15px;
	text-align:center;
}

#bd {
	background: url(../img/bodyBg.png) top center repeat-y;
	padding: 10px 40px;
}

.main {
	background: #E3E3D9;
	border: 1px solid #E3E3D9;
	padding: 20px;
}

.main h5 {
	margin-top: 20px;
}

.main #left {
	width: 370px;
}

.main #right {
	width: 370px;
}

#ft {
	background: url(../img/footerBg.png) no-repeat scroll center -45px;
	color: #002D56;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	padding-top: 20px;
}

#ft a:link, #ft a:visited {
	color: #002D56;
	text-decoration: underline;
}

#ft a:hover {
	text-decoration: none;
}

#ft p.left {
	float: left;
	width: 48%;
}

#ft p.right {
	float: right;
	width: 48%;
}

#ft #nav {
	height:auto;
	margin-top:25px;
	width:100%;
}

#ft #nav ul {
	padding:0 0 10px;
	text-align:center;
}

#ft #nav ul li {
	list-style: none;
	display:inline;
}

#ft #nav ul li a {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 10px;
}

#ft #nav ul li a:link, #ft #nav ul li a:visited {
	color:#002D56;
	text-decoration:underline;
}

#ft #nav ul li a:hover {
	color: #002D56;
	text-decoration: none;
}
 