@charset "utf-8";
/* CSS Document */

/* Page properties, e.g. background color of the page is black. */

body {
	background-color: #000;
}

/* Style to consistently format the text in the editable section of each page. */
.bodyText {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 14px;
	color: #000;
}

/* Heading styles for H1 - H4 */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
}

/* Styles for thumbnail captions. */
.SmCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* Styles for links in the editable content section on each page. */
a:link {color: #8f0000;} 
a:visited {color: #8f0000;}
a:hover {color: #8f0000;text-decoration: underline;}
a:active {color: #8f0000;}

/* Left Navigation bar text and link styles. */
.navbar {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navbar a:link {color: #FFF;text-decoration: none;}
.navbar a:visited {color: #FFF;text-decoration: none;}
.navbar a:hover {color: #FFF;text-decoration: underline;font-weight: bolder;}
.navbar a:active {color: #FFF; text-decoration: underline;font-weight: bolder;}

/* Footer formats for text and links.  Note:Copyright is a separate ID style. */
.footer {
	color: #900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.footer a:link {color: #900;font-size:12; text-decoration: none;} 
.footer a:visited {color: #900;font-size:12;text-decoration: none;}
.footer a:hover {color: #900;font-size:12;text-decoration: underline;}
.footer a:active {color: #900;font-size:12;text-decoration: underline;}

/* Style to remove the boarder from a linked image. */
.LinkedImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Copyright style. Used only once per page. */
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
