@import url("content.css");
/* CSS Document */

html {overflow-y: scroll;}

* {
	margin:0;
	padding: 0;
}

p {
font-size:.72em;
color: #563e13;     /* OLD #41403C; */
margin:0;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #563e13;
	padding-top: 20px;
}
img {
border:none;
}

body {
background: #0066a4 url(../images/pg_bg.jpg) repeat-x;                /* OLD #023756; */
font-family: Arial, sans-serif;
margin:0;
}

#primary_content_wrapper {
width:100%;
}

#content_header {
position:relative;
width:775px;
overflow:auto;
margin:auto;
}

#content_navigation {
	position:relative;
	width:775px;
	height:24px;
	font-size:13px;
	color:#846341;
	margin:auto;
	font-weight: normal;
	padding-top: 4px;
}

#footer {
position:relative;
width:100%;
height:120px;
color:#fff;
font-size:.70em;
border-top:4px solid #B9BDBE;
}

#primary_content,#content_info {
position:relative;
width:100%;
}
