html {
	background: url(../images/bkgd_tile.gif) repeat;
}
body {
	font: 10pt/1.5em Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	text-align:center;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #006cb6;
}
a:visited {
	text-decoration: none;
	color: #006cb6;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

a:link.current {
	text-decoration: none;
	color: #e35224;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #006cb6;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #006cb6;
	font-weight: normal;
	margin-bottom: 0px;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006cb6;
	font-weight: bold;
	margin: 50px 0px 0px;
	padding: 0;
}

div#container {
	width: 970px;
	height: auto;
	text-align: left;
	margin: 0 auto 0 30px;
	padding: 0px;
	background-color: #b0cce6;
}

div#content{
	width: 930px;
	height: auto;
	margin: 0 auto;
	background-color:#FFFFFF;
	overflow:auto;
}

div#leftcolumn {
	float: left;
	width: 210px;
	height: auto;
	background: #ffffff;
	margin: 0px;
	padding: 40px 0px 0px 40px;
	color:#006cb6;
}

div#leftcolumn h1 {
	background: url(../images/logo.gif) no-repeat;
}

div#leftcolumn h1 a {
	display:block;
	width:200px;
	height:62px;
	text-indent: -9999px;
}

div#navbar {
	width:180px;
	height:400px;
	margin-top: 50px;
	margin-left: 20px;
	padding: 0px;
	color: #006cb6;
	font-size: 10pt;
	text-indent:15px;
}

div#navbar a {display:block;}
	
div#navbar a:hover, #navbar a:active {
	color: #999999;
	background: url(../images/dot.gif) no-repeat left center;
	}

div#navbar a.current, #navbar a.current:hover, #navbar a.current:active {
	color: #e35224;
	background: url(../images/dot.gif) no-repeat left center;
	}
	
div#navbar p.current {
	color: #e35224;
	cursor: default;
	}
	
div#blogfeed {
	position:absolute;
	top: 450px;
	left: 85px;
	width: 200px;
	height: 200px;
	color:#000000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/blogbox.gif) no-repeat;
}

div#blogfeed a {
	color:#000000;
	text-decoration:none;
}

div#blogfeed a:hover {color:#e35224;}

div#feedtext {
	position:relative;
	margin: 30px 40px 0px 25px;
	height: 120px;
	line-height: 1.5em;
	}

div#rssfooter {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 8pt;
	text-align: right;
	margin: 0px 25px 0px 0px;
	width: 150px;
	height: 20px;
}

div#rssfooter img {
	margin-bottom: -2px;
	margin-left: 2px;
}

div#rightcolumn {
	float: right;
	width: 678px;
	height: auto;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

div#topmenu {
	height:51px;
	width: 678px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

div#topmenu ul {
	list-style:none;
}

div#topmenu li {
	float:right;
	width: auto;
	height: auto;
	margin: 0px;
}

div#topmenu li a {
	display:block;
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:justify;
	color: #006cb6;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #b0cce6;
}

div#topmenu li a.lineskip {
	border: none;
}

div#topmenu li a:hover, #topmenu li a:active {
	background: #f3f8fb;
}
div#topmenu li a.current, #topmenu li a.current:hover, #topmenu li a.current:active {
	color: #e35224;
	background: #ffffff;
	cursor: default;
	list-style: none;
}

div#banner {
	border-left: 7px solid #b0cce6;
	width:671px;
	height:auto;
}

div#maincontent {
	position: relative;
	border-left: 7px solid #b0cce6;
	background:url(../images/watermark.gif) no-repeat bottom;
	width: 550px;
	height: 415px;
	padding: 30px 60px 10px 60px;
	line-height: 1.75em;
	overflow:auto;
}

div#tagline {
	position:absolute;
	right: 30px;
	bottom: 30px;
	}


.clear { clear:both; 
}

