

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #A78FDC ;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
}
.topheader{
	background:#371F6C;
	height:5px;
}
#headertable{
	height:99px
}
p,code,ul {padding-bottom: 1.2em; line-height:180%}

li {list-style: none; line-height:180%}

h1 {font: normal 1.5em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #666; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 6px;
	padding-top:0px;
	width: 780px;
	padding-bottom:0px;
}

.outer-container {
	background: no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	/*background: #222 url('img/header.jpg') no-repeat;*/
	height: 99px;
	margin-bottom: 1px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: url(img/menubg.jpg) repeat-x ;
	color: #FFF;
	font: normal 0.9em Verdana,sans-serif;
	padding-top:8px;
	padding-left:120px;
	padding-bottom:8px;
	
	font-weight:bold;
	font-size:11px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	
}
.path a:hover {
	color: #DABF6A;
	
}

/* main */
.main {
	background: ;
	border-top: 0px solid #FFF;
	padding: 0px 0px 0px 0px;
	padding-top:0px;
}
.main h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#371F6C;
	text-decoration:none;
	border-bottom:0px;
}


/* content */
.content {
	float: right;
	width: 538px;
	padding-right:28px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style:circle;
	
	margin-left: 0px;
	line-height:180%;
	text-align:justify;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 180px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px dashed #EAEADA;
}
.navigation li {border-bottom: 1px dashed #EAEADA; padding-top:0px; margin-top:0px; }
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: url(img/menubg.jpg) repeat-x ;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	font-size:11px;
	
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
#f img{
border:1px solid #949490;
padding:3px;
}
#welcome{
	padding-top:5px;
	padding-left:10px;
	
}
.center{
	text-align:center;
}
.titlebg{
	background:url(img/titlebg.jpg) repeat-x;
}
.thin{
	width:1px;
}
.contenttext{
	line-height:180%;
}

.news li{
	list-style:none;
	list-style-image:url(img/li.jpg);
	margin-left: 30px;
	line-height:180%;
	text-align:justify;
	vertical-align:middle;
	
	
}
.textfield{
	background:url(img/inputbg.jpg) repeat-x;
	border:1px solid #371F6C;
}
.button{
	border:1px solid #371F6C;
	font-size:11px;
	color:#371F6C;
	background:#DABF6A;
}
.pic{
border:1px solid #fff;
padding:5px;
}
.ewTableHeader {
	background-color: #544c6b; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}
.ewTableHeader2 {
	background-color: #A3A3A3; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}
.ewTable {
	 /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
.blacktext{
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
line-height:120%;
text-decoration:none;
}
.formbuttons{
	background-color:#D8BF6B;
	border:1px solid #fff;
	padding:3px;
	color:#FFF;
}
 #newsTable{
background:#F5F5F5;
width:550px;

}
#newsTable a{
text-decoration:none;
}
#newsHeader{
background-color:#254152;
color:#FFFFFF;
font-weight:normal;
width:100%;
height:20px;
font-size:12px;
margin-bottom:3px;
padding-left:10px;
}
.news{
padding-right:10px;
padding-left:10px;
}
.news h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
padding-bottom:3px;
}
.news p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
text-align:justify;
}
.newspic{
padding-top:8px;
padding-left:20px;
}
.newspic img{
width:80px;
height:80px;
border:1px solid #325380;
padding:0px;
}
#newsbody{

width:100%;
padding-bottom:2px;
}
#mainNewsBody{


padding-left:5px;
padding-right:15px;
text-align:justify;
line-height:150%;
font-size:12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}
#mainNewsBody h2{
font-size:1.3em;
padding-right:5px;
padding-left:0px;
font-family: Arial, Helvetica, sans-serif;

}
#mainNewsBody td{

padding-right:15px;
padding-left:5px;

}
.newsStats.yes
{
border-top:0px solid #666; 
background: url(../images/postedbg.JPG) repeat-x; 
height:15px; 
padding-right:5px;
font-size:0.8em;
color:#666;

}
#newsTitle{
font-size:22px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
height:30px;

}
#newsTitle2{
font-size:18px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
height:30px;
}
#newsTitle2 a{
	text-decoration:none;
	
}
#posted td{
border-bottom:0px dotted gray;

}
#posted2 td{
border-top:0px dotted gray;

}
#date{
font-size:11px;
font-weight:normal;
}
