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

* {margin: 0; padding: 0;}

a {text-decoration: none;}

#container {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	height: 176px;
	background: url(../images/headerbg.jpg) repeat-x;
}

#logo {
	position: absolute;
	left: 30px;
	top: 15px;
}

#titleline {
	position: absolute;
	right: 7%;
	top: 70px;
	color: #E2BF9B;
}

#address {
	position: absolute;
	right: 7%;
	top: 130px;
	color: #E2BF9B;
}

#stylephoto {
	border-style: double;
	border-color:#004438;
	display: block;
	margin: auto;
}

#stylephotoinleft {
	border-style: double;
	border-color: #004438;
	float: left;
	margin: 10px;
}

#stylephotoinright {
	border-style: double;
	border-color: #004438;
	float: right;
	margin: 10px;
}

#left {
	background:url("../images/brick6.jpg") repeat scroll 0 0 transparent;
	border: 2px solid #004438;
	vertical-align:top;
	width:15%;
}

#leftcontent {
	line-height:140%;
	list-style:none outside none;
	margin:10px;
	padding-top:10px;
	text-align:center;
}

#middle {
        font-size: 120%;
	vertical-align: top;
	padding: 10px;
	height: 500px;
	background: url(../images/paper.jpg);
}

#right {
	width: 20%;
	vertical-align: top;
	background: url(../images/brick6.jpg);
	border: 2px solid #004438;
}

#rightcontent {
	padding: 10px;	
}

#footer {
	background-color: #004438;
	text-align: center;
	padding: 20px;
}

#footercontent {
	width: 100%;
}

.navbar {
        color: #215B33;
        font-size: 130%;
        font-weight: bold;
}

.navbar:hover {
        color: #000000;
        font-size: 130%;
        font-weight: bold;
        text-decoration: underline;
}

.navbar:visited {
        color: #215B33;
        font-size: 130%;
        font-weight: bold;
}

.navbar.a {
        text-decoration: none;
}

.caption{font-family: Arial, sans serif;
        font-size: 75%;
        font-style: italic;}
		
.titles {
	color: #004438;
	font-size: 130%;
    font-weight: bold;
}

.titlesside {
	color: #004438;
	font-size: 130%;
    font-weight: bold;
	float: right;
}

.footerlinks {
	color: #E2BF9B;
	font-size: 120%;
	font-weight: bold;
}

.footerlinks:visited {
	color: #E2BF9B;
	font-size: 120%;
	font-weight: bold;
}

.footerlinks:hover {
	color: #E2BF9B;
	font-size: 120%;
	font-weight: bold;
}

.sidelinks {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.sidelinks:visited {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.sidelinks:hover {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
        text-decoration: underline;
}

.eventwhite {
	background-color: #FFFFFF;
	border: 2px solid #004438;
}

.eventdiff {
	background-color: #DDDDDD;
	border: 2px solid #004438;
}

