body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

textarea, input{
	margin: 0px;
	padding: 0px;
	border: solid 1px #a0a0a0;	
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
h1 {
	padding: 5px 0px 5px 0px;
	margin:  0px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4EFD2;
}
h2{
	padding: 0px;
	margin: 0px;
	border: none;
}
p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/* hold the page in the center and set the width */
.pageoutline{
	width: 680px;
	margin: 0px auto;
	border: none;
}

/* Header styles */
.topblurb{
	background-color: #526489;
	float: left;
	width: 220px;
	margin: 0px;
	background-image: url(images/top-banner.jpg);
	background-repeat: no-repeat;
   	background-position: bottom right;	
}
.toplogo{
	height: 126px;
	width: 450px;
	text-align: right;
	background-image: url(images/top-logo.gif);
	background-repeat: no-repeat;
   	background-position: bottom right;	
	margin: 0px 0px 10px 10px;
	float: right;
}
.topphotos{
	float: right;
	width: 460;
	padding: 0px 0px 0px 0px;
}
.topphotos a{
	border: none;
}
.topphotos img{
	border: none;
	padding: 0px 0px 0px 10px;
}
.logotext1{
	color: #526489;
	text-align: left;
	padding: 5px 0px 0px 15px;
	font-size: 3em;
	font-weight: bold;
}
.logotext2{
	color: #000;
	text-align: left;
	padding: 5px 0px 0px 15px;
	font-size: 1.5em;
	font-weight: bold;
}
.logolink{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	color: white;
	position: relative;
	top: 20px;
}
.sidebar{
	float: left;
	color: #fff;
	background-color: #526489;
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

.sidebar a{
	color: #F4EFD2;
	/*text-decoration: underline; */
}
.sidebar a img{
	text-decoration: none;
	padding: 3px;
}


.menubar{
	width: 430px;
	float: right;
	text-align: center;
	background-color: #1b4089;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
.menubar a{
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
.menubar a:hover{
	background-color: #8ac;
	border: solid 1px white;
}
.content{
	float: right;
	width: 450px; 
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: justify;
}
.contentform{
	background-color: #DED59B;
	background-color: #FDFEEC;
	background-color: #F4EFD2;
	background-color: #daeafa;
	text-align: right;
	width: 410px;
	padding: 10px;
	border: solid 1px #c0c0c0;
}
.contentinput{
	padding: 2px;
	margin: 5px;
	border: none;
	width: 250px;
	border: solid 1px #c0c0c0;
}
.contentbuttons{
	color: #1b4089;
}
.gallery{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.gallerybutton{
	background-color: #f0f0f0;
	border: solid 1px #e0e0e0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;	
	margin: 0px 10px 10px 0px;
	padding: 2px 10px 2px 10px;
}
.photo{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
.photo img{
	background-color: #eee;
	padding: 6px;
	border: solid 1px #ccc;
}
.footer{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	color: #024;
	background-color: #526489;
}
