body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
 
body {
	font:13px arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
	font:115% monospace;
	*font-size:100%;
}
/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {
	line-height:1.42em;
}

.clear {
	clear:left;
}

.clear_both {
	clear:both;
}

body {
	height:100%;
	text-align:center;
	background:#c0c0c0 url('http://www.taavo.com/ees/images/interface/bg.gif') 0 0;
}

#page {
	border-width:1px;
	border-color:#4d4d4d;
	border-style:solid;
	margin:20px auto;
	width:768px;
	background:#79ade1;
	text-align:left;
}

.header {
	height:120px;
	background:url('http://www.taavo.com/ees/images/interface/masthead_spring.jpg') 0 0 no-repeat;
}

#content {
	padding:10px;
	border-top:#4d4d4d 1px solid;
	background:url('http://www.taavo.com/ees/images/interface/map-grey-bl.gif') bottom right no-repeat;
}

#content_body {
	width: 548px;
	padding:0;
	background: transparent;
	margin-bottom: 20px;
}

#content_body_full {
	padding:0;
	background: transparent;
	margin: 0;
}

#left_side {
	width: 568px;
	background: transparent;
	margin-bottom: 20px;
}

#right_side {
	padding-top:0px;
        width: 200px;
	background:transparent;
	float: right;
}

div.sb_module {
	padding:10px 0 10px 10px;
}

div.sb_module h3 {
	padding:2px 2px 2px 6px;
	background:#446890;
	color:#FFCC66;
}

div.sb_content {
	padding:4px;
	border-right:2px #446890 solid;
	border-left:2px #446890 solid;
	border-bottom:2px #446890 solid;
	background:url('http://www.taavo.com/ees/images/interface/bg.gif') 0 0;
}

div.comment_form, div.comment_entry {
	margin: 10px 0 0;
        padding:10px;
	border:1px #446890 solid;
	background:url('http://www.taavo.com/ees/images/interface/bg.gif') 0 0;
}

div.comment_body {
     font-style:italic;
}

div.footer_note {
     font-size:1.2em;
     padding:5px; 
     border:1px #446890 solid;
     text-align:center;
     background:url('http://www.taavo.com/ees/images/interface/bg.gif') 0 0;
}

div.sb_content ul {
	padding-left:0;
}

p {
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#222222;
	padding:4px 0 10px;
	margin:0;
}

ul {
	padding:4px 10px;
	margin-left:10px;
}


div.entry {
	padding:5px 0 30px;
}

div.entry h3  {
	margin:0;
        font-size:1.6em;
	padding:0;
	border-bottom:2px #446890 solid;
	color:#FFFFCC;
}

div.entry h3 span {
	font-size:0.8em;
        color:#446890;
}

div.entry h3 a  {
	font-size:inherit;
        color:inherit;
        text-decoration:none;
        border-bottom:none;
}

div.entry h3 a:visited {
        color:#FFFFCC;
        text-decoration:none;
        border-bottom:none;
}

div.entry h3 a:hover {
        color:#FFCC66;
        border-bottom:1px #FFCC66 dotted;
        text-decoration:none;
}

div.entry h3 a:active {
        color:#FFCC66;
        border-bottom:1px #FFCC66 solid;
        text-decoration:none;
}

a.entry_link {
	margin:0;
	padding:0;
	border:none;
}

div.entry img {
	float:left;
	margin: 0 10px 4px 0;
	border:1px #4d4d4d solid;
}

a.entry_link img {
	float:left;
	margin: 0 10px 4px 0;
	border:1px #4d4d4d solid;
}

div.addthis { padding:5px 0 0; }

.smallNote, .posted {
        padding:4px 0;
        font-size:.9em;
	color:#FFFFFF;
}


div.date_posted {
        padding:4px 0;
        font-weight:bold;
	color:#555555;
}


div.auth_posted {
        padding:4px 0;
        font-size:.9em;
	color:#FFFFFF;
}

