/* Forgiven Style */

/* Structure Styling */
body {
	color: #000;
	background: #FFF url('../css/img/graylines.png');
     	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
}

.page {
	margin-right: 10%;
	margin-left: 10%;
}

.banner h1 {
	font-size: 22pt;
}

.menu {
	color: #FFF;
	background: #406DB0;

	font-weight: bold;

	list-style-type: none;

	margin: 0px;
	padding: 2px;
	border: 1px solid #666;
}

.menu li {
	display: inline;

	padding-right: 15px;
}

.middle {
	color: #000;
	background: #FFF url('../css/img/sketchbkg.png') no-repeat scroll 100% 0%;

	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

.title {
	margin: 0px;
}

.footer {
	font-weight: bold;
}

.bottom {
	color: #000;
	background: #FFF;

	font-size: 8pt;

	padding: 2px;
	border: 1px solid #666;
}


/* Elements */
h1 {
	font-size: 20pt;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

a {
	color: #406DB0;
	background: transparent;

	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7397CD;
	background: transparent;
}

.menu a {
	color: #FFF;
	background: transparent;
}

.menu a:hover {
	color: #DDD;
	background: transparent;
}

/* Images */
img {
	border: 2px solid #666;
}

.imagecap {
	margin-bottom: 14px;
}

.imagecap p {
	margin: 0px;
}

.inlineimg {
	float: left;
}

/* News */
.newstitle {
	border-bottom: 1px solid #666;
}

.newsbody {
	margin-left: 10px;
}

.newsinfo {
	color: #666;
	background: transparent;

	text-align: right;

	font-size: 8pt;
}



