﻿body {
	background-image: url("images/main_bg.jpg");
	background-repeat: repeat-x;
	background-color: #370e04;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #909090;
}
table.content {
	background-image: url("images/content_bg.jpg"); 
	background-repeat: repeat-y; 
	vertical-align: top;
}
td.mainimageleft {
	vertical-align: top; 
	background-image: url("cel/images/main_image_left.jpg"); 
	background-repeat: no-repeat; 
	height: 219px; 
	width: 542px
}
td.mainimageright {
	vertical-align: top; 
	background-image: url("cel/images/main_image_right.jpg"); 
	background-repeat: no-repeat; 
	height: 219px; 
	width: 284px
}
td.bigspeech {
	width: 340px; 
	vertical-align: top; 
	padding: 26px 0px 0px 68px; 
	color: navy; 
	font-family: Times New Roman; 
	font-size: 20pt
}
td.bigspeechtext {
	vertical-align: top; 
	padding: 0px 8px 0px 34px; 
	height: 120px; 
	text-align: justify
}
td.recentnews {
	padding: 10px 0px 0px 0px; 
	vertical-align: top; 
	text-align: center; 
	color: black; 
	font-family: Times New Roman; 
	font-size: 18pt
}
td.recentnewstext {
	padding: 4px 12px 0px 12px; 
	vertical-align: top; 
	text-align: justify; 
	font-weight: bold; 
	color: black
}
td.bodycontent {
	text-align: justify; 
	vertical-align: top; 
	background-image: url("cel/images/content_fade.jpg"); 
	background-repeat: repeat-x; 
	height: 363px; 
	padding: 8px 12px 0px 12px
}
a.topmenu {
	background-image: url("images/button_bg.jpg"); 
	background-repeat: repeat-x;
	display: block;
	height: 23px;
	color: #e7e7e7;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	border: solid 1px blue;
}
a.topmenu:hover {
	background-image: url("images/button_over.jpg"); 
	background-repeat: repeat-x;
	color: white;
	border: solid 1px orange;
}
a.orangelink {
	color: orange;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.orangelink:hover {
	color: yellow;
}
a.bottomnav {
	color: orange;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.bottomnav:hover {
	color: yellow;
}
a.BlueLink {
	color: orange;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
a.BlueLink:hover {
	color: yellow;
}
.linkedimage {
	border: none;
}
h1 {
    font-size: 10pt;
    font-weight: bold;
    color: orange;
}
h2 {
    font-size: 10pt;
    font-weight: bold;
    color: White;
}





