html { margin: 0px; }

body {
	background: #535769;
	text-align: center;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

h1 { 
	color: #535769;
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;	
}

h2 { 
	color: #535769;
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;	
}

#contents {
	position:relative;
	margin: 0px auto; 				
	background: url('../images/contents-bg.jpg') repeat-y;
	text-align: left;
	width: 966px;
	padding: 0px 17px 17px 17px;
}
	
#footer {
	margin: 0px auto; 				
	background: url('../images/footer-bg.jpg') no-repeat;
	width: 1000px;
	color: #B1B5C1;
	padding: 10px 0px;
	text-align:left;
	font-size: 90%;
}
#footer span {
	margin: 0 1.5em;
}
#footer #sitedesign {
	float:right;
}
#footer #sitedesign a {
	color:#B1B5C1;
	text-decoration:none;
}

#header {
	height: 100px;	
    background: url('../images/menu-bg.gif') bottom left #152367 repeat-x;
    border-bottom:1px solid #000;
}
#header .logo {
	float:left;
	border:0;
	width:125px;
	height:66px;
    margin:8px 0 0 24px;
}

#leftcol {
	float:left;
	width: 168px;
}

#leftcol .large {
	font-size: 135%;
}

#leftcol .headshot {
    display:block;
	border: 1px solid #DBDCE3;
	margin: 17px auto;
}

#centercol {
    width:370px;
    float:left;
	text-align:justify;
	margin:0px 11px;
    padding:0 18px 0 145px;
    position:relative;
}
#centercol #flash {
    margin:18px 0 0 -145px;
    width:500px;
    height:375px;
}
#centercol table.download {
	width:370px;
	float:right;
}
#centercol table.download tr th.header {
	color: #fff;
	background: url('../images/menu-bg.gif') #4858A4 repeat-x;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
#centercol table.download tr th.header a:link, #centercol table.download tr th.header a:visited {
	color: #fff;
	text-decoration: none;
}
#centercol table.download tr th.header a:hover {
	color: #EDDF7D;
	text-decoration: none;
}
#centercol table.download tr.row {
	background: #fff;
}
#centercol table.download tr.altrow {
	background: #d3d3d3;
}
#centercol table.download tr td {
	text-align:left;
}
#centercol table.download a.pdf {
	display:block;
	background-image: url("../images/pdf.png");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	color: #1A286E;
	text-decoration: none;
}
#centercol h1, #centercol h2 {
	color: #003366;
}
#centercol ul, #centercol ol {
	padding: 0;
	text-align:left;
	list-style-image: url("../images/bullets.gif");
}
#centercol strong {
	color: #003366;
}
#centercol .videocover {
	float:right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DBDCE3;
	margin-left: 15px;
	margin-bottom: 15px;
}
#centercol .bookcover {
	float:right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DBDCE3;
	margin-left: 75px;
	margin-bottom: 15px;
}
#centercol a:link {
	color: #1A286E;
}

#centercol li {
	padding: 0 0 5px 0px;
    margin-left:20px;
}

#centercol ul.pdf {
	list-style-type: none;
}

#centercol ul.pdf a {
	display:block;
	background-image: url("../images/pdf.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	color: #1A286E;
	text-decoration: none;
}
#centercol ul.pdf li a:hover {
	color: #4858A4;
}
#centercol a:link {
	color: #1A286E;
}
#centercol a:hover {
	color: #4858A4;
}
#centercol a:visited {
	color: #1A286E;
}
#centercol a.bottomnav {
	color: #1A286E;
	display: block;
	margin-bottom: 10px;
}
#centercol #icon {
	position:absolute; top:18px; left:0px;
	border:0;
}

#centercol .videothumb {
	float:right;
	padding: 5px;
	border: 1px solid #DBDCE3;
	margin-left: 15px;
	margin-bottom: 15px;
}

#centercol #videoThumbs li {
	clear:right;
}


.previous {
	float:left;
	margin-left:0;
}
.continued {
	float:right;
}

.clear {
	clear: both;
}
.currentPage {
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color:#1A286E;
}
.pageLink {
    font-family: verdana;
    font-size: 10pt;
    color:#1A286E;
}

#rightcol {
	float:left;
	width: 243px;
}

.clear { clear: both; }

.verticalmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.verticalmenu a:link, .verticalmenu a:visited {
	display: block;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #1A286E;
	text-decoration: none;
	padding: 5px 0;
    margin-left:17px;
	width: 135px;
	height: 26px;
}
.verticalmenu a:hover {
	color: #4858A4;
}
		
body.home .verticalmenu li a.home,
body.about .verticalmenu li a.about,
body.presscomment .verticalmenu li a.presscomment,
body.contact .verticalmenu li a.contact {
	color: #cc6600;
}
