
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #CFDF94;
	font: 10pt Tahoma,Arial,Helvetica;
	/*font: 10pt arial,'lucida grande',verdana,lucida,helvetica,clean,sans-serif;*/
	/*line-height: 1.2em; */
}
a {
	color: #3B6EBF;
	font-weight:normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	padding: 10px;
	margin: 20px auto;
	width: 974px;
	background: #fff;
	background-repeat: repeat-y;
}

#outer_wrap {
	background: #CFDF94;
}

.rounded_padding {
	padding: 4px;
}

#top { 
	background: #fff;
	height: 70px;
}

#content {
	background: #fff;
	/*border-top: solid 1px #CFDF94;
	border-left: solid 1px #CFDF94;
	border-right: solid 1px #CFDF94;*/
	/*padding: 0 40px 0 40px;*/
}

#bottom {
	background: #fff;
	height: 30px;
	/*border-left: solid 1px #CFDF94;
	border-right: solid 1px #CFDF94;
	border-bottom: solid 1px #CFDF94;*/
}


.header {
height: 70px;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF;}

.breadcrumbs { 
	color: #fff;
    background: #83ACCA; 
	/*padding: 0 0 5px 6px;*/
	height: 23px;
	width: 100%;
	text-align: left;
}

.breadcrumbs a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumb_date {
	position: relative;
	left: 2px;
	width: 100px;
}
	
.breadcrumb_left {
	position: relative;
	left: 2px;
	float: left;
}

.breadcrumb_right {
	position: relative;
	right: 4px;
	float: right;
	padding-right:4px;
}

.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
}

.right {
	float: right;	
	width: 32%;
	margin: 0 10px;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #7C9A20; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #7C9A20; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	margin: 0px auto;
	width: 924px;	
	text-align: center;
	color: #333;
	margin-top: -10px;
}

.flash_message {
	border:1px solid #c98c21;
	background-color:#efdda8;
	color:#c98c21;
	padding:5px;
	width:250px;
	font-size:12px;
	margin: 5px 0 5px 0;
}

.flash_error {
	border:1px solid #c98c21;
	background-color:#efdda8;
	color:#f22;
	padding:5px;
	width:250px;
	font-size:12px;
	margin: 5px 0 5px 0;
}


.validationmsg {
	color:#f22;
}

table td {
	padding:4px 0 4px 4px;
}

/* submenu */
#tabs5 {
	float:left;
	/*width:100%;*/
	width:660px;
	background:#fff;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #83ACCA;
	padding-left:200px;
	margin-top:-31px;
  }  
#tabs5 ul {
	margin:0;
	padding:8px 0 0 30px;
	list-style:none;
}
#tabs5 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs5 a {
  float:left;
  background:url("/images/theme/bf/tableft5.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs5 a span {
  float:left;
  display:block;
  background:url("/images/theme/bf/tabright5.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span {float:none;}
/* End IE5-Mac hack */
#tabs5 a:hover span {
  color:#FFF;
  }
#tabs5 a:hover {
  background-position:0% -42px;
  }
#tabs5 a:hover span {
  background-position:100% -42px;
  }
#tabs5 #current a {
      background-position:0% -42px;
}
#tabs5 #current a span {
      background-position:100% -42px;
}

#ha_header_links {
	text-align:right;
	margin-top: -70px;
	color: #A0A0A0;	
}

#ha_header_links a {
	color: #A0A0A0;
	text-decoration:none;
	font-weight:normal;
}

.blog_comment_timestamp {
	color: #333;
	padding: 5px 0 0 0;
	font-size: 0.8em;
}
.blog_comment {
	padding: 0 0 5px 0;
	border-bottom: dotted;
	border-width: thin;
	color: #000;
}

.views {
	color: #555;
	font-size: 0.8em;
}

.section {
	padding: 8px 8px 12px 8px;
	margin-bottom: 6px;
	background-color: #eee;
}
.section_title {
	color: #7C9A20;
	font-size: 14px;
	font-weight: bold;	
}

.options ul {
	padding: 4px 0 0 0;
	list-style:none;
}
.options li {	
	display:block;
	width: 200px;
	margin: 0;	
}
.options span {
	padding: 2px 4px 2px 4px;
	margin: 1px 0 0 0;
	background: #CFDF94;
	display:block;
}
.options a:hover {	
	color: #fff;
}
.options a:hover span {
	background: #8AAFDA;
	color: yellow;
	display:block;
}
.options #current span {
	color: #fff;
    background: #83ACCA;
}

