* {
	padding: 0;
	margin: 0;
	}

body {
	font:62.5%/1.5 Tahoma, Verdana, sans-serif;
	padding-bottom: 20px;
	background: #501B49;
}
img {border:none;}

#bodyWrapper {
	width:100%;
	margin:auto;
	background: #fff url(../images/bgPage.gif) repeat-y;
}
#mainContent {

}

#contextImg {
	position: absolute;
	bottom: 0px;
	right: 0;
	}
/*left bar*****************************************************************/
#leftBar {
	float:left;
	width:171px;
}
#leftBar ul {
	margin:40px auto 0 3px;
	padding:0;
	list-style:none;
}
#leftBar li, #leftBar li a {
	width:169px;
	height:54px;
	display: block;
}
#leftBar li img {
	width:169px;
	height:54px;
	position:relative;
}

#leftBar li a.cm1 {
	background:url(../images/1.gif) no-repeat left top;
}
#leftBar li a.cm1:hover {
	background:url(../images/1.gif) no-repeat left bottom;
}
#leftBar li a.cm2 {
	background:url(../images/2.gif) no-repeat left top;
}
#leftBar li a.cm2:hover {
	background:url(../images/2.gif) no-repeat left bottom;
}
#leftBar li a.cm3 {
	background:url(../images/3.gif) no-repeat left top;
}
#leftBar li a.cm3:hover {
	background:url(../images/3.gif) no-repeat left bottom;
}
#leftBar li a.cm4 {
	background:url(../images/4.gif) no-repeat left top;
}
#leftBar li a.cm4:hover {
	background:url(../images/4.gif) no-repeat left bottom;
}
#leftBar li a.cm5 {
	background:url(../images/5.gif) no-repeat left top;
}
#leftBar li a.cm5:hover {
	background:url(../images/5.gif) no-repeat left bottom;
}
#leftBar li a.cm6 {
	background:url(../images/6.gif) no-repeat left top;
}
#leftBar li a.cm6:hover {
	background:url(../images/6.gif) no-repeat left bottom;
}
#leftBar li a.cm7 {
	background:url(../images/7.gif) no-repeat left top;
}
#leftBar li a.cm7:hover {
	background:url(../images/7.gif) no-repeat left bottom;
}
#leftBar li a.cm8 {
	background:url(../images/8.gif) no-repeat left top;
}
#leftBar li a.cm8:hover {
	background:url(../images/8.gif) no-repeat left bottom;
}

/*header*****************************************************************/
#header {
	margin-left:175px;
	background:#501b49;
}
#phrase {
	padding:29px 0 19px 40px;
	background:url(../images/bgLeftColHeader.gif) repeat-y left;
}
#header ul {
	background:#c00043 url(../images/bgLeftColMenu.gif) repeat-y top left;
	margin:0;
	padding:3px 0 0 0;
	min-height:23px;
	list-style:none;
	font-size: 1.2em;
}
#header li {
	padding:0 0 0 3px;
	display:inline;
}
#header li a {
	padding:5px 5px 7px 5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#header li a:hover, #header li.here {
	background:#501b49;
	padding:5px 5px 7px 5px;
	font-weight:bold;
	color:#fff;
	}
	
#header #menuCol ul {
	background: #501B49 url(../images/bgLeftColMenuII.gif) repeat-y top left;
	}
#header #menuCol ul li a:hover, #header #menuCol ul li.here {	
	background: none;
	color: #E6C02E;
	}

/*content*****************************************************************/
#content {
	margin-left:175px;
	background: url(../images/bgLeftColContent.gif) repeat-y;
}

#newsCol {
	float:right;
	width:168px;
	margin-top:4px;
}
#news {
	border:1px dotted #666;
	padding:2px;
	margin:4px 4px 10px 0;
	clear: both;
}
#news h3 {
	font-size:1.4em;
	background:#c00043;
	color:#fff;
	padding:0 4px;
	margin:0;
}
#news div {
	background:#c00043;
	text-align:right;
}
#news ul {
	margin:5px 0;
	padding:0 15px;
	list-style: none;
}
#news li {
	margin:5px 0;
	line-height:1.2em;
	font-size:1em;
	background: transparent url(../images/bulletNews.gif) no-repeat 0% 4px;
	padding-left: 10px;
}
#news li a {
	color:#333;
	text-decoration:none;
}
#news li a:hover {
	color:#c00043;
}
#news div a {
	color:#fff;
	text-decoration:none;
	background:url(../images/bulletNewsLink.gif) no-repeat right;
	padding-right:10px;
	margin-right:5px;
	font-size:1.1em;
}
#news div a:hover {
	font-weight:bold;
}

p, ul, dl, ol {
	margin: 10px 0;
	}
blockquote {
	margin: 10px 20px;
	}
	
