@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	height: 100%; 
	border:none;
}

body {
	background-image:url(../images/layout/background.jpg);
	background-repeat: repeat-x;
}

html, body, p, li, td, th, h1, span {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#555555;
	font-size: 12px;
}

span.date {
	background-color:#F1F1F1; 
	border: 1px solid #CCCCCC; 
	padding-left:3px; 
	padding-right:3px;
}

h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#555555;
	font-size: 12px;
}

input, select, textarea {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}


#container {
	width: 977px; /* 1116 */
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
}

#content {
	vertical-align:top;
}


div#top {
	height:186px;
}


div#menu {
	background-image: url(../images/layout/menubg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	text-align:center;
	width:977px;
}

table#page {
	margin-bottom: 40px;
}

td#main {
	width: 700px;
	text-align:left;
	vertical-align: top;
	padding-right: 10px;
}

td#news {
	text-align:left;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 10px;		
}

td#banner_right {
	text-align:left;
	vertical-align: top;
	padding-top:5px;
	width:120px;
}

#footer {
	position: absolute;
	bottom: 0; 
	width: 100%;
	height: 20px;
	font-size:9px;
	color:#555555;
	text-align:center;
}

#footer a{
	color:#333333;
	text-decoration: none;
}


a {
	color:#111111;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


h1 {
	width:100%;
	font-size:14px;
	border-bottom: 1px solid #555555;
}

table.h1 {
	width:100%;
	border-bottom: 1px solid #555555;	
	margin-bottom: 18px;
	margin-top: 0px;	
}

table.h1 td {
	padding-bottom: 2px;	
}

table.h1 td#left {
	font-size:14px;
	font-weight: bold;
	vertical-align: top;
}

h1#right {
	text-align:right;
}



h2 {
	height: 30px;
	width:210px;
	text-align: left;
	background-image:url(../images/layout/header.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 14px;
}

td.left {
	vertical-align:top;
	padding-top:160px;
}




.link1 {
	color:#FFFFFF;
	text-decoration:none;
}
