/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS" arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #000;
	text-align: center;
	min-width: 720px;
	background: #036 url(gfx/background.gif) 100% 91px repeat;
}
div#bluehead {
	width: 100%;
	background-color: #036;
	height: 90px;
}
div#headcontainer {
	margin: 3 auto 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 700px;
	text-align: left;
}
div#headline {
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #6E1127;
	font-style: oblique;
}
div#content {
	background: #FCF8EF url(gfx/fpc.gif) no-repeat center left;
	padding: 15px 15px;
	border: 1px solid #000;
	line-height: 120%;
	margin-top: 0;
}
div#top_right {
	float: right;
	text-align: right;
	color: #F3EACD;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div#top_right a {
	color: #F3EACD;
}
div#nav {
	margin: 0 0 -5px 0;
}
.right_col {
	border: 1px solid #6E1127; 
	background: #FCF8EF;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 11px;
}
#right_col {
		width: 266px;
		padding: 0px;
		margin-left: 20px;
		float: right;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #036;
	font-weight: bold;
	line-height: 100%;
}
p.copyright a {
	color: #036;
}
.bottom_nav {
	font-size: 11px;
	text-align: center;
	color: #6E1127;
	font-weight: bold;
}	
hr {
	background-color: #036;
 	color: #036;
 	size: 1px;
 	height: 1px;
 	border: 0px;
}
table {
	padding: 1px 1px;
}
ol {
	line-height: 130%;
}

/*typography*/
a, a:link {
	text-decoration: underline; 
	color: #6E1127;
}
a:visited {
	color: #666;
}
a:hover {
	color: #036; 
	text-decoration: none;
}
a:active {}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #036;
	line-height: 100%;
	margin-top: 0;
	text-transform: uppercase;
}
div.right_col h1 {
	color: #F3EACD;
	background-color: #6E1127;
	font-size: 14px;
	margin: -10px -10px 10px -10px;
	padding-left: 10px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #036;
}
div.right_col h2 {
	font-size: 12px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #6E1127;
	font-style: oblique;
	font-weight: bold;
	line-height: 110%;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #6E1127;
	font-style: oblique;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0;
}
.small {
	font-size:10px;
	line-height:100%;
}
.small_centered {
	font-size:10px;
	text-align:center;
}