@charset "utf-8";
#container  { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
body {
	background-image: url(images/damask_bg_sm.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
#header  {
	background-color: #DDDDDD;
	background-image: url(images/logo.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation{
	width:780px;
	text-align: center;
	height:25px;
	background-image: url(images/afc_nav_bg_small.jpg);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: repeat-x;
	font-family: "Monotype Corsiva";
}

#navigation ul
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#navigation ul li
{
	display:inline;
	height:30px;
	float:left;
	list-style:none;
	margin-right:10px;
	margin-left:15px;
	padding-left: 5px;
}

#navigation li a
{
	color:#000000;
	font-weight: bold;
	font-family: "Monotype Corsiva";
	text-decoration:none;
	font-size: 1.2em;
	padding-left: 10px;
}

#navigation li a:hover
{
	color:#FFFFFF;
	
}

#navigation li a:visited
{
	color:#000000;
	text-decoration:none;
}
#navigation li ul
{
	margin:0px;
	padding:0px;
	display:none;
	background-image: url(images/afc_nav_dd_bg_sm.jpg);
}

#navigation li:hover ul
{
display:block; 
width:160px;
}

#navigation li li
{
list-style:none; 
}
#navigation ul li
{
display:inline;
height:30px;
float:left; 
list-style:none; 
margin-left:5px;
 
position:relative;
}

#navigation li ul
{
margin:0px; 
padding:0px; 
display:none;
}

#navigation li:hover ul
{
	display:block;
	width:215px;
}

#navigation li li
{
list-style:none; 
}
#navigation ul li
{
	display:inline;
	height:30px;
	float:left;
	list-style:none;
	position:relative;
	padding-right: 5px;
	padding-left: 0px;
	margin-right: 2px;
}
#navigation li ul
{
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:30px;
	background-image: url(images/afc_nav_dd_bg_sm.jpg);
}
#navigation li li a
{
	color:#000000;
	text-decoration:none;
}

#navigation li li a:hover
{
	color:#ffffff;
	}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer  {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/afc_nav_bg_small.jpg)
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
}
#bnav {
	text-align: center;
	padding: 10px;
}
#bnav ul {
	margin: 0px;
	padding: 0px;
}
#bnav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#bnav a {
	font-family: "Monotype Corsiva";
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
#bnav a:hover {
	font-family: "Monotype Corsiva";
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	
}
#bnav a:link {
	color: #000000;
}

#bnav a:visited {
	color: #000000;
}

#navcontainer {
	text-align: center;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
ul#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
        padding-right: 50px;  /*Set at size you need for formatting*/
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-family: "Monotype Corsiva";
	color: #000000;
}
.style3 {
	font-family: "Edwardian Script ITC", "Monotype Corsiva";
	color: #BC357A;
	font-size: 1.5em;
}
a:link {
	color: #BC357A;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	display: inline;
}

<style type="text/css">
<!--
.style4 {font-family: "Monotype Corsiva"}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.style6 {
	font-size: 85%
}
 #column1 {
	float: left;
	width: 225px;
	padding: 5px;
}
#column3 {
	padding: 5px;
	float: left;
	width: 225px;
}
#column4 {
	float: left;
	width: 225px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}


#column2 {
	float: left;
	width: 225px;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.twoColFixLtHdr #sidebar1 {
	width: 225px;
}
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }


#footer a:link {
	color: #000000;
}
#footer p a:link {
	color: #FFFFFF;
}

