* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background: #feffff url(../shared/bg_body.gif) repeat-x;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 16px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 { font-size: 100%; margin-bottom: 10px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol { line-height: 1.4em; margin-left: 3em; }
li { margin-bottom: 0.6em; }
blockquote {
	padding-left: 3em;
	background: url(../shared/bg_quotes.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	
}

a:visited { color: #1953a7; }

a:hover {
	text-decoration: none;
	color: #1953a7;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}
#menu .active a {
	background: #82BC2B;
	color: #feffff;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 { float: left; width: 220px; height: 170px; margin: 0; padding: 20px 0 0; background: url(../shared/bg_header1.jpg) no-repeat; text-align: center; font-size: 180%; }

#header h2 { font-size: 120%; float: right; width: 530px; height: 30px; margin: 0; background: url(../shared/bg_header2.jpg) no-repeat; padding: 140px 20px 0 0; text-align: right; }

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #feffff;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}
#content_wide { padding-top: 10px; width: 770px; float: left; }
.post {
	margin-bottom: 20px;
	padding: 0 20px;
}
.post_wide { margin-bottom: 20px; padding: 0 20px 0 100px; }
.hr {
	border-bottom: 1px solid #d0dce4;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #d0dce4;
}
#sidebar p { color: #396085; font-size: 100%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.4em; }
#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #feffff;
}

#sidebar h3 { font-size: 100%; color: #feffff; font-weight: bold; line-height: 1.4em; margin-bottom: 10px; }
#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #feffff;
}

.bluebox {
	background: url(../shared/bg_sidebarlight.gif) repeat-y;
}

.bluebox h2 { font-size: 130%; background: url(../shared/bg_sidebardark.gif) repeat-y; }

/* Footer */

#footer { color: #396085; clear: both; height: 100px; padding: 25px 0; background: #87919b url(../shared/bg_footer.gif) repeat-x; }

#footer p { color: #fff; margin: 0; text-align: center; font-size: 85%; }

#footer a { color: #fff; }
.clearboth { clear: both; }
.img-left-border {
	background-color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1953a7;
	border-right-color: #1953a7;
	border-bottom-color: #669;
	border-left-color: #1953a7;
}

