body {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #a32e35;
	/* background-image: url(/images/key_background.gif); */
	background-repeat: no-repeat;
	background-position: 0% 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}

a {
	color: #2a4792;
}

a:hover {
	text-decoration: none
}

.outer {
	width: 756px;
	border: 2px solid #fde437;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.header {
	background-color: #2a4792;
}



.body {
	margin-top: 6px;
	margin-bottom: 6px;
}

.footer {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	border-top: 2px dotted #5a3914;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 14px;
}

.largesttext {
	font-size: 16px;
}

.alerttext {
	color: #FF0000;
	font-weight: bold;
}

.textheading {
	font-weight: bold;
	color: #2a4792;
	font-size: 14px;
}

.bottomline {
	height: 4px;
	background-color: #DDDDDD;
}

.main {
	padding-right: 6px;
}

.navbuttons {
	padding-left: 6px;
	padding-right: 6px;
	width: 175px;
}

.navbuttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #fde437;
	background-color: #5a3914;
	width: 161px;
	padding: 2px 6px 2px 4px;
	margin-bottom: 4px;
	border-top: 2px solid #7b614b;
	border-left: 2px solid #7b614b;
	border-right: 2px solid #2c1401;
	border-bottom: 2px solid #2c1401;
	display:block;
}

.navbuttons a:hover {
		border-top: 2px solid #2c1401;
	border-left: 2px solid #2c1401;
	border-right: 2px solid #7b614b;
	border-bottom: 2px solid #7b614b;
	/* background-image: url("/images/keybutton.gif"); */
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #5a3914;
	color: white;
}

.contactbox {
	color: white;
	background-color: #2a4792;
	margin: 4px 6px 8px 6px;
	padding: 4px 0px 6px 0px;
	text-align: center;
	width: 171px;
	border: 2px solid #DDDDDD;
	font-weight: bold;
}

.contactbox a {
	color: white;
	text-decoration: none;
}

.seperator {
	border-bottom: 2px dotted #5a3914;
	height: 1px;
	margin-bottom: 6px;
}

.blogEntryBody {
	padding: 5px 5px 5px 5px;
	background-color: #EAF5FF;
	border-right: 2px solid #2a4792;
	border-left: 2px solid #2a4792;
	margin-bottom: 5px;
}

.blogEntryBody p {
	padding-top: 0px;
	margin-top: 0px;
}

.blogTextHeading {
	color: #2a4792;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #5a3914;
}

.blogTextHeadingCategory {
	color: black;
}

.bloglinks {
	padding-right: 5px;
}
.blogpostline {
	BORDER-BOTTOM: #2a4792 2px solid;
	border-left: #2a4792 2px solid;
	border-right: #2a4792 2px solid;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.blogDateHeading {
	background-color: #2a4792;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.blogDateBody {
	border-right: 2px solid #2a4792;
	border-left: 2px solid #2a4792;
	margin-bottom: 5px;
}

.blogattachments {
	font-size: 11px;
	font-style: italic;
}
.blogattachmentsDesc {font-size: 11px}