body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #291200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FCFDED;
	background-image: url(images/Background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
p{
	font-family: "Times New Roman", Times, serif;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	width: 375px;
	height: 30px;
	background-attachment: scroll;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 8px;
	text-align: left;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	height: 30px;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	width: 250px;
	height: 18px;
}

#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#content {
	background-attachment: scroll;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#content ul{
	list-style-type: disc;
}

#content li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #220000;
}

#header {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 900px;
	margin: 0px;
	padding: 0px;
} 
#header h1 {
	margin: 0px;
	padding: 0px;
}

#sidebar1 {
	float: right;
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 90px;
	padding-bottom: 15px;
	padding-left: 70px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: none;
	background-image: url(images/sidebar.jpg);
}

#sidebar1 img {
	padding: 0px;
	margin-bottom: 30px;
}

#sidebar1 img a{
	padding: 0px;
	margin-bottom: 30px;
}

#sidebar1 img a:hover{
	padding: 0px;
	margin-bottom: 30px;
}
#sidebar2 {
	float: right;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 110px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
}

#button {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	background-attachment: scroll;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 389px;
	background-image: url(images/leftside.jpg);
	height: auto;
	background-repeat: no-repeat;
} 
#mainContent2 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	width: 385px;
	background-image: url(images/left_expand.jpg);
	height: 265px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
} 


#footer {
	background-color: #3D2509;
	background-attachment: scroll;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0px;
	clear: both;
} 

#footer p {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #330000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 50;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-attachment: scroll;
	background-image: url(images/cneter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#topbar {		/* THIS BOX HOLDS THE NAVIGATION LIST */
	float: left;		/* MOVE TOPBAR BOX FLUSH RIGHT */
	height: 400px;		/* THIS BOX IS ONLY ALLOWED TO BE 200PX HIGH */
	width: 800px;		/* NO MARGINS */
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	clear: both;
	display: block;
}


ul.topmenu {		/* THIS IS THE LIST THAT THE NAV ITEMS ARE IN */
	float: right;		/* FLOAT THE LIST TO THE RIGHT SIDE OF BOX */
	list-style-type: none;	/* REMOVE BULLETS FROM LIST ITEMS */
	width: 740px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

ul.topmenu li {		/* THIS DEFINES THE INDIVIDUAL ITEMS */
	float: left;		/* DISPLAY ITEMS HORIZONTALLY, NOT VERTICALLY */
	display: block;	/* ALLOW SPACE BEFORE EACH ITEM */
	text-transform: capitalize;
	color: #291200;
	height: 32px;
	margin-right: 0px;
	width: 110px;
	text-align: center;
	padding-top: 305px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	background-attachment: scroll;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

ul.topmenu li a {
	font-size: 14px;
	text-align: center;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #291200;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 230px;
	text-decoration: none;
}

ul.topmenu li a:hover {
	color: #6B7320!important;	/* LINK HOVER COLOR */
	text-decoration: none;		/* LINK DECORATION */
	text-transform: capitalize;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
