@charset "utf-8";
/* CSS Document */



ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
h1, h2, h3, h4, h5, h6, pre, code {
font-size:1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin:0pt;
padding:0pt;
}


body {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size:16px;
	background-attachment: scroll;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

p {
	margin-bottom:7px;
}

#headerimage {
	width:100%;
	background-attachment: scroll;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	float:left;
}

#container {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
}


#logo {
	margin-left:120px;
	background-image: url(images/logo.gif);
	width:310px;
	height:173px;
	float:left;
	background-repeat: no-repeat;
}

#strap {
	margin-left:25px;
	width:350px;
	height:173px;
	float:left;
}

#strap h1 {
	color:#FFFFFF;
	font-size:1em;
	margin-top:35px;
}

#menu {
	width:100%;
	text-align:center;
	font-size:17px;
	color:#FFFFFF;
	float:left;
	clear:left;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul {
	list-style:none;
	list-style-type:none;
}

#content-left {
	line-height:150%;
	width:610px;
	margin-top:25px;
	clear:left;
	float:left;
}

#content-left>h1 {
	width:100%;
	border-bottom:1px solid black;
	margin-bottom:15px;
	font-size:1.5em;
	color:#B5121B;
}

#content-left>h2 {
	margin:10px 0px 15px 0px;
}

#content-left p {
	clear:left;
}

#content-left ul, #content-left blockquote {
	margin:15px 0px 15px 35px;
}

#content-links {
	width:350px;
	margin-bottom:15px;
	margin-top:15px;
	background-color:#B5121B;
	float:left;
	padding-bottom:5px;
}

#content-links h1, #content-links a {
	color:#FFFFFF;
	font-size:16px;
	margin:5px;
	margin-left:15px;
}

#content-links a {
	font-size:13px;
}


#content-right {
	line-height:150%;
	font-size:14px;
	width:290px;
	margin-top:25px;
	float:right;
}

#content-right h1 {
	font-size:1.3em;
	margin:10px 0px 15px 0px;
}

#footer {
	clear:left;
	height:35px;