/* CSS Document */

* {
	margin:0; padding:0;
}
body {
	text-align:center;
	font-family:Garamond, "Times New Roman","Sans-serif";
	background-color:#fffce1;
	padding-top:10px;
}
#wrapper {
	width:1190px;
	margin:0 auto;
	text-align:left;
}
#left-col {
	width:680px;
	float:left;
	padding-top:15px;
}
#right-col {
	width:510px;
	float:left;
	padding-top:15px;
}
.one-third {
	width:33%;
	text-align:center;
	float:left;
	padding-top:10px;
}
#bottom {
	width:350px;
	margin:0px auto;
}
.one-half {
	text-align:center;
	width:49%;
	float:left;
	padding-top:10px;
}


#lower-content {
	width:100%;
	text-align:center;
}

h1 {
	font-size:26px;
	font-weight:bold;
}
h2 {
	font-size:21px;
	font-weight:normal;
}


#right-col h2 {
	text-align:center;
	margin:19px 0 8px 0;
}
#right-col p {
	font-size:19px;
	line-height:26px;
	margin:5px 0 19px 0;
	color:#363636;
}
#contact a, #contact a:visited, #contact span {
	font-weight:bold;
	color:#9c1917;
	text-decoration:none;
}
#contact a:hover {
	text-decoration:underline;
}


#factsWrapper {
	width:650px;
	margin-left:275px;
	text-align:left;
	font-size:18px;
}
#factsWrapper h1 {
	text-align:center;
	margin:20px 0 30px 0;
}
#factsWrapper ol {
	padding:0 50px 0 60px;
}
#factsWrapper li {
	margin:12px 0;
}
.citation {
	font-size:12px;
}
#pdfTbl {
 	margin:15px auto;
}


#adWrapper {
	width:850px; 
	margin:25px 0;
	border:1px solid #ccc;
	overflow:hidden;
	padding:5px;
	text-align:center;
	background-color:#fff;
}
#adTbl {
	width:auto;
}
#adTbl td {
	text-align:left;
}
#adTbl h1 {
	margin:40px 0 19px 0;
	line-height:28px;
}
#adTbl h3 {
	font-size: 13px;
	font-weight: normal;
	text-align:right;
	border-top:1px solid #666666;
	padding:7px 0;
	margin:7px 0;
}
#adTbl p {
	font-size:16px;
	line-height:20px;
	margin:2px 0 14px 0;
	color:#363636;
}


/* MENU */
#navcontainer {
	text-align:center;
	height:25px;
	font-size:12px; font-weight:bold;
	color:#000;
}
#navcontainer-inside {
	text-align:center;
	width:50%;
	height:25px;
	font-size:12px; font-weight:bold;
	padding-top:10px;
	margin:0 auto;
}
#navlist {
	float: left;
	list-style: none;
	margin-left:60px;
}
#navlist li
{
	position: relative;
	display: inline;
	float: left;
	margin:0 10px;
	list-style-type: none;
	border:1px solid #343434;
}
#navlist a { 
	height:24px;
	line-height:24px;
	padding:3px 10px; 
}
#navlist a:link, #navlist a:visited
{
	color: #121212;
	text-decoration: none;
}
#navlist a:hover
{
	color: #9c1917;
	text-decoration: none;
}
#navlist li:hover {
	border:1px solid #9c1917;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
