/* CSS For Screen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	color: #ded2b9;
	background: black;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
a:link {
	color: #ded2b9;
}
a:visited {
	color: #ded2b9;
}
a:hover {
	color: #ded2b9;
}
a:active {
	color: #ded2b9;
}
.center {
	text-align: center;
}

/* Used By CMS Objects */
.Page {
	/* All Page Divs */

}
.Section {
	/* All Section Divs */
	
}
.Content {
	/* All Content Divs */
	
}
h1 .PageTitle {
	/* Section Header */
	font-size: 2em;	
}
h2 .SectionTitle {
	/* Section Header */
	font-size: 1.8em;	
}
h3 .ContentTitle {
	/* Content Header */
	font-size: 1.6em;
}
h1 .NotFoundTitle {
	/* Content Header for Not Found Page */
	font-size: 2em;
}
p .NotFoundText {
	/* P text for Not Found Page */
	font-size: 1.1em;
}
.ContentUpdated {
	/* Content Update Date/Time */
	
}
#sitemaplist {
	/* Site Map UL */
	
}
.RequiredSymbol {
	/* Required Symbol */
	
}
.GoodResult {
	color: #00FF00;
}
.BadResult {
	color: #FF0000;
}
#ALL {
	width: 760px;
	border: solid thin #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: black;
}
#Header {
	/* Header div */
	height: 150px;
	background: url(../images/header.jpg) black center no-repeat;
}
#TopMenu {
	/* Top Menu div */
	background-color: black;
	padding-left: 5px;
	height: 25px;
	width: 760px;
}
#MenuWrapper {
	width: 460px;
	margin: auto;
}
#MainContent {
	/* Content div */
	background-color: black;
	clear: both;
	padding: 5px;
}
#Footer {
	/* Footer div */
	clear: both;
	padding-left: 5px;
	background-color: black;
	color: #ded2b9 ;
}
#Footer a {
	color: #ded2b9;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#DesignedBy {
	/* Designed by Div */
	text-align: center;
	font-size: 9px;
	color: #666;
}
#ProfileFormDiv label {
	font-weight: bold;
}

.SideNote {
	font-size: .8em;
}

/*CSS for admin pages*/
.AdminTables td {
	border: 1px solid #999999;
}

/* CSS for Gallery */
.ThumbImageTitle {
	font-size: 1.0em;
	font-weight: bold;	
}

.GALLERY_PICTURE {
	
}

.GALLERY_PICTURE_TABLE {

}

#GALLERY_FULL_IMAGE_DIV {

}

#GALLERY_FULL_IMAGE {

}

.red_bar {
	color: #98012e;
	background-color: #98012e;
	height: 2px;
}