body {
	background-color:#674422;
	font-family: "trebuchet MS", verdana, sans-serif;
	color:#4a2b0f;
	font-size:13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
a:link {
	color: #472f91;
	text-decoration: underline;
	}
a:visited {
	color: #472f91;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	color: #dc661d;
	}
a:active {
	color: #472f91;
	text-decoration: underline;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	}

li {
	margin: 3px;
	}
	
h1 {
	font-size:24px;
	font-weight:bolder;
	padding-top:0px;
	}

td.copyright
	{
	background-color:#4a2b0f;
	font-family:verdana,sans-serif;
	color:#ffffff;
	font-size:10px;
	padding-left: 25px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 15px;
	text-align:center;
	}
	
#box1{
 position: relative;
 background-color: #ffffff;
 padding: 8px;
 margin-bottom: 8px;
 margin-left: 8px;
 border-style: double;
 float: right;
 }
 
 #box1a{
 position: relative;
 background-color: #ffffff;
 padding: 8px;
 margin-bottom: 8px;
 margin-top: 8px;
 border-style: double;
 clear:both;
 }
 
 #box2{
 position: relative;
 background-color: #ffffff;
 padding: 8px;
 margin-right: 8px;
 margin-bottom: 8px;
 border-style: double;
 float: left;
 }
 
 ul.bullet {
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-left: 12px;
	}
	
li.bullet {
	margin: 10px;
	}
	
label,input.table {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 10px;
}

label.table {
        text-align: left;
        width: 100px;
        padding-right: 10px;
}

.container {no required styles}
.left-element {
		float: left;
		width: 49%;
			}
.right-element {
		float: right;
		width: 49%;
		text-align: right;
			}
			
 hr {border: none 0; 
	border-top: 1px solid #674422;
	border-bottom: 1px solid #674422;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}

.copyright a:link {
color : #ffffff;
text-decoration: underline;
}

.copyright a:visited { 
color : #ffffff;
text-decoration: underline;
}

.copyright a:hover { 
color : #ffffff;
text-decoration: none; 
}

.copyright a:active { 
color : #ffffff;
text-decoration: none; 
}		