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

html, body {
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
	font-family:"Lucida Grande", Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #663300;
	line-height: 18px;
	color: #663300;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #5E2F00;
}
#right img {
	display: block;
	margin: 5px 5px 5px 5px;
	border: 1px solid #5E2F00;
	padding: 2px;
}
#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/cover.png);
	background-position: -10px 295px;
	background-repeat: no-repeat;
}
#header {
	height: 234px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #006699;
	text-align: left;
	padding-top: 50px;
	padding-left: 400px;
}
#nav, #nav a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #006699;
}
#main {
	float:left;
	padding-right: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
	width: 450px;
}
#mainfull {
	float:left;
	width: 675px;
	padding-right: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
}
#left {
	width: 200px;
	float:left;
	padding-left: 15px;
	padding-bottom: 15px;
}
#left img a{
	color: transparent;
}
#right {
	background-color: #FFFFFF;
	float:right;
	width: 210px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer {
	background-color: #006699;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
}
#header h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	line-height: 48px;
}
#header h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 2px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #006699;
	margin: 0 0 0 0;
}
blockquote {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #663300;
	font-style: italic;
	line-height: 18px;
}
.callout {
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border-top-color: #5E2F00;
	border-bottom-color: #5E2F00;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 2px;
}
.callout h2 {
	line-height: 100%;
}

.noborder {
	margin: 0 0 0 0;
	border: 0px;
	background-color: none;
}
.intro {
	font-size: 14px;
	line-height: 22px;
}
