body {
	background: #ddd url(images/rainbow_back.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #0e0b0a;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #ccbc3b; border-bottom: 0px solid #ccbc3b; }
a:hover { border-bottom: 1px solid #ccbc3b; color: #ccbc3b; }

a:hover img{ 
	border-bottom: 1px solid #ccc;
	
	}

#container {
	margin: 30px auto;
	width: 740px;
	background: #fff url(images/dot_line.gif) repeat-y 163px;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
#header {
	background: #ccbc3b url(images/header.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	
	height: 83px
	}	
	
	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	
	
	
#nav {
	background: #ccbc3b; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.4em;
	}
	
	
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #ccbc3b;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 6px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #3c312a; }
#nav li a.on { background-color: #3c312a; color: #fff; }


/*multi column layout from: http://www.alistapart.com/articles/multicolumnlayouts/ ; used keep sidebar and content of equal height regardless of which one has more content*/
#container2{
  background-color:#fff;
  float:left;
  width:15px;
  border-left:150px solid #f6f6f6; 
  /* The width and color of the left rail */
  border-right: 575px solid #f6f6f6; 
  /* The width and color of the right rail */
  margin: 0px 0px 5px;
  background: #fff url(images/dot_line.gif) repeat-y 50%;
  
}
/*sidebar*/
#leftRail{
  float:left;
  width:150px;
  margin-left: -150px;
  position:relative;
}
/*dashed graphic*/
#center{
  float:left;
  width:15px;
  margin-right:-500px;
  border: 0px solid #000;
  
}
/*main content area*/
#rightRail{
  float:right;
  width:575px;
  margin-right:-575px;
  position:relative;
}

.pageheader {

	text-align: left;	
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding: 5px 0px 5px 0px;
	border: 0px solid #000;
}

.bodycopy {
	padding: 0px 10px 0px 20px;
	line-height: 16px;

	}
#sidebar {
	float: left;
	width: 130px;
	position: relative;
	line-height: 15px; 
	word-spacing: 2px;
	
	padding: 20px 0px 0px 10px;
	border: 1 px solid red;
	border-bottom: 1px dashed #d6d6d6; 
	font-size: 9pt;
	
	}



#content {
	float: left;
	width: 575px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left; 
	
	border: 0px solid #ccc;
	}	
#content div { 
	background-color: #f6f6f6;
	
	}	


#sidebar h3, #content h3 { 
	font-size: 10pt; 
	color: #0e0b0a; 
	margin: 0 10px 0 0; 
	cursor: default;
	border: 0px solid #000
	}

#content div { 
	padding: 20px 40px 20px 25px; 
	border-top: 1px solid #ddd; 
  	border: 0px solid #ccc;
  	line-height: 15px; 
  	word-spacing: 1px;
  	text-align: justify;
	}	
	
#sidebar div { 
	padding: 20px 0px 20px 0px; 
	line-height: 15px; 
  	word-spacing: 1px;
  	border: 0px solid #ccc;
 
	}	
	

#nav2 {
	background-color: #f6f6f6; 
	border: 0px solid #000;
	margin: 5px 0px 5px 0px; 
	padding: 0px;
	height: 17px;
	clear: both;
	text-align: center;
	}

#nav2 a { color: #0e0b0a;}

#nav2 a:hover { border-bottom: 0px solid #ccbc3b; color: #ccbc3b; }
	
#footer {
	background: url(images/footer.png) no-repeat 100% 0;
	height: 68px;
	border: 1px solid #000;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #fff;
	font-size: 0.8em;
	padding: 0px 30px 0px 30px;
	line-height: 11px;
	clear: both;
	border: 0px solid #ccc;
	margin: 0px -10px -5px 0px;
	}
	
#footer a { text-decoration: none; color: #fff; border-bottom: 0px solid #fff; }
#footer a:hover { border-bottom: 1px solid #ccbc3b; color: #ccbc3b; }

#shadow{
	background-image: url(images/slice_shadow.png);
	background-repeat: repeat-y;
	background-position: 51% 35px;
	/* margin-top: 5px
	margin-left: auto;
    margin-right: auto;
	width: 750px: */
	}

	
.h1 { 
	font-size: 20pt;
	font-weight: bold;
	padding: 10px 15px 30px -15px; 
	border: 0px solid #ccc;
  	line-height: 17px; 
  	word-spacing: 1px;
	}	
	
.sidebarpic img{ 
	margin: 0px 20px 20px 20px;
	border: 0px solid #ccc;
	

	}

#sidebar img{ 
	border: 1px solid #ccc;
	}

#sidetext{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h2{ 
	font-size: 17px;
	color: #ccbc3b;
	line-height: 21px;
	}

/* STYLE FOR THE NEWS POSTS ON HOME PAGE */

.date { 
	font-size: 10px;
	color: #a3a3a3;
	font-weight: roman;
	text-transform: uppercase;
	border: 0px solid #000;
	}
	
.post_title, .post_short { padding: 0px 0px 0px 0px;}
.post_title { font-weight: bold; font-size: 13px; color: #000000;}
.post_date { text-align: right; font-weight: bold; }
.newstext { text-align: left; font-size: 12px; padding-bottom: 5px; line-height: 16px; color: #454545;}
.photo { padding: 1px; border: 1px solid #a2a2a2; }
.more { text-transform: uppercase; font-size: 10px;}
.divider{ padding: 10px 0px 0px 0px; border-top: 1px solid #a3a3a3; }
