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


html {
	height: 100%;
	}

body {	
	background-image: url(template/background-tiled.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: none; 
	text-align: center;
	color: #000000;
	height: 100%; 
}

h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size:36px;
}

h2 {
	font-family: Calibri;
	font-weight: normal;
}

h3 {
	display: inline-block;
	color: #939393;
}


p {
	font-size: 1em;	
	font-family: Calibri;
	font-weight: normal;	
	padding: 0px;
}

div.background_shadow {
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
	position: relative;
	border: none; 
    float: none;
	width: 1036px;
	text-align: center;
	background-image: url(template/background_shadow.png);
	background-repeat: repeat-y;	
	min-height:100%;
}


div.page_container {
	margin: 0px auto 0px auto;
    padding: 0px 0px 25px 0px;
	background-color: #ffffff;
	position: relative;
	display: block;
	border: none; 
    float: none;
	width: 984px;
	min-height:100%;
	text-align: center;
	background-image: url(template/news_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
}

.logo {	
	background-image: url(template/logo.jpg);
	width: 800px;
	height: 149px;
	display: block;
	float: left;
}
 
div.menubar {
	background-image: url(template/menu_bar_expand.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 28px;
	float: left;
	
}

div#menu {
	width: 800px;
	height: 28px;
}

div#menu ul {
	padding: 4px 0px 0px 4px;
}

div#menu ul li {
	padding: 0px 22px 0px 22px;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 28px;
}

div#menu ul li.currentpage {
	padding: 0px 22px 0px 22px;
	margin: 0px;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 28px;
	width: auto;
	list-style-type:none;
}
 
div#menu a:active {
	color: white;
	text-decoration: none;
}

div#menu a:link {
	color: white;
	text-decoration: none;
}

div#menu a:visited {
	color: white;
	text-decoration: none;
}

div#menu a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


.column_left {
	background-color: #ffffff;
	display: block;
	width: 800px;
	height: auto;
	float: left;
	text-align: left;
}

.column_right {
	display: block;
	width: 184px;
	height: auto;
	float: right;
	text-align: left;
}

div.content_main {
	width: 800px;
	height: auto;
	float: left;
}

div.content_left {
	width: 304px;
	height: auto;
	float: left;
}

div.content_right {
	width: 225px;
	height: auto;
	float: right;
} 


div.content_main h1 {
	font-family: Calibri;
	font-weight: normal;
	font-size:36px;
	color: #000000;
	padding: 30px 0px 30px 15px;
}

div.content_main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding: 10px 0px 5px 15px;
}

div.content_main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px 15px 15px 15px;
}

div.content_main p.titlepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px 15px 15px 15px;

}

div.stockticker_area {
	background-image: url(template/stockticker_area.jpg);
	width: 185px;
	height: 89px;
}

div.stockticker_area ul {
	text-align: center;
	padding: 5px 0px 8px 0px;
	margin: 0px;

}

div.stockticker_area ul li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;

}

div.news_header {
	background-image: url(template/news_header.jpg);
	width: 185px;
	height: 28px;  	
}

div.news_header h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}

div.news_area {
	width: 185px;
}

div.news_area ul {
	list-style-type:none;
	padding: 5px 8px 0px 8px;
	
}

div.news_area ul li {
    list-style-type:none;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	
}

div.news_area ul li a {
	text-decoration: none;
	color: #630000;
	
}

div.news_area ul li a:hover {
	text-decoration: none;
	color: #b00101;
	
}

div.news_area p {	
	font-size: 0.8em;
	font-weight: bold;
}

div.news_area h4 {
	color: #000000;
	font-weight: bold;
	
}

div.footer {
	background-image: url(template/footer.png);
	margin: 0px auto 0px auto;
	display: block;
	width: 1036px;
	height: 27px;
	position:absolute;
	bottom:0px;
}

div.footer p {
	color: #ffffff;
	margin: 0;
	padding: 6px 33px 0px 0px;
	font-size: 13px;
	text-align: right;
}

div.footer a {
	color:white;
	text-decoration:none
}

div.footer a:hover {
	color:white;
	text-decoration:underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	clear:both;
    font-size: 1px;
    line-height: 0px;
}

a {
color:black;	
}

a:hover {
color: #630000;
}