/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #F8E7C7;
	background-image: url("/images/background.gif");
	background-position: top center;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	font-family: Georgia, Times New Roman, serif;
}

/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
ul.local {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 0px;
}
	
/* give headers x-small bottom margins */
h1 {
	font-size: 2em; 		/* xx-large	*/
	margin-bottom: 0.375em;
}
h2 {
	font-size: 1.5em;		/* x-large	*/
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0.625em;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Links */
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #008800;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 1em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }

body {
	text-align: center; /* 1st part of IE/win centering hack */
}
#main {
	text-align: left;	/* 2nd part of IE/win centering hack */
	margin-left: auto;	/* standards-compliant centering method */
	margin-right: auto;
	width: 742px;
}

/* ERROR MESSAGES */
.warning {
	color: #cc0000;
	font-weight: bold;
}
.errorMessage {
	padding: 10px;
	background-color: #e5e5e5;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}

/* FOOTER */
.footer {
	padding: 10px;
	text-align: right;
	font-size: 0.8em;
}
.footer p {
	margin-top: 0.2em;
	margin-bottom: 0px;
}
/* CREDITS */
p.credits {
	padding-top: 0px;
        font-size: 12px;
        line-height: 13px;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #999999;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #9f154e;
}
p.credits a span.more {
	display: none;
}

/* STANDARD CLASSES */
.tdPadding {
	padding: 10px;
}
/* A clearing div causes the infamous IE peek-a-boo bug. For IE/win,
you NEED to apply '* html CONTAINER { height: 1%; }' to the container
(of the float & clearing divs). */
.spacer {
	display: block;
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
* html div#spacerDivsContainer { height: 1%; }


/*
 * more CSS
 */

#header {
	width: 742px;
	background-image: url("/images/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 175px;
	padding-bottom: 5px;
}
ul#navbar {
	list-style-type: none;
	margin-bottom: 0px;
	text-align: center;
	font-size: 15px;
}
ul#navbar li {
	display: inline;
	margin: 0px;
	padding: 0px 8px;
}
ul#navbar a:link, ul#navbar a:visited {
	color: #000000;
	text-decoration: none;
}
ul#navbar a:visited {
	color: #000000;
	text-decoration: none;
}
ul#navbar a:hover {
	color: #008800;
	text-decoration: underline;
}


#contentWrapper {
	background-color: #F9DA9E;
	border: 1px solid #000000;
	min-height: 360px;
	_height: 360px;
	padding: 5px;
	background-position: right 5px;
	background-repeat: no-repeat;
	position: relative;
}
#content {
	padding: 10px;
	width: 626px;
	min-height: 304px; /* 326 - 10 - 10 - 2 */
	_height: 304px;
	background-color : #F7F7F7;
	border: 1px solid #000000;
}
/*
#content, #content caption,#content th,#content td {
	font-family: Arial, Helvetica, sans-serif;
}
*/
#mailingList {
	position: absolute;
	right: 1px;
	top: 5px;
	width: 85px;
	text-align: center;
}

#footer {
	text-align:right;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:2px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:8px;
	background-image: url("/images/footer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
}

/** floating images **/
	.imgLeft, .imgTopLeft, .imgBottomLeft
	{
		margin-right: 20px;
		float: left;
	}

	.imgRight, .imgTopRight, .imgBottomRight
	{
		margin-left: 20px;
		float: right;
	}

	.imgLeft, .imgBottomLeft, .imgRight, .imgBottomRight
	{
		margin-top: 10px;
	}

	.imgLeft, .imgTopLeft, .imgRight, .imgTopRight
	{
		margin-bottom: 10px;
	}

.slogan {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#quickNav {
	margin-left:5px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	background-color : #F7F7F7;
	border : 1px solid Black;
	width:626px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
	/* display:inline; */
	padding-right: 10px;
}
.left {
	text-align:left;
	display:inline;
}
.boxes {
	padding-right: 5px;
}
.boxes2 {
	padding: 0px 10px 5px 0px;
}
.indentName {
	text-indent: 2em;
	font-size: 20pt;
}
