/* * * * * * * * * * CSS Page Formatting * * * * * * * * * */

html, body{ background-image: url("images/bg.jpg"); background-repeat: repeat; height: 100%; align:left; font-family: Arial; }

#container{ width: 1000px; margin: 0px auto; padding: 0px 0px 0px 0px; }

#header{ width: 1000px; height: 199px; margin: 0px auto; padding: 0px 0px 0px 0px; background-image: url("images/page-header.jpg"); }

#footer{ width: 1000px; height: 21px; font-size: 12px; background-image: url("images/page-footer.jpg"); }

#pagecontent{ margin: 0px auto; padding: 0px 0px 0px 0px; width: 1000px; background-image: url("images/page-content.jpg"); background-repeat: repeat-y; }

#leftcontainer{ 
	background-color: #FFFFFF;
	float: left;
	margin: 5px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 198px;
	}

#leftcontainer .button a:link{ 
	color: #0000FF;
	width: 197px;
	font-weight:bold;
	text-decoration: none;
	}

#leftcontainer .button a:visited{ 
	color: #0000FF;
	font-weight:bold;
	text-decoration: none;
	}

#leftcontainer .button a:hover { 
	font-weight:bolder; 
	background-color: #58CCFD;
	}
	
#rightcontainer{ float: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 745px;
	border-left: 1px Solid #58CCFD;  
	}

td{ margin: 0px;
	font-size: 22px; 
	font-style: none;
	font-weight: bold;
	}

.bigtxt{ margin: 5px 0px 0px 0px;
	color: #40527A;
	font-size: 28px;
	font-weight: bold;
	}
	
p{	padding: 10px 10px 0px 20px;
	background-color: #ffffff;
	font-size: 24px;
	text-align: left;
	}

#address{ 
	margin: 0px 0px 10px 70px;
	font-size: 18px; 
	font-style: none;
	font-weight: bold;
	}
	
.list{ padding: 0px 0px 0px 30px; color: #40527A; font-size: 16px; text-align:left; }

.dates{ color: #40527A; font-size: 24px; text-align:center; }

.dates a{ color: #40527A; text-decoration: underline; }

.dates a:hover{ color: #0000ff; text-decoration: none; }

#rightcontainer a{ color: #40527A; text-decoration: underline; }

#rightcontainer a:hover{ color: #0000ff; text-decoration: none; }

#rightcontainer a:visited{ color: #0000ff; text-decoration: underline; }

strong{ font-weight: bolder; text-decoration: underline; }

hr{ color: #58CCFD; text-align: center; margin: 0px 0px 0px 40px; }

.contactlabel{ float: left; margin: 0px auto; font-size: 18px; width: 275px; text-align: right;}
	
.contactfield { float: left; margin: 0px auto; font-size: 18px; width: 275px;}

.contactfield a{ color: #40527A; text-decoration: underline; }

.contactfield a:hover{ color: #0000ff; text-decoration: none;  }

.contactboxr{ float: left; margin: 0px auto; font-size: 18px; width: 275px; text-align: left; }

.contactboxl{ float: left; margin: 0px auto; font-size: 18px; width: 275px; text-align: right; }

.contactbutton { margin: 0px auto; width: 600px; font-size: 20px; text-align: center; }

.contactbutton input{ width: 120px; font-size: 14px; text-align: center; }


/* border: 1px Solid #ffffff; */
