/* css template for new sites, rev 1.0, 14-06-2005, TA */

html, body {
	margin: 0;
	border: 0;
	background: #006;
}

body, div, p {
	font-family: Tahoma;
	font-size: 12px;
	color: #535153;
}

#bodywrapper {
	background: url(../images/homebodyback.gif);
	width: 999px;
	margin: 0;
	padding: 0 0 0 1px;
	color: #535153;
	font-family: Tahoma;
	font-size: 12px;
}

#wrapper {
	background: url(../images/bodyback.gif); 
	width: 999px;
	margin: 0;
	padding: 0 0 0 1px;
}

/* change attributes of below css tags if needed, 
   but follow the structure (inherited font family 
   and size if possible etc.) */

a, a.link, a.visited, a.active {
	color: #009;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #906;
	margin: 0 0 5px 0;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #009;
}

#bodymenulinks ul {
	list-style-type: none;
	margin: 0 7px 0 3px;
}

#bodymenulinks ul li {
	display: inline;
	padding: 0 5px 0 5px;
}

#bodymenulinks a {
	font-weight: bold;
	color: #A4D4FF;
	font-size: 11px;
	line-height: 1.5;
}

/******** header ********/

#headerContent {
	height: 226px;
	width: 984px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 3px solid #63C;
}

#headerContent img {
	border: none;
	margin:0;
	padding:0;
}

#header {
	height: 74px;
	overflow: hidden;
}

#headerline {
	height: 5px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/headerline.gif) repeat-x;
}	

#headerpic {
	height: 140px;
	overflow: hidden;
	margin:0;
	padding:0;
}

/******** main ********/

#mainContent {
	margin: 0;
	padding: 0;
	width: 984px;
	background: url(../images/border_menuright.gif) top left repeat-y;
}

/******* center *******/

.centerColumn{
	margin-left: 180px;
	*margin-left: 170px;
	margin-right: 15px;	
	*margin-right: 5px;
	width: 798px;
	z-index:-1;
	padding-top:2px;
	text-align: left;
	/*border-right: 10px solid #fff;*/
}

.centerColumn h1, #mainprint h1 {
	font-size: 16px;
	color: #009;
	margin: 2px 0 6px 0;
	padding-bottom:6px;
	padding-top: 6px;
    background: url(../images/border_menuitembottom.gif) 0% 100% repeat-x;
}

.centerColumn h5, .centerColumn h4, #mainprint h4, #mainprint h5 {
	font-size: 13px;
	color: #009;
	margin: 3px 0 3px 0;
	padding: 0;
}

.centerColumn table, #mainprint table {
	float: left;
}

.centerColumn img, #mainprint img {
	margin: 0 5px 0 5px;
}

/******** left ********/

.leftColumn {
	float: left;
	width: 166px;
	z-index:1;
}

.leftColumn div {
	margin: 2px 0 0 0;
	
}

/*.leftColumn ul li {
	padding: 4px 0 4px 4px;
	border-bottom: 1px dotted #08086B;
	text-align: left;
}

.leftColumn ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.leftColumn ul li a:hover {
	color: #009;
}*/

.leftboxhead {
	clear: left;
	height: 15px;
	padding: 3px 0 2px 0;
	background: url(../images/box_header_left_bg.gif) repeat-y;
	color: #906;
	font-weight: bold;
	text-align: center;
}

/******* footer *******/

#footerContent {
	clear: left;
	border-top: 3px solid #63C;
	height: 19px;
	font-size: 10px;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
}

#wrapper #footercontent {
	color: #009;
}

#bodywrapper #footerContent {
	color: #A4D4FF;
}

#bodywrapper #footerContent a {
	color: #A4D4FF;
	text-decoration: none;
}

#footerContent a {
	text-decoration: none;
}

#footerContent a:hover {
	text-decoration: underline;
}
#news{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top:5px;
	padding-left: 20px;
}
#news .title{
	display: block;
	font-weight: bold;
	font-size:14px;	
}
#news .intro{
	display: block;
	margin-bottom:6px;	
}
#news .date{
	display: block;
	margin-bottom:6px;
}
#news .text {
	display: block;
	margin-bottom:6px;	
}
#news .author{
	display: block;
	font-style: italic;
}

#news .link a{
	display: block;
	text-decoration: none;
}

#news .link a:hover{
	text-decoration: underline;
}