#home #txt p, #home #txt ul, #home #txt dl, #home #txt ol{
	margin: 0 0 10px 0;
	}

#txt {
	margin-right: 185px;
	padding:15px 0 15px 15px;
	text-align: justify;
	font-size: 1.2em;
}

#txt h1 {
	font-size:170%;
	color:#8e005f;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
}
#txt h2 {
	font-size:140%;
	color:#c00043;
	margin:10px 0 0 0;
	padding-bottom:0;
	font-weight: normal;
	text-align: left;
}
#txt h3 {
	font-size:120%;
	color:#c00043;
	margin:10px 0 0 0;
	padding-bottom:0;
	text-align: left;
}
#txt h4 {
	font-size:110%;
	color:#c00043;
	margin:10px 0 0 0;
	padding-bottom:0;
	text-align: left;
}

#txt ul {
	list-style: none;
	margin: 15px 0;
	list-style-position: inside;
	}
#txt ul li {
	background: transparent url(../images/bulletTXT.gif) no-repeat 0% 5px;
	padding-left: 10px;
	}
	

/*footer*****************************************************************/
#footer {
	clear:both;
	background:#c00043;
	min-height:19px;
	color:#fff;
	font-size: 1.1em;
	padding:2px 0 0 20px;
}


#pic {
	float:right;
	margin:-177px -2px 0 0;
	position:relative;
}
#pic div {
	color:#C00043;
	position:absolute;
	top:140px;
	left:-125px;
	width:150px;
	font-size:90%;
	line-height:12px;
}
#copyright {
	float:left;
}
#footer ul {
	margin:0 0 0 275px;
	padding:0;
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 5px 0 0;
}
#footer li a {
	color:#fff;
	text-decoration:none;
}
#footer li a:hover {
	color:#E6C02E;
}

/* N E W S  L I S T I N G */

#nl_pages {margin-top: 10px;}
#nl_pages #nl_currentpage {border: 1px solid blue;padding: 2px; margin: 2px; background-color: rgb(90, 132, 158); color: white;}
#nl_pages .nl_off {border: 1px solid #CCCCCC; padding: 2px; margin: 2px}
#nl_pages a {border: 1px solid rgb(203, 227, 241); padding: 2px; margin: 2px; text-decoration: none; color: black;}
#nl_pages a:hover {border: 1px solid #000066; background-color: white; }
#nl_archivelist ul{list-style-type: none; margin-left: 15px; padding-left: 0px;}
#nl_archivelist ul ul{list-style-type: square;margin-left: 	35px;}
.nl_month {font-weight: bold;}
.nl_summaryPost {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	}
#content .nl_summaryPost h3 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 0;
	}
	
/* U T I L I T Y */

.imgFloat {
	float: left;
	width: 229px;
	}
	
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-block;}

	
#txt ul.noBullets li {
	background: none;
	}
	
#newsCol blockquote {
	clear: both;
	width: 160px;
	padding: 5px 8px;
	w\idth: 144px;
	background: #FAC8C1;
	margin: 15px 5px;
	text-align: left;
	}
#newsCol blockquote h2 {
	font-size: 1.25em;
	margin: 0;
	color: #ED1848;
	}
#newsCol blockquote cite {
	font-style: normal;
	display: block;
	padding-top: 5px;
	font-size: 99%;
	color: #000;
	}
	
/* F O R M S */

fieldset {
	border: none;
	}
	
#EmailForm {
	margin: 20px 0;
	}
#EmailForm dl {
	margin-bottom: 15px;
	}
#EmailForm dt {
	margin-top: 15px;
	}
#EmailForm .ftext, #EmailForm select {
	width: 17em;
	height: 1.4em;
	}
#EmailForm .ftextarea {
	width: 17em;
	height: 5em;
	}
	
.error {
	padding: 3px;
	color: #C00043;
	font-weight: bold;
	display: inline;
	border: 1px dotted #E6C02E;
	}
	
/* T A B L E S */

table {
	width: 95%;
	margin: 10px 0;
	border-top: 1px solid #E6C02E;
	border-right: 1px solid #E6C02E;
	}
	
table td {
	border-left: 1px solid #E6C02E;
	border-bottom: 1px solid #E6C02E;
	vertical-align: top;
	padding: 4px;
	}
	
.even {
	background: #f1f1f1;
	}
.odd {
	background: #f8f8f8;
	}

	
	
/* P A G E  S P E C I F I C */

#newsCol img#numbers {
	float: right;
	width: 167px;
	margin-bottom: 20px;
	}
	
#contactus #txt {	
	background: transparent url(../images/faces.jpg) no-repeat top right;
	}
	
.team h2 {
	clear: left;
	}
	
/* S E A R C H */

.AS_ajax_highlight {
	color: #C00043;
	font-weight: bold;
	}
	
.AS_ajax_result {
	margin: 15px 0;
	}