body {
	margin: 2.5% 0.75% 0.5% 0%;
	padding: 10;
	font-size: 14px;
	background-color: rosybrown;
	//background-image: url(images/background.jpg);

}

#top_table {
	margin: 0 auto;
	width: 90%;
	border: 5px solid #660099;
	background-color: #FFF;
	/*/*/line-height: 1.5em; /* */
}
#top_table td {
	padding: 15px;
}
#content {
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#left {
	width: 90px;
	background-color: #AEB17A;
	font-size: 12px;
	vertical-align: top;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #fff;
	color: #000000;
}

#header2 {
	background-color: #AEB17A;
	color: #000000;
	background-image: url(images/quiltpox_top.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	height: 150px;
}

#footer {
	background-color: #ffffff;
	color: #000000;
}

#footer2 {
	background-color: #AEB17A;
	color: #000000;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt { 
	font-weight: bold;
	line-height: 2em;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 100%; }

#hCenter h2, h3 { text-align: center; }

#left a {
	/*/*/padding: 4px;
	display: block;
	background-color: #ffffff;
	border: 2px groove #660099;
	text-decoration: none;
	line-height: 1em;
	width: 90px /* */
}
#left a:link, #left a:visited {
	color: #000000;
}
#left a:hover, #left a:active {
	color: #FFFFFF;
	background-color: #660099;
	border: 2px groove #660099;
}
#current a {
	color: #ffffff !important;
	/*/*/background-color: #660099!important;
	border: 2px outset #660099!important; /* */
}
#left ul {
	list-style-type: none;
	}

#left li {
	/*/*/margin: 0px 10px 5px -10px; /* */
	
}

#nodec a {
	text-decoration: none;
	color: #000000;
	
}

#nodec a:visited, #nodec a:link, #nodec a:active {
	color: #000000;
}

#nodec a:hover {
	color: #660099;
}

HR {
    height:5px;
    width:90%;
    background:#446791;
    margin: 0px 150px 0px 150px;  
   }











