body {
	color:  #FFFFFF;
	background-color: #000066;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	padding-top: 0px;
	text-align: center;
	}
	
a {
	color:  #FFFFFF;
	}

a:hover {
	color:  #CCFFFF;
	}

a.filelink{
	border-style: solid;
	border-width: 1px;
	font-size: 7pt;
	text-decoration: none;
	padding: 0px 2px 1px 1px;
	}
	
a.nounderline{
	text-decoration: none;
	}

p {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	}

#container{
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#header{
	border-style: none none solid none;
	border-width: 8px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	}

#header img{
	border-style: none;
	}

#footer{
	position: absolute;
	top: 2200px;
	width: 750px;
	border-style: solid none none none;
	border-width: 8px;
	margin-top: 10px;
	padding-top: 6px;
	}

#name span{
	font-size: 18pt;
	font-weight: bold;
	}

#leftcol{
	position: relative;
	width: 45%;
	left: 0%;
	top: 0px;
	}

#content_normal{
	margin: 0px 10px 15px 10px;
	}

#content_normal h3{
	font-size: 10pt;
	margin: 3px 0px 0px 0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FFFFFF;
	}

#content_normal img{
	float: left;
	margin-right: 10px;
	margin-top: 12px;
	}

#content_indented{
	margin: 0px 25px 15px 15px;
	padding: 0px 15px 2px 15px;
	}
	
#content_indented h3{
	font-size: 10pt;
	margin: 3px 0px 0px 0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FFFFFF;
	}

#content_links{
	margin: 0px 25px 15px 15px;
	padding: 25px 15px 2px 15px;
	}
	
#content_links h3{
	font-size: 10pt;
	margin: 3px 0px 3px 0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FFFFFF;
	}

#content_links p{
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}

#rightcol{
	position: absolute;
	width: 53%;
	left: 48%;
	top: 80px;
	}

#mainphoto {
	height: 400px;
	background-image: url('keystone.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 0px 20px 0px;
	}

#gallery1 {
	margin-left: 0px;
	text-align: center;
	}

#gallery1 ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

#gallery1 a{
	float:left;
	text-decoration:none;
	margin-right: 3px;
	border: none;
	}
	
#gallery1 a:hover {
	background-color:#ff3300
	}

#gallery1 li {
	display:inline;
	}
	
#gallery1 img{
	border-style: none;
	}

#gallery2 {
	text-align: center;
	}

#gallery2 ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

#gallery2 a{
	float:left;
	text-decoration:none;
	margin-right: 3px;
	border: none;
	}

#gallery2 a:hover {
	color:  #FFFFFF;
	}
#gallery2 li {
	display:inline
	}
	
#gallery2 img{
	border-style: none;
	}