/* BPG style - red */

/* body */

body {
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia,serif;
	font-size: 14px;
	color: #555555;
	background-color: #FFFFFF;
}

/* DIV IDs */

#outer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
}

#header_back {
    clear: both;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 58px;
	text-align: left;
	position: relative;
}

#box-link { 
	position: absolute; 
	top: 8px; 
	left: 0px; 
	width: 400px; 
	height: 36px; 
	background-color: transparent; 
	background-image:url(images/logo.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}

#top_nav {
	top: 58px;
	color: #105f8b;
    float: left;
	position: relative;
}


#footer {
	margin: 0px;
	padding: 20px 0 0 0;
	width: 700px;
	height: 120px;
	font-size: 9px;
	text-align: center;
    bottom: 0;
    clear: both;
}

#content {
	width: 700px;
	padding: 60px 0 0 0;
	text-align: justify;
	line-height: 140%;
}

#clearfix {
    clear: both;
}


/* text classes */

.heading {
	font-size: 18px;
	letter-spacing: 3px;
	text-align: left;
}

.subhead {
	font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

a:link {
	color: #105f8b;
	text-decoration: none;
}
a:visited {
	color: #105f8b;
	text-decoration: none;
}
a:active {
	color: #f5821f;
	text-decoration: none;
}
a:hover {
	color: #f5821f;
	text-decoration: none;
}

a.hdrnav:link {
	color: #105f8b;
	text-decoration: none;
}
a.hdrnav:visited {
	color: #105f8b;
	text-decoration: none;
}
a.hdrnav:active {
	color: #f5821f;
	text-decoration: none;
}
a.hdrnav:hover {
	color: #f5821f;
	text-decoration: none;
}
