body {
	color: #13384d;
	font: 0.7em/1.3 Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; font-weight: normal;}
h1 {font-size: 1.7em;}
h2 {font-size: 1.5em; color: #8b0000; font-weight: bold;}
h3 {font-size: 1.4em;}


#page {
	width: 90%;
	text-align: left;	
	border-left: 5px solid #13384d;
	padding: 2em;
}
#header {}
#header a {}
#mid {}

/* TOPNAV */
#nav {display: none;}
/* SIDEBAR */
#sidebar {display: none;}
/* CONTENT */
#content {
	display: inline;
	width: 495px;
	padding: 45px 20px 10px;
}
div.boxed {border-bottom: 1px solid #ccc; padding: 1em;}
div.b1 {}

/* FOOTER */
#footer {}
#foot1 {}
#foot1 #copy {
	font-size: .9em;
	margin-left: 1em;
}
ul#links {display:none;}
ul#links li {display: inline;}
ul#links a {
	display: inline;
	font-size: .9em;
	color: #13384d;
	text-transform: capitalize;
	padding: .1em .3em .2em;
}
ul#links a:hover {
	background: #13384d;
	color: #fff;
	text-decoration: none;
}