body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;;
	padding:8px;
	margin:0;
	background-color: #fff;
}


div.container  {
	border: 1px solid #ffe3ba;
	width:758px;
	margin:auto;
	background: #fff;
}

img {
	border:0;
}

a {
	text-decoration:underline;
}
a:link{
	color: #c7831e;
	}
a:visited {
	color: #c7831e;
}
a:hover {
	color: #1f6376;
	}
a:active {
	color: #c7831e
	}


/*
header elements 
*/

div.header {
	padding:0;
	margin:0;
	width: 758px;
	position:relative;
	background: url(images/header_border.jpg) repeat-x top;
}

#logo {
	background: url(images/newlogo_small.jpg) no-repeat #fff;
	width: 490px;
	height: 126px;
	position: absolute;
	top: 32px;
	left: 240px;
}
.head_element {
	position:absolute;
}

.header_photo {
	border-top: 4px solid #f04848;
}



/*
nav bar elements
*/

.navBar {
	background-color:#f09018;
	position:relative;
	text-align:center;
	display: block;
	height: 40px;
}

div.navItem {
	display:inline;
	background-image:url(/images/navItem_separator.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-transform: lowercase;
	float: left;
}

#navItemLast {
	background:none;
}

a.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 13px 14px;
	text-transform: lowercase;
	display: block;
	height: 14px;
	color: #fff;
}
a.navItem:link, a.navItem:visited, a.navItem:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 13px 14px;
	text-transform: lowercase;
	display: block;
	height: 14px;
	color: #fff;
}
a.navItem:hover {
	background:#1f6376;
}



/*
quote bar
*/

table.quoteBar {
	margin:0 0 1px 0;
	background-color:#b5b3cc;
}

td.quote {
	background-color:#b5b3cc;
	line-height:1em;
	font-family:"Times New Roman", Times, serif;
	padding:0 5px 0 10px;
}

#quote {
	color:#646496;
	font-size:15px;
	font-weight:bold;
}

#quoteCitation {
	color:#646496;
	font-size:12px;
	font-style:italic;
	margin:3px 20px 0 0;
	float:right;
}





/*
home content
*/
div.homeContentLeft {
	width:170px;
	font-size:12px;
	line-height:1.4em;
	padding: 1em .6em;
	padding: 1em 1.5em;
	height: 100%;
	background: #fff8ee;
	border-right: 1px solid #ffe3ba;
}

p.homeContentLeft  {
	padding: 0 0 0 10px;
	text-indent: -4px;
}

.homeContentLeft  a{
	padding:0;
	color: #c7831e;
}
.homeContentLeft  a:hover{
	color: #004557;
}
div.homeHeaderLeft {
	font-size:20px;
	line-height:1em;
	color:#1f6376;
	margin:5px 4px 10px 4px;
	padding:0;
	border-bottom:1px solid #1f6376;

}


.contentHome {
	padding:0px 0 0 1px;
	font-size:14px;
	line-height:1.5em;
	padding: 1em 2em;
	width: 495px;
	
}

.contentHome p {
	padding:0;
	color: #202020;
	line-height: 1.7em;
}

.contentHome ul {
	line-height: 1.7em;
}
#citation {
	color:#646496;
	padding:0px 4px 10px 60px;
}


.factsAndFun {
	margin:10px 0 20px 20px;
}


.foo {border-left:1px solid #b5b3cc;}


.contentNormal {
	padding:0px 0 20px 1px;
	font-size:14px;
	line-height:1.5em;
	width:586px;
}

.contentNormal p, form {
	margin:4px 20px 10px 20px;
	padding:0;
}

h1 {
	color:#072e86;
	margin:20px 15px 15px 19px;
}

.small {
	font-size:10px;
}


/*
form elements
*/


/*
footer 
*/
div.footer {
	border:1px solid #e5eaec;
	border-top:0;
	width:760px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#87ab6e;*/
	color:#fff;
	background-color:#004557;
	font-size:x-small;
	text-align:center;
	
}

.nobullet {  list-style-type: none}
