/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	background: #D0D3DD;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 773px;
	border: 3px solid #000;
	text-align: left;
}


/* Logo header and background across top of page */
#header {
	width: 773px;
}


	
/* This is the secondary content area at the bottom of the page */
#navmenu {
	width: 773px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 0.75em;
}


#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #ECEDF1;
}

/* wrappers for content areas */
#contentwrapper {
	margin: 0 auto;
	position: relative;
	width: 639px;
	background: url(images/content_bg.gif) repeat-y;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#sidebar {
	width: 175px;
	float: right;
	padding-bottom: 30px;
	color: #000;
}

#sidebar img {
margin: 10px;
padding: 5px;
background-color: #E5E5E5;
border: 1px solid #000;
}

#maincontent {
	padding-bottom: 30px;
	color: #000;
}

/* the code below is all contained in the maincontent and secondarycontent div */
#maincontent h1 {
	padding-left: 50px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1.15em;
	text-align: lef; 
}

#maincontent h2 {
	padding-top: 20px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: center; /* if you prefer your headers flush left change it to left */
}

#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 0 50px;
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent p, ul {
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	text-align: left;
}


#maincontent p.conform {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	text-align: left;
}


#maincontent ul {
	font-size: 90%;
	margin: 10px 20px 5px 25px;
}

#maincontent li {
margin: 0 20px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

#maincontent a #maincontent a.red {
	text-decoration: underline;
	text-align: center;
	color: #000;
}

#maincontent a.red {
	color: #CE0B2D;
}

#maincontent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#maincontent a:hover {
	text-decoration: none;
	color: #FF4500;
}

#maincontent a.red:hover {
color: #000;
	
}

#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #B22222;
}

/* This is a class set up to give you small or fine print text in either the main content or secondary conetent area */
#maincontent .smaller {
	font-size: 0.8em;
	text-align: center;
}



#maincontent .supersmall {
	font-size: 0.7em;
	text-align: center;
}

#maincontent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	text-align: right;
}

#maincontent td.small {
	 text-align: left;
	 font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	 background-color: #ccc;
}

img {
	border: none;
}

img.border {
margin: 10px;
padding: 5px;
background-color: #E5E5E5;
border: 1px solid #000;
	
}
/* end styles for content areas */


/* The footer display and link states */

#footer {
	width: 100%; 
	clear: right;
	padding-top: 5px;
	padding-bottom: 20px; /* adjust smaller or larger after copyright text */
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

.copyright {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFF;
}

.whiteTxt {
	color: #FFF;
	font-weight: bold;
	font-size: 75%;
	}

	
.galleryborder {
	padding: 3px;
	border: 1px solid #666;
	margin: 3px 5px 3px 5px;
}

.redTxt {
	color: #CE0B2D;
	font-weight: bold;
	font-size: 75%;
}

.clearFloat {
	clear: both;
	height: 1px;
}
