body {
	margin: 0;
	padding: 0;
	background-color: #0E3956;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 100.1%;
}

h1, h2, h3, h4, h5, ul, p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	font-size: 200%;
	color: #ac4024;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 140%;
	color: #ac4024;
	margin-top: 1em;
	margin-bottom: .1em;
}

h3 {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .1em;
}

a {color: #0e3956;}
a:visited {color: #ac4024;}

textarea.text, 
input.text {width: 350px; font-size: 120%; padding: 4px;}

.news-item {margin: 1em 0;padding: 10px;border-bottom:1px solid #FCF5C9;}
.news-item h2 {margin: 0px;}
.news-item .by-line {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	margin: 0;
}
.news-item .news-date {font-size: 90%; margin:0;}


#contact dt {
	float: left;
	width: 134px;
	text-align: right;
	clear: left;
}

#contact dt.long {float: none; width: 100%; text-align: left;}
#contact dd {margin-left: 148px; padding-bottom: 10px;}

.validation-advice {
	color: red; 
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

table, td, th {border: 1px solid #aaa; border-collapse: collapse;}

table {margin-top: 1em; font-family: Arial, sans-serif;}

td, th {padding-left: 10px;}

thead {text-align: left; background-color: #aaa; color: #fff;}

th {text-align: left; padding-top: .8em; border-bottom: 2px solid #aaa;}

tfoot {border-bottom: 2px solid #aaa;}

tr.total {font-weight: bold; border-bottom: 2px solid #aaa;}

a#back-to-top  {
	display: block;
	padding-top: 2em;
	text-align: center;
	
	font-family: Arial, serif;
	color: #ac4024;
	font-size: 78%;
}

#q-and-a dl {
	margin-bottom: 2em; 
	float:none; 
	width: 100%;
	background-color: #FCF5C9;
	
}
#q-and-a dt {
	Xfont-weight: bold; 
	
	background-color: #ac4024;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
	color: #fff;
}
#q-and-a dd {
	margin-left: 0;
	padding: 4px 8px 16px 4px;
	color: #333;
	font-family: Arial, sans-serif;
}

#page-wrap {
	position: relative;
	width: 798px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	background: #E5D4C3 url(/images/page-bg.gif) top left repeat-y;
	
	font-size: 86%;
	line-height: 1.5;
}

#banner {
	position: relative;
	width: 798px;
	height: 164px;
	background: #FCF5C9 url(/images/banner.jpg) top left no-repeat;
}

body#coming-soon #banner, 
body#home #banner {
	position: relative;
	width: 798px;
	height: 339px;
	background: #FCF5C9 url(/images/home-banner.jpg) top left no-repeat;
}

#banner #logo {
	position: absolute;
	top: 12px;
	left: 36px;
}

#navigation {
	display: relative;
	width: 798px;
	height: 34px;
	Xbackground: #AC4024 url(/images/navigation/menu.gif) top left no-repeat;
	background-color: #AC4024
}

#collar {
	position: absolute;
	z-index: 100;
	top: 192px;
	height: 13px;
	width: 798px;
	background: transparent url(/images/collar.gif) top left no-repeat;
}

body#home #collar {
	position: absolute;
	z-index: 100;
	top: 368px;
	height: 13px;
	width: 798px;
	background: transparent url(/images/collar.gif) top left no-repeat;
}


#contents {
	display: relative;
	width: 698px;
	background: transparent url(/images/contents-top.gif) top left no-repeat;	
	padding: 24px 50px;
}

#main {}

#main img {
	border: 1px solid #0e3956;
	padding: 8px;
	background-color: #fff;
	float: right;
	margin: 0em 0 1em 1em;
}

.caption {
	float: right; 
	margin: 1em 0 1em 1em; 
	width: 337px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 90%;
}
#main .caption img {
	float: none;
	margin: 0;
}

#sidebar {
	float: right;
	width: 200px;
	height: 200px;
	margin-left: 1em;
	Xbackground-color: #ac4024;
	background: transparent url(/images/quick-links.gif) top left no-repeat;
	color: #fff;
}

#sidebar h2 {
	color: #fff;
	font-size: 16px;
	margin: 8px;
}

#sidebar ul {
	list-style: square;
	margin-left: 16px;
	padding-left: 16px;
}

#sidebar a {
	color: #fff;
}

#footer {
	background: transparent url(/images/contents-bottom.gif) top left no-repeat;
	height: 36px;
}

#copyright {
	width: 798px;
	height: 24px;
	border-top: 1px solid #fff;
	background-color: #817B66;
	color: #fff;
	font-size: 75%;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
}

#bottom-navigation {
	width: 800px;
	margin: 1em auto;
	text-align: center;
	color: #fff;
	font-size: 68%;
	font-family: Arial, serif;
}

#bottom-navigation a {color: #fff; text-decoration: none;}
#bottom-navigation a:hover {color: #E5DFC3; text-decoration: underline;}

#debug {
	text-align: center;
	font-family: sans-serif;
	color: #fff;
}




