@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	color:#000000; background-color:#133843;
	background-image:url(images/background.jpg); background-repeat:repeat-x;
	font-family: Helvetica, Arial, sans-serif; font-size:14px;
}

hr {
	width:100%; height:3px;
	background-color:#4b6f7c;
	border:none;
	border-bottom:#4b6f7c solid 3px;
}

.header {
	font-size:28px;
	padding-top:8px;
	color:#133743;
	font-weight:bold;
}
p {
	padding:0px 6px;
}

#AboutNav a {
	display:block; padding:6px; margin-bottom:8px; margin-right:4px;
	border-top:#4b6f7c solid 1px;
	border-right:#4b6f7c solid 1px;
	height:13px;
	color:#133743;
	background-image:url(images/about_bg.jpg); background-repeat:repeat-x;
	font-size:12px;
	text-decoration:none;
}
#AboutNav a:link, #AboutNav a:visited {
	color:133743;
	font-style:normal;
	text-decoration:none;
}
#AboutNav a:hover, #AboutNav a:active {
	color:4b6f7c;
	font-style:italic;
	text-decoration:none;
}

a:link, a:visited {
	color:#666666; text-decoration:none;
}
a:hover, a:active {
	color:#999999; text-decoration:none;
}

.copyright {
	font-size:12px; color:#CCCCCC;
	padding-left:12px; padding-bottom:20px;
}

.copyright a:link, .copyright a:visited {
	color:#0066CC; text-decoration:underline;
}
.copyright a:hover, .copyright a:active {
	color:#006699; text-decoration:underline;
}

#textBox {
	background-color:#EEEEEE;
	color:#000000;
}

#AboutBox {
	border:#FFFFFF solid 1px;
	padding:12px; color:#FFFFFF;
}

.InputField {
	border:#666666 solid 1px;
	margin:2px;
}
.TextField {
	border:#666666 solid 1px;
	width:500px; height:200px;
	margin:2px;
}

.PhotoAlbum {
	border:#333333 solid 1px;
	background-color:#FFFFFF;
	padding:8px;
	width:735px; height:382px;
}
