body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4673a0;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}
ul li {
margin-bottom:15px;
}

ol {
}

a {
	color: #4673a0;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(images/img03.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 900px;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px; /*this controls the widths of the menu. remake images to shorten*/
	height: 38px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 1.3em;
}

#menu .active a {
	background: #B3EAFD url(images/img02.jpg) repeat-x;
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logo h1 {
	padding: 130px 0 0 20px;
	font-size: 4em;
}

#logo a {
	display:block;
	text-decoration: none;
	color: #325b83;
	/*border:1px dashed #333;*/
	width:330px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #4673a0;
	border: 1px solid #4673a0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	color:#4673a0;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	padding: 20px 0;
	line-height: 200%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar #searchblock {
background: url(images/img06.jpg) no-repeat;
height:82px;
margin-bottom:30px;
padding-top:13px;
}

#sidebar #searchblock h1 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
font-size:1.4em;
margin-left:85px;
}
#sidebar #searchblock h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #666666;
margin-left:85px;
font-weight:normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 150%;
}

#sidebar li li {
	margin-bottom: 15px;
	padding: 0;
	background: none;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/img05.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #4673a0;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #e1e7ed;
	border-top: 5px solid #4673a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #4673a0;
}

#footer a {
	color: #4673a0;
}

#footer #links {
font-size:80%;
margin-top:15px;
}

/* Search Styles */
p.instruction {
font-size:85%;
font-family: verdana, "lucida console", sans-serif;
}

p.instruction a {
color: #666666;
}

td {
font-size:85%;
font-family: verdana, "lucida console", sans-serif;
line-height: 1.5em;
}

td.label {
font-weight:bold;
font-size:80%;
}

input {
padding: 2px;
font-size:100%;
font-family: verdana, "lucida console", sans-serif;
color: black;
}

select {
padding: 2px;
font-size:100%;
font-family: verdana, "lucida console", sans-serif;
color: black;
}

input.button {
font-size:85%;
font-family: verdana, "lucida console", sans-serif;
}

.alpha {
font-size:85%;
font-family: verdana, "lucida console", sans-serif;

}

#tooltip {
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    text-align: left;
    font-size: .8em;
	color:#000;
}

span.tip {
	color: #538ab1;
}
