* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

body {
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

div#outer-wrapper {
	background-image: url(../images/body-bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
div#inner-wrapper {
	background-image: url(../images/header-bkg.gif);
	background-repeat: repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-right: auto;
	text-align: left;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
	padding-top: 80px;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.logo {
	padding: 4px;
	width: 700px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	height: 110px;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 680px;
	display: inline;
}
div.content-full {
	clear: both;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
div#footer {
	clear: both;
	background-color: #FFFFFF;
	width: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 30px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}


ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 12px;
	color: #978f7c;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background-image: url(../images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-family: "Times New Roman", Times, serif;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	color: #0A299D;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: auto;
	background-color: #1B467C;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
	color: #FFFFFF;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

h1 { }
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 20px;
	color: #464031;
}
.imageleft {
	float: left;
	border: 1px solid #494949;
	margin-right: 20px;
	margin-top: 5px;
}

h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}

div#content-inner {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.copyright {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none ;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}

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

.clearfix {display: inline-block;}


* html .clearfix {height: 1%;}
.imageright {
	float: right;
	border: thin solid #3D4D8B;
}

.clearfix {display: block;}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-style: italic;
}
.border {
	border: thin solid #031863;
}
div#footer1 {
	clear: right;
	border-top: 1px solid #5e534f;
	background-color: #1B467C;
	padding: 10px;
	width: 960px;
	height: 30px;
	float: left;
}
