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

body {
	background-image:url(../images/bkgd_tile.gif);
	background-repeat:repeat-x;
	background-color:#dbeaf8;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:90%;
	line-height:140%;
}

#frame {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header {
	width:900px;
	height:175px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#banner {
	width:900px;
	height:125px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}

#content {
	width:900px;
	height:auto;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
}

#nav {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#144a8e;
	float:right;
	margin-top:135px;
}

#footer {
	width:900px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	font-size:80%;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#144a8e;
	clear:both;
}

.leftColumn {
	width:300px;
	height:auto;
	margin-left:15px;
	float:left;
}

.rightColumn {
	width:530px;
	height:auto;
	margin-right:15px;
	float:right;
}

.column {
	width:260px;
	height:auto;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

.photoFrame {
	width:250px;
	height:188px;
	float:left;
	border:3px solid #dbeaf7;
	margin-bottom:10px;
}

.photoFrame2 {
	width:250px;
	height:335px;
	float:left;
	border:3px solid #dbeaf7;
	margin-bottom:10px;
}

.photoFrameLarge {
	width:490px;
	height:350px;
	float:left;
	border:3px solid #dbeaf7;
	margin-bottom:10px;
}

img {
	border-style:none;
}

h1 {
	font-size:110%;
	color:#144a8e;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	text-transform: uppercase;
}

a:link {
	color:#144a8e;
	text-decoration:none;

}

a:visited {
	color:#144a8e;
	text-decoration:none;
}

a:hover {
	color:#3399FF;
	text-decoration:underline;
}

a:active {
	color:#144a8e;
	text-decoration:none;
}

#footer a:link {
	color:#FFFFFF;
}

#footer a:visited {
	color:#FFFFFF;
}

#footer a:hover {
	color:#dceaf8;
}

#footer a:active {
	color:#FFFFFF;
}