* {
	margin: 0;
	padding: 0;
	font-variant: normal;
	border-style: none;
	border-width: 4px;
	text-indent: 0px;
	list-style-position: outside;
}

body {
	background: #D5DBB5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	text-align: center;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
	margin-top: -11px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	line-height: 0px;
}

a:link {
	text-decoration: none;
	color: #0F37F3;
}

a:hover, a:active {
	text-decoration: none;
	color: #051872;
}

a:visited {
    color: #0C32E7;
}

img {
    border: none;
    text-align: center;
    text-indent: 0;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 710px;
	height: 393px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 37px;
	background: #D5DBB5 url(images/2020Logo.png) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
	color: #3B3B3B;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: #D5DBB5 url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 450px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	background: url(images/img03.gif) no-repeat;
	text-align: left;
}

.post {
    width: 450px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 0;
    text-align: center;
    font-size: medium;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post h1, .post h2, .post h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.post .title {
	padding: 0 0 5px 0;
	width: 450px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post .title span {
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(images/img04.gif) no-repeat;
	font-size: 13pt;
}

.box {
	width: 239px;
	padding-left: 1px;
}


.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
	text-align: left;
	color: #3B3B3B;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #3B3B3B;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
	font-size: 13px;
}

/* Footer */

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #D5DBB5 url(images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	color: #3B3B3B;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}
