body {
	margin: 0;
	background: #E6E1CF;
}

.main-heading {
	background: url('images/top_right.jpg') no-repeat;
	height: 213px;
	padding: 0;
}

.main-heading-title {
	background: #efefbf;
	font: 210% Georgia;
	width: 58%;
	height: 65px;
	padding: 0px 1% 0px 1%;
	text-align: center;
	vertical-align: middle;
}
.main-heading-title a{
	text-decoration:none;
	color: #444;
}

.main-heading-caption {
	background: #C82B2B;
	color: #eee;
	font: 10pt Verdana;
	width: 58%;
	padding: 0 1% 0 1%;
	text-align: center;
	vertical-align: middle;
}

.headertitle {
	margin-top: 0px;
	padding-top:10px;
}

/***********************************************/
/*
.nav {
	background-color: #807859;
	color: #efefbf;
	font: 12pt Georgia;
	padding: 5px;
	float: left;
	width: 740px;
}

.nav a {
	color: #efefbf;
	text-decoration: none;
	padding:5px;
	display: inline;
	border-left: 5px solid #807859;
}

.nav a:hover {
	background: #efefbf;
	color: #444;
	border-left: 5px solid #C82B2B;
}
*/
/************************************************/

.content-wrapper {
	background: #FFFFE5;
	color: #444;
	font: 12pt Georgia;
	float: left;
	width: 750px;
	background-image: url('images/column_bg.png');
	background-repeat: repeat-y;
	background-position: left;
	border-right: 2px solid #000;
}

.content-column-1 {
	float: right;
	width: 540px;
	padding: 5px 5px 0px 5px;
	font-size: 11pt;
	display: table-cell;
	margin-bottom: 1em;
	line-height: 2em;
}

.content-column-1 p{
	margin-left:5px;
}

.content-column-1 a{
	color: #C82B2B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #C82B2B;
}

.content-column-1 a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}

.content-column-2 {
	float:left;
	width:190px;
	padding: 5px 5px 0px 5px;
	font-size: 10pt;
	color: #E6E1CF;
	line-height: 1.5em;
}
*:first-child+html .content-column-2 {
	margin-top:15px;
}
/****************************************/
.leftmenu{
	color: #E6E1CF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #E6E1CF;
}
.leftmenu:hover {
	background: #efefbf;
	color: #444;
	font-weight:bold;
	border-left: 5px solid #C82B2B;	
}
.active{
	background: #efefbf;
	color: #444;
	font-weight:bold;
	border-left: 5px solid #C82B2B;
}

.leftmenu2{
	color: #E6E1CF;
	text-decoration: none;
}
.leftmenu2:hover {
	background: #efefbf;
	color: #444;
}
.active2{
	background: #efefbf;
	color: #444;
}

.L1{
	margin: 0px 0px 0px 2em;
	padding: 0px;
}

/*******************************************/



.content-column-2 img{
	border: 2px solid #E6E1CF;
}

.article-image {
	float: left;
	margin: 5px;
	border: 2px solid #000;
}


h1 {
	text-align: left;
	font-size: 14pt;
	border-bottom: 1px solid #000;
	background-image:url(images/324-1.gif);
	padding-left:25px;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

h2 {
	margin:0px 15px 5px 5px;
	text-align: left;
	font-size: 13pt;
	border-bottom: 1px solid #000;
}

h3 {
	margin:0px 15px 5px 5px;
	text-align: left;
	font-size: 12pt;
	/*border-bottom: 1px solid #000;*/
}

h4 {
	margin:0px 15px 5px 5px;
	text-align: left;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}


h5 {
	margin:0px 15px 5px 5px;
	text-align: left;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}


h6 {
	margin:0px 15px 5px 5px;
	text-align: left;
	font-size: 8pt;
	border-bottom: 1px solid #000;
}

.footer {
	clear:both;
	width: 750px;
	background-color: #807859;
	color: #efefbf;
	text-align: center;
	vertical-align:middle;
	padding: 8px 0px 8px 0px;
	margin-top:10px;
}

.footer a{
	color: #efefbf;
	text-decoration: none;
	border-bottom: 1px solid #efefbf;
}

.footer a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}

.seperator {
	margin-top:-15px;
	text-indent:-9999px;
	border-bottom: 1px solid #E6E1CF;
}

.newslist, .linklist, .pdflist{
	margin:auto auto 20px 25px;
	padding-left:0px;
	padding-bottom:0px;
	width: 490px;
}
.newslist li, .linklist li{
	text-decoration:none;
	list-style:none;	
}
.pdflist li{
	text-decoration:none;
	list-style:none;
	background-image : url(images/pdf.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
	padding-left : 20px ;
}

.banner_Table{
	margin:10px;
}
.banner_Table td{
	height:90px;
	width:260px;
	text-align:left;
}
.banner_Table img, .banner_Table a{
	border: 0px;
}
.linklist li{
	margin-bottom:7px;
	margin-top:7px;
}
.linklist a, .linklist img{
	border: 0px;
}

.B_crumbBox {
	font-size: 80%;
}
.contentlist {
	margin-left: 25px;
	margin-bottom: 20px;
}
.contentlistintrotext {
	font-size: 90%;
	display: block;
	padding-left: 20px;
}

.top_com{
font-size:15px;
padding:0px 10px 0px 10px;
letter-spacing:1px;
/*font-style:italic;*/
/*font-weight:bold;*/
}

