/*-- Generic styles for the page --*/

body {
	background-color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	/*-- width: 768px; --*/
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

a:link {
	/*-- color: #4169E1; --*/
	color: #00BFFF;
	text-decoration: none;
}

a:visited {
	/*-- color: #4169E1; --*/
	color: #00BFFF;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
}

h2 {
	font-size: 24px;
	color: Yellow;
	font-variant: small-caps;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: Yellow;
	font-variant: small-caps;
	font-weight: normal;
}

hr {
    color: White;
    width: 75%;
}

cite {
    font-style: italic
}

blockquote {
    font-style: italic
}

.DynamicMenuZIndex
{
	z-index: 999;
    text-align: left;
}

/* -- The disclaimer appears below the banner. --*/
#disclaimer {
	text-align: center;
	font-size: 8px;
	margin-left:auto;
	margin-right:auto;
}


/*-- The hometable holds the main text for the home page. --*/

/*--#hometable {

#hometable table {
	font-size: 12px;
}

#hometable h2 {
	font-size: 24px;
	color: Yellow;
	font-variant: small-caps;
	font-weight: normal;
}

#hometable h3 {
	font-size: 16px;
	color: Yellow;
	font-variant: small-caps;
	font-weight: normal;
}

--*/

/* -- The container is for formatting all pages. --*/

.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 50px;
	text-align: left;
}

/*-- These are the styles for the Photo Gallery pages. --*/



/*-- #photogallery a:link {
	color: red;
	text-decoration: none;
}

#photogallery h3 {
	font-size: 18px;
	text-align: left;
}

#photogallery h4 {
	font-size: 16px;
	text-align: left;
}

#photogallery a:visited {
	color: red;
	text-decoration: none;
}

#photogallery a:hover {
	color: white;
	text-decoration: none;
	background-color: navy;
}

#photogallery a:active {
	color: white;
	text-decoration: none;
	background-color: navy;
} --*/

#photogallery table {
	left: 0;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	border: 0;
	width: 100px;
	margin-bottom: 24px;
}

