/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	background: url(images/bckgrnd.jpg);
	text-align: center;
	padding-bottom: 25px;
}

#anchor a:link, #anchor a:visited {
	text-decoration: underline;
	#color: #900;
}

#anchor a:hover{
	color: #f00;
	text-ddecoration: overline;
}


h6 {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
}

h2 { 
	color: #069;
}

h4 {
	color: #069;	
	font-family: arial, sans-serif;
	font-size: 16px;
}

h5 {
	color: #900;
	font-family: arial, sans-serif;
	font-size: 16px;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #900;
	text-decoration: overline;
}


#header {
	text-align: left;
	margin-top: 35px;
	width: 90%;
	height: 90px;
	background: #069;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 1px #000;
}

#navbar {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-style: bold;
	background: url(images/navbar.gif);
	width: 90%;
	height: 24px;
	border-bottom: 1px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#textbox {
	margin-top: 4px;
}

#content {
	padding-top: 50px;
	background: #fff;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 90%;
	height: 70%;
}

#column1 {
	padding-top: 8px;	
	position: absolute;
	top: 200px;
	left: 7%;
	width: 200px;
}

#column2 {
	text-align: center;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin-left: 250px;
	margin-right: 10%;
	padding-bottom: 20px;
}

#subcontent {
	margin-top: -20px;
	text-align: left;
	padding: 10px;
}

#signature {
	margin-top: -20px;
	margin-right: 100px;
	margin-bottom: 50px;
}


	