div.comments_posted {
        padding:4px 0;
        font-size:.9em;
	color:#FFFFFF;
        border-top:1px #446890 dotted;
}

div.entry div.posted_bd {
       border-bottom:1px dotted #446890;
}


.title_left {
	color:#265486;
	padding:10px 0 0 0;
	margin:0;
	border-bottom:1px #265486 solid;
}

h3.title_left {
	padding:2px 2px 2px 6px;
	background:#446890;
	color:#FFCC66;
}

h2 {
	font-size:160%;
}

h2 span {
	font-size:0.8em;
        color:#446890;
}

h2 span a  {
	font-size:inherit;
        color:inherit;
        text-decoration:none;
}

h2 span a:hover  {
        color:#446890;
}

#headerTitle {
	font-size:28pt;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
	padding-right:6px;
}

#headerSub {
	font-size:12pt;
	text-align:right;
	font-style:italic;
	color:#FFFFFF;
	margin:0;
	padding-right:15px;
	padding-top:1px;
}

a:link {
	text-decoration:none;
	color:#FFFFCC;
        border-bottom:1px #FFFFCC dotted;
}

a:visited {
	text-decoration:none;
	color:#FFFFCC;
        border-bottom:none;
}

a:hover {
	text-decoration:none;
        border-bottom:1px #FFFFFF dotted;
	color:#FFFFFF;
}

a:active {
	text-decoration:none;
	color:#446890;
}

#content_body p a:link {
	text-decoration:none;
        border-bottom:1px #FFFFCC dotted;
	color:#FFFFCC;
}

#content_body p a:visited {
	text-decoration:none;
        border-bottom:none;
	color:#FFFFCC;
}

#content_body p a:hover {
	text-decoration:none;
        border-bottom:1px #FFFFFF dotted;
	color:#FFFFFF;
}

#content_body p a:active {
	text-decoration:none;
	color:#FFFFFF;
}


.active_cat {
	font-weight:bold;
}

#menu {
	border-top-width:1px;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-color:#4d4d4d;
	border-style:solid;
	padding:0;
	margin:0;
	width:768px;
	height:22px;
	background:#446890;
	clear:both;
}
div.outer {
	float:left;
	width:80px;
	height:22px;
	border-left-color:blue;
	border-left-width:0;
	border-left-style:solid;
	border-right-color:#265486;
	border-right-width:1px;
	border-right-style:solid;
	margin:0;
	background:#446890;
}
div.outerR {
	float:left;
	width:80px;
	height:22px;
	border-left-color:#265486;
	border-left-width:0;
	border-left-style:solid;
	border-right-color:#265486;
	border-right-width:1px;
	border-right-style:solid;
	margin:0;
	background:#446890;
}
div.spacer {
	float:left;
	width:10px;
	height:22px;
	margin:0;
	background:#d0d0d0;
}
div.outer a:link {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:10pt;
	overflow:hidden;
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.outer a:visited {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.outer a:hover {
	background-image:none;
	text-decoration:none;
	color:#FFCC66;
	background:#265486;
        border:none;
}
div.outer a:active {
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.selected a {
	background-image:none;
	text-decoration:none;
	color:#FFCC66!important;
	background:#446890!important;
        border:none;
}
div.outer span {
	text-align:center;
	display:block;
	margin:0;
	padding:3px 0 0 0;
}
div.outerR a:link {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:10pt;
	overflow:hidden;
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.outerR a:visited {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.outerR a:hover {
	background-image:none;
	text-decoration:none;
	color:#FFCC66;
	background:#265486;
        border:none;
}
div.outerR a:active {
	text-decoration:none;
	color:#FFFFFF;
	background:#446890;
        border:none;
}
div.outerR span {
	text-align:center;
	display:block;
	margin:0;
	padding:3px 0 0 0;
}


a img { border:none; }

a.no_border { text-decoration:none!important; border:none; }

.center { text-align:center; margin:0 auto; }