@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0E1A28;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
#Site {
	width: 1000px;
	margin: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #223F5D;
	border-left-color: #223F5D;
}
#MainColumn {
	background-image: url(images/maintop.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
#MainContainer {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
.clear {
	clear: both;
}
#LeftColumn {
	float: left;
	width: 195px;
}
.centered {
	text-align: center;
}
#RightColumn {
	width: 760px;
	float: right;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#LeftColumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 6px;
}
#LeftColumn h3 {
	padding: 4px;
	margin: 0px;
	background-color: #487FC2;
	color: #FAFAFA;
}
#LeftColumn li {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
#RightColumn h1 {
	padding-bottom: 5px;
	font-size: 24px;
	color: #470F01;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212E41;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#RightColumn p {
	margin: 0px;
	padding-bottom: 18px;
}
#Footer {
	background-image: url(images/footerbg.jpg);
	text-align: center;
	background-color: #293E5B;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #FFFFFF;
}
#Footer a {
	color: #FFCC00;
}
#LeftColumn p {
	font-size: 12px;
	margin: 0px;
	padding: 12px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:link {
	color: #2C405B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #293E5B;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}

img { 
border:none;}


.ThePost {
	padding-bottom:12px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 12px;
}