body {
	font-family: arial;
	font-size: 76%;
	color: #000000;
}

.content {
	width: auto;
	height: auto;
	margin: 15px;
}

.footer {
	color: #fff;
	font-size: 0.7em;
	text-align: right;
}

.footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #000;
	text-decoration: underline;
}

.nav, .nav a:link, .nav a:visited {
	color: #3366cc;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.sidebar {
	color: #3366cc;
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
	color: #3366cc;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 15px;
}

h2 {
	color: #3366cc;
	font-weight: bold;
	border-bottom: 1px dashed #ffffff;
	font-size: 1em;
}

h3 {
	color: #3366cc;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
	color: #999999;
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 1px dashed #bbbbbb;
}

.breadcrumb {
	font-size: 0.7em;
	color: #666666;
}

p, li {
	font-size: 0.9em;
}

p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

a:link, a:visited {
	font-weight: bold;
	color: #333333;
}

a:hover {
	background-color: #ffff33;
}

#newsletter {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#newsletter .date {
	width: 80px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	vertical-align: top;
}

#newsletter .issue {
	width: 440px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	vertical-align: top;
}

#newsletter .issue a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#newsletter .issue a:hover {
	color: #0000FF;
}

.sailor {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.sailor a {
	text-decoration: none;
	font-weight: normal;
}

.banner {
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.banner img {
	border-left: solid 1px #DDD;
}