body {
	background: #D7E1EE; /* url(../images/fowler_blue_bg.gif) repeat-y; */
	font: 0.7em Verdana;
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

img.profile{
	margin-right: 8px;
}

form{
	padding: 0;
	margin: 0;
}

input{
	font: 0.9em Verdana;
}

select{
	font: 0.9em Verdana;
}

ul {
	padding-top: 0;
	margin-top: 0;
}

.textbox{
	background: #fff url(../images/input_bg.gif) repeat-x;
	border: 1px solid #000;
	height: 13px;
}

.button{
	color: #fff;
	background: #a2957c;
	border: 1px solid #a2957c;
	font-weight: bold;
}

p{
	padding: 0;
	margin: 0;
}

h1{
	font: 1.2em Verdana;
	font-weight: bold;
}

#container {
	position: relative;
	width: 800px;
}

#siderule {
	width: 698px;
	padding-left: 102px;
}

#page_header {
	position: relative;
	background: #fff;
	height: 123px;
	width: 100%;
}

#searchbox{
	position: absolute;
	right: 35px;
	bottom: 16px;
}

#menubar{
	color: #fff;
	position: relative;
	background: #0C699B;
	height: 19px;
	padding: 0;
	width: 698px;
}

#menubar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar ul li{
    display: block;
    float: left;
    height: 16px;
    margin: 0;
    text-align: center;
}

#menubar li a:link{
	display: block;
	padding: 1px 7px 2px 7px;
	color: #fff;
	text-decoration: none;
}

#menubar li a:visited{
	display: block;
	padding: 1px 7px 2px 7px;
	color: #fff;
	text-decoration: none;
}

#menubar li a:hover{
	display: block;
	padding: 1px 7px 2px 7px;
	background: #3890B4;
	color: #fff;
}

#imagebar{
	position: relative;
	height: 99px;
	width: 100%;
}

#content_container{
	position: relative;
	background: #fff;
	width: 100%;
	text-align: left;
}

#content_container_home{
	position: relative;
	color: #fff;
	background: url(../images/home-bg.jpg) no-repeat;
	width: 100%;
	text-align: left;
}

#main_content{
	position: relative;
	padding: 30px 90px 0 0;
	margin: 0 0 0 85px;
	width: 523px;
}

#main_content_print{
	background: #fff;
	position: relative;
	padding: 30px 90px 0 85px;
	width: 523px;
	text-align: left;
}

#main_content_home{
	position: relative;
	padding: 30px 90px 0 0;
	margin: 0 0 0 85px;
	width: 523px;
	font: 1.2em Verdana;
	font-weight: bold;
	line-height: 1.7em;
}

#main_content_edit{
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 0 0 30px;
	width: 611px;
}

#footer{
	width: 611px;
	padding: 2px 0 15px 87px;
	margin: 30px 0 0 0;
}

#footer_print{
	background: #fff;
	width: 611px;
	padding: 62px 0 35px 87px;
	text-align: left;
}

#footer_indent{
	clear: both;
	width: 580px;
	background-color: #fff;
	padding: 2px 0 15px 220px;
	margin: 60px 0 0 0;
}

#footer_home{
	color: #fff;
	width: 611px;
	padding: 2px 0 15px 87px;
	margin: 60px 0 20px 0;
}

.extrasmall{

}

.highlight{
	background: #E7C454;
}

#main_content a:link, #main_content_print a:link, #main_content_edit a:link{
	color: #000;
	text-decoration: underline;
}

#main_content a:visited, #main_content_print a:visited, #main_content_edit a:visited{
	color: #000;
	text-decoration: underline;
}

#main_content a:hover, #main_content_print a:hover, #main_content_edit a:hover{
	color: #0c699b;
	text-decoration: none;
}

#main_content_home a:link{
	color: #fff;
	text-decoration: none;
}

#main_content_home a:visited{
	color: #fff;
	text-decoration: none;
}

#main_content_home a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer_home a:link{
	color: #fff;
	text-decoration: none;
}

#footer_home a:visited{
	color: #fff;
	text-decoration: none;
}

#footer_home a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer a:link, #footer_print a:link{
	color: #000;
	text-decoration: underline;
}

#footer a:visited, #footer_print a:visited{
	color: #000;
	text-decoration: underline;
}

#footer a:hover, #footer_print a:hover{
	color: #0c699b;
	text-decoration: underline;
}

#main_content p,#main_content_print p,#main_content_home p,#main_content_edit p{
	padding-bottom: 10px;
}

#printable_container{
	width: 400px;
}

.post{
	padding-bottom: 15px;
}

