@charset "utf-8";
/* CSS Document */

*{margin: 0px;
padding: 0px;}

/***GLOBAL ELEMENTS***/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	background-color: #A3B4D9;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C4A66;
	font-size: 22px;
	margin: 10px;
	text-indent: 30px;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding-top: 15px;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin: 15px;
}

ul {
	text-indent: 50px;
	list-style-type: none;
	line-height: 22px;
}

a:link {
	text-decoration: underline
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #A4A4A4;
}

a:active{}

/***GLOBAL CLASSES***/

.container {
	width: 800px;
	border: 5px solid #eaeaea;
	margin: 20px auto;
	background-color: #eaeaea;
}

.masthead {
	width: 800px;
	height: 125px;
	background-image:url(images/masthead3.png);
	position: relative;
}

.logo {
	position: absolute;
	left: 69px;
}

.navigation {
	background-color: #CCCCCC;
	height: 35px;
	width: 800px;
	margin: 5px 0px 5px 0px;
}

.mainbox {
	width:800px;
	background: #e6e6e6;
}

/***OTHER CLASSES***/

.gray {
	background-color:#81808C;
	margin-bottom: 40px;
	padding-bottom: 22px;
}

.whitebox {
	background-color:#fff;
	margin-bottom: 40px;
	padding-bottom: 22px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 20px;
	width: 250px;
}

.gallery_nav{
	float: left;
	width: 120px;
	margin: 10px;
}

.gallery_box{
	float: left;
}

.gallery_nav ul {
	list-style-type: none;
	text-indent: 0px;
}

.gallery_nav ul li {margin: 10px;}

.gallery_nav ul li a:link{text-decoration: none; color: #222;}

.gallery_nav ul li a:visited{text-decoration: none; color: #222;}

.gallery_nav ul li a:hover{text-decoration: none; color: #777;}

.gallery_nav ul li a:active{text-decoration: none; color: #222;}

#container1 {
	width: 800px;
	height: 600px;
	border: 5px solid #eaeaea;
	padding:0px;
	margin: 20px auto;
	background: #e3e3e3;
}

#masthead{
	width: 800px;
	height: 150px;
	background-color: #E6E6E6;
}


#form {
	margin: 50px;
	float: right;
}

.white {
	color:#EAEAEA;
}

.picture {
	float:left;
	margin: 15px 15px 0px 0px;
	padding: 5px;
	border: 3px solid #F2F2F2;
}

.center {
	margin: auto;
}

.small_text {
	font-size: 8pt;
}
