﻿/* short stuff */
.ltext a,.ltext a:visited,.rtext a,.rtext a:visited { color: #fff; }
.ltext a:hover, .ltext a:visited:hover,.rtext a:hover, .rtext a:visited:hover { color: #3588ff; }
br.both { clear: both; }
img { border: 0px; }
.entry p:first-letter { margin-left: 4px; }

/* the rest */
* {
}
p {
	line-height: 20px;
	margin-top: 15px;
}
h1 {
	font-size: 38px;
	color: #0e448a;
	font-weight: bold;
	text-align: center;
	line-height: 105%;
	font-family: times new roman,serif;
	margin: 0;
	padding: 0;
}
h1 small{
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 100%;
	font-weight: normal;
	font-family: arial,sans-serif;
}
h3 {
	font-family: Arial, Times, serif;
	font-size: 22px;
	color: #a3d8f9;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 20px;
	line-height: 100%;
	width: 70%;
}

html {
	min-height: 100%;
	height: auto;
}
body { 
	font: normal 12px/14px arial, sans-serif;
	color: #2a2727;
	background: #233e75;
	margin: 0;
	padding: 0;
}
#header {
	vertical-align: bottom;
	background: #fff;
	padding-left: 10px;
	border-bottom: 4px solid #0e448a;
	margin: 0;
	padding: 0;
}
#nav {
	padding-top: 10px;
	text-align: center;
	font-size: 110%;
}
#nav a {
	text-decoration: none;
	color: #36f;
	line-height: 19px;
}
#nav a:hover,#nav a:visited:hover {
	text-decoration: underline;
	color: #03c;
}
#container {
	width: 100%;
	height: 100%;
	background: #233e75 url(images/top3.jpg) repeat-x top left;
}
.main {
	position: relative;
	top: 50px;
	width: 600px;
	margin: auto auto;
	background: url(images/trans1.png) bottom left;
}
.title {
	text-align: center;
	padding-top: 15px;
}
.entry {
	color: #e0f0f6;
	width: 79%;
	padding: 6px 14px 14px 60px;
}
.entry tr{
	vertical-align: top;
	height: 40px;
}
.entry a, .entry a:link, .entry a:visited, .left a, .left a:link, .left a:visited {
	color: #d4f3ff;
	text-decoration: none;
	border-bottom: 1px solid #69abe5;
}
.entry a:hover, .left a:hover {
	color: white;
	border-bottom: 1px solid #d4f3ff;
}
.entry img {
	margin: 8px;
	padding: 1px;
	border: 1px solid black;
}
.tablepadding {
	margin-left: 60px;
	color: #e0f0f6;
}
.ltext {
	text-align: left;
	display: inline;
	float: left;
	padding: 5px;
}
.rtext {
	text-align: right;
	display: inline;
	float: right;
	padding: 5px;
}
#footer {
	text-align: center;
	background: #255fa8;
	padding: 10px;
	border-top: 2px solid #0e448a;
}
.date {
	vertical-align: top;
	color: #318cc9;
	line-height: 2.1em;
	margin: 7px 0 0 1px;
	padding-top: 18px;
	padding-left: 2px;
	padding-right: 15px;
	font-size: .8em;
	text-align: right;
}