body {
	background-color: #1C68A2;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 130%;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	list-style: circle inside;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	color: #FFFFFF;
}
hr {
	border-color: #1C68A2;
	border-width: 2px;
	border-style: solid;
}
#container{
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(images/bkg_gradient_stripe.png);
	background-repeat: repeat-y;
}
#gallerycontainer{
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(images/bkg_gradient.png);
	background-repeat: repeat-y;
}
#header {
	padding-top: 10px;
	background-image: url(images/header_margin.jpg);
	background-repeat: no-repeat;
	height: 136px;
}
#nav {
	float: left;
	width: 171px;
	padding-top: 20px;
}
#content {
	margin: 0px 0px 0px 180px;	
}
#galleryphoto {
	margin: 0px;
	padding: 20px;
	float: none;
}
#brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#footer {
	padding: 5px;
	font-size: 80%;
	line-height: 90%;
	font-weight: bold;
	background-image: url(images/bkg_gradient.png);
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.bluetext {
	color: #CCFFFF;
}
.tinytext {
	font-size: 70%;
	line-height: 80%;
	font-weight: lighter;
	color: #000033;
}
.name {
	font-weight: bold;
	color: #000033;
}