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

body {
	background-color: #d5dcee;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
#wrapper {
	width: 900px;
	margin: auto;
	border: 15px solid #fff;
	}
	
#banner {
	text-align:center;
	padding-bottom:10px;
	}
	
#logo {
	float: left;
	margin: 5px 15px 5px 15px;
}

#address {
	float: right;
	text-align:right;
	margin: 5px 15px 5px 15px;
}

#address p {
	padding:0;
	margin: 0;
	color: #0000CC;
	font-size:.9em;
	}
	
#globalNav {
	clear: both;
	background-color:#000;
	height: 25px;
	font-size: .9em;
	color:#fff;
	padding: 0;
	text-align:center;
	}
	
#buildingImages{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	}
	
#buildingImages1{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	height: 116px;
	background-image:url(../images/bannerbuildings1.jpg);
	background-repeat:repeat-x;
	}

#buildingImages2{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	height: 116px;
	background-image:url(../images/bannerbuildings2.jpg);
	background-repeat:repeat-x;
	}

#buildingImages3{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	height: 116px;
	background-image:url(../images/bannerbuildings3.jpg);
	background-repeat:repeat-x;
	}

#buildingImages4{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	height: 116px;
	background-image:url(../images/bannerbuildings4.jpg);
	background-repeat:repeat-x;
	}
	
#buildingImages5{
	background-color:#000;
	text-align:center;
	border-bottom:1px solid #000;
	border-top: 1px solid #999999;
	height: 116px;
	background-image:url(../images/bannerbuildings5.jpg);
	background-repeat:repeat-x;
	}
	
#content {
	background-color:#FFFFFF;
	background-image:url(../images/contentBG00.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	min-height: 300px;
	padding: 20px;
	border-bottom:1px solid #999;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#contentIndex {
	background-color:#E5E9F5;
	background-image:url(../images/indexBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top: 1px solid #fff;
	}
	
.galBord {
	border: 10px solid #fff;
	}

#content h1 {
	font-size:2em;
	color: #002dac;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	}
		
#content p {
	font-size:1.1em;
	line-height: 1.7em;
	}
	
#sidebar {
	width: 200px;
	font-size:.8em;
	color: #333;
	float: left;
	padding: 10px;
	margin-right:20px;
	}
	
#sidebar p{
	line-height:1.2em;
	}
	
#sidebar a{
	text-decoration:none;
	}
	
#footer {
	clear:both;
	}