body	{margin: 0; padding: 0; background-image: url(../images/back1.jpg);}
body, td,
.NormalText	{
	color: #006;
	font-size: 14px;
	font-family: Arial, Helvetica, Georgia;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #9900FF;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}


/* Custom Text Styles */

.PageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}

.BlackText {
	color: #000;
}

.NoteText {
	font-size: 10px;
	font-style: italic;
}


/* Layout */

div#content{
	float: left;
	width: 600px;
	margin: 190px 0 0 23px;
}

div#navigation{
	float: left;
	width: 131px;
	padding-left: 10px;
}

div#navigation ul {
	list-style: none;
}

div#logo {
	margin-bottom: 65px;
}

div#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}

div#content h2 {
	font-size: 90%;
	font-weight: bold;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#content h3 {
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

div#content h4 {
	font-size: 80%;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

div#content h5 {
	font-size: 70%;
	color: #000066;
	text-align: center;
}

div#content h6 {
	font-size: 10px;
	color: #0000FF;
	text-align: center;
}

div#content p, div#content td {
	font-size: 90%;
	font-weight: normal;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

div#content li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	list-style-image: url(../images/bullet2.gif);
	font-size: 12px;
	margin-bottom: 15px;
}

div#navigation ul{
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

div#navigation li{
	margin: 0px;
	padding-right: 2px;
}

div#navigation a {
	background-color: #FFCC99;
	background-image: url(../images/button_off.gif);
	display: block;
	border: 1px solid #000000;
	padding: 2px 2px 2px 22px;
	width: 100px;
}

div#navigation a:link, div#navigation a:visited {
	color: #000000;
	text-decoration: none;
}

div#navigation a:hover {
	color: #000000;
	background-color: #FFCC99;
	background-image: url(../images/button_on.gif);
	border: 1px solid #000000;
}

li#navloc a:link, li#navloc a:visited, li#navloc a:hover {
	color: #000000;
	background-color: #FFCC99;
	background-image: url(../images/button_on.gif);
	border: 1px solid #000000;
}

div#sidebarleft {
	position: absolute;
	top: 326px;
	left: 5px;
	width: 135px;
	background-color: #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000099;
}

div#sidebarleft ul{
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 1px;
	padding-right: 1px;
}

div#sidebarleft li {
	list-style-image: url(../images/bullet3.gif);
	margin: 0;
	padding-left: 0px;
	margin-left: 19px;
}

div#sidebarright {
	top: 50px;
	width: 120px;
	padding-bottom: 10px;
	position: absolute;
	right: 5px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div.pagination {
	text-align: center;
}

table.photo-gallery {
	border: 1px solid #000;
	background-color: #000;
}

table.photo-gallery img {
	border: 1px solid #000;
}

input.textInput {
	width: 160px;
}