﻿
#HomePageTitle {
  font: 3em "Times New Roman", Times, serif; 
  color: #444; 
  text-align: left;
  /*border: 1px #444 solid;*/
}

table {
	margin: 0 auto;
	/*width: 100%;*/
}

.table_border {
	margin: 20px 0 20px 0;
	/*border: 1px red solid;*/
}

th {
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	/*border-right: 1px dotted #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 3px 6px 3px;
	/*background-color: #388484;*/
	width: 40%
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}


.tdHomePage {
    font: 1.1em Verdana, Arial, Helvetica, sans; 
	/*border: dotted 1px #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 3px;*/
	color: #444;
	text-align: left;
	vertical-align: top;
	/*empty-cells: show;
	border-collapse: separate*/
}


.newsHeadLine
{
	/*word-spacing: normal;
	color: #477777;*/
	font: 1.1em Verdana, Arial, Helvetica, sans; 
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsHeadLine a
{
	color: #477777;*/
}

.newsHeadLine a:hover
{
	color: #599797;*/
}

.eventTitle
{
	word-spacing: normal;
	font: 0.9em Verdana, Arial, Helvetica, sans; 
	font-weight: normal;
	text-align: left;
	/*margin: 0;
	margin-top: 0px;
	margin-bottom: 0;*/
}

.eventShowTitle 
{
	font: 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: White;
	/*border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background-color: #388484;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}
.eventShow
{
	font-size: medium;
	word-spacing: normal;
	text-align: justify;
}

/*img 
{
    border: 0px #ccc solid;
    margin: 0;
    padding: 0px;
}*/

#home_wrap {
	width: 100%;
	height: 308px;
	/*margin: 0 auto;*/
	background: #1A4343 url('../images/homestripe.gif');
}

#intro {
	width: 1000px;
	height: 290px;
	margin: 0 auto;
	/*background: #1A4343 url('../images/homestripe.gif');
	border: 1px dotted #000;*/
}

#intro_image {
    float: left;
    /*width: 442px;
    height: 260px;
	background: #1A4343 url('../images/homestripe.gif');
	border: 1px dotted #000;
	margin-top: 15px;*/
}

#intro_message {
    float: right;
    width: 500px;
	margin: 0 auto;
	/*background: #1A4343 url('../images/homestripe.gif');
	border: 1px dotted #000;*/
}

#home_content {
	width: 1000px;
	margin: 0 auto;
	/*border: 1px dotted #000;*/
}

#sitedetails {
	float: left;
	width: 450px;
	/*border: 1px red dotted;*/
	margin-top: 10px;
}

#infobox {
	float: right;
	margin-left: 20px;
	/*border: 1px red dotted;
	background-image: url('../images/infobox.jpg');*/
	width: 506px;
	/*height: 329px;*/
	margin-top: 10px;
	text-align: left;
}

#infobox_top {
	background-image: url('../images/infobox_top.gif');
	margin: 0;
	padding: 0;
	width: 506px;
	height: 15px;
}

#infobox_bottom {
	background-image: url('../images/infobox_bottom.gif');
	margin: 0;
	width: 506px;
	height: 15px;
}

#infobox_content {
	background: url('../images/infobox_bck.gif') repeat-y;
	margin: 0;
	width: 506px;
	padding-bottom: 1px;
}

#infobox h2 {
    font-family:"Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-left: 25px;
	margin-bottom: 3px;
}

#infobox a {
    text-decoration: none;
	color: #477777;
}

#infobox p {
	font-size: 1.1em;
	width: 475px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#infobox p img {
	float: left;
	margin-right: 10px;
}



