@charset "UTF-8";

/* CSS for homepage */
body, div, span, table, tr, td, p, h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*background-image:url(images/pagebck.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
}

body {
	text-align: center;
	background-color:#e2e2e2;
	font-size:12px;

	margin-top:40px;
}

div#container {
	background:white;
	border:2px solid #CCC;
	margin: 20px auto;
	width:960px;
	
	
 /*  background-image:url();
	background-position:top center;
	background-repeat:no-repeat;*/
}

b.rtop, b.rbottom {
	display:block;
	background: #515151
}

b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: white
}

b.r1 {
	margin: 0 5px
}

b.r2 {
	margin: 0 3px
}

b.r3 {
	margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #515151;
}

#container strong {
	color:#364027;
}

.inner_container {
	padding:18px;
}

#page-header{padding:18px; margin: 10px 0;}

.coverImg {
	border:1px solid #CCC;
}

.small {
	font-size:10px;
}

hr {
	margin:6px 0 4px 0;
	color:#515151;
}

h1 {
	margin:6px 0;
	color:#364027;
	font-size:20px;
}

h3 {
	font-weight:bold;
	color:#364027;
	border-bottom:1px solid #CCC;
}

.page_header {
	width:200px;
	float:right;
	text-align:right;
	color:#BA543B;
}

.date {
	width:400px;
}

.nav {
	color:#333333;
	font-weight:bold;
}

.nav a:link {
	padding:0 10px;
	color:#333333;
	text-decoration:none;
}

.nav a:visited {
	padding:0 10px;
	color:#333333;
	text-decoration:none;
}

.nav a:hover {
	padding:0 10px;
	color:#BA543B;
	text-decoration:underline;
}

.nav a:active {
	padding:0 10px;
	color:#333333;
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color:blue
}

a:visited {
	text-decoration:none;
	color:blue
}

a:hover {
	text-decoration:none;
	color:#BA543B;
}

a:active {
	text-decoration:none;
	color:blue;
}

.listStyle {
	padding:0;
	margin-left:0;
	margin-top:4px;
	margin-bottom:10px;
	font-size:1em;
	list-style-image:url("images/bullet_orange_list.gif");
}

.listStyle li {
	margin-left:16px;
}

.clearfloat{
	clear:both;
	line-height:0;
	height:0;
	font-size: 1px;
}

.photo{border:1px solid #CCC;}

.menu{background-color:#333333;height:4px; margin-bottom: 2px;}

#col1{float:left;width:460px;margin:right:4px;}
#col2{float:left;width:460px;margin:}