/* CSS Document */

/* General Files */

/* Reset parameters */

* {
  margin: 0;
  padding: 0;
}

/* Establish specific site parameters */

html {
	overflow-y: scroll;
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	
	color: #000000;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;

	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
	overflow: hidden;
}


a {
	color: #5a120a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #943f35;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a image {
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 155%;
	color: #5a120a;
	line-height: 1.0em;
}

h2 {
	font-size: 135%;
	color: #3353a1;

}

/* -------------------------

ul {
	margin-left: 25px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	list-style-position: inside;
}

ol {
	margin-left: 25px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	list-style-position: inside;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

----------------------------- */

#wrapper {
	clear: both;
	margin: 0 auto;	
	width: 100%;	
    padding: 0;
	background-attachment: fixed;
	background-image: url(../images/background2026.jpg);
	background-repeat: no-repeat;

	
}

	
#content {
	margin: 0 auto;
	width: 1160px;
	background-image: url(../images/white-overlay-tile.png);
	background-repeat: repeat;
	border-style: none;
	min-height: 600px;
	padding: 20px;
}

#header {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 305px;
	padding: 0;
	background-image: url(../images/burgundy-overlay-tile.png);
	background-repeat: repeat-x;
}
	

#header_container {
	margin: 0 auto;
	padding: 0px;
	width: 1200px;
	min-height: 205px;
	text-align: center;

}

/* -------------------------- Old Flipbook Content Area ---------------------------------------

#flipbookcontent {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#altcontent {
	margin: 0 auto;
	width: 600px;
	padding: 20px;
}

#textualcontent {
	display: none;
}


----------------------------------------------------------------------------------------------- */

/* FLIPBOOK-SPECIFIC CSS FOR REFERENCE ---------------------------------------------------------


    <style type="text/css">html,body{height:100%;margin:0px;padding:0;overflow:hidden;}#flipbookcontent{height:100%;width:100%;}#altcontent{width:600px;padding:20px;}#textualcontent{display:none;}</style>
	
	
---------------------------------------------------------------------------------------------- */


/*

#main_content {
	float: left;
	width: 690px;
	margin: 0;
	padding: 10px;
	background: none;
	text-align: left;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #95bdd6;

}

#right_content {
	float: right;
	display: inline;
	width: 280px;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;

}

*/



#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
	

#footer_container {
	margin: 0 auto;
	padding: 0px;
	width: 1200px;
	min-height: 150px;
	text-align: center;
	background-image:url(../images/white-overlay-tile.png);
	background-repeat: repeat;
	border-top-style: dotted;
	border-top-color: #3353a1;
	border-top-width: thin;

}


img.floatleft {
	float: left;
	margin-right: 5px;
}

img.floatright {
	float: right;
	margin-left: 15px;
	margin-right: 25px;
}

img.center {
	text-align: center;
}

img a:link {
	border: 0px;
}


.smallprint {
	font-size: 80%;
	line-height: 1.3em;
}

/*

table.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}



.caption {
	font-size: 80%;
	line-height: 1.3em;
	color: #666666;
	font-style: italic;
}

.emphasized {
	font-weight: bold;
}

*/

.add_linespacing {
	margin-top: 1.3em;
}
.add_linespacing_less {
	margin-top: .50em;
}

hr.color {
	color: #3353a1;
}/