/*This tests CSS positioning.*/
/*  Working with  C:\Testing CSS\Positioning.html  */

body {
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	/*background-image: url(./images/page-bg.gif);*/
	margin: 0;
	}


/* note that "blink" works in FireFox, but does not work in MSIE6 */

p {
	font-size: .8em;
	text-align: center;
	line-height: 1.7em;
	}

p.footer {

	font-size: .7em;
	text-align: center;
	font-weight: bold;
	}

a:link {
	color: #4444FF;
	background-color: #000000;
	text-decoration: none;

	}

a:hover {
	background-color: #4444FF;
	color: #000000;
	}

a:active {
	background-color: #3cc7f0;
	}

#header {
	background-color: #ffffff;
	border-bottom: 1px #ff0000 solid;
	}

#main-text {
	background-color: #ffffff;
	border: 1px #000000 solid;
	}


.button a:link {
background-color : #701011;
/*border-right : 1px solid #0000FF;*/
color : #FFFFFF;
padding : 2px 10px;
text-decoration : none;
font-size:16px;
}

.button a:visited {
background-color : #AA100C;
/*border-right : 1px solid #0000FF;*/
color : #FFFFFF;
padding : 2px 10px;
text-decoration : none;
font-size:16px;
}

.button a:hover {
background-color : #DD0000;
color : #000000;
font-size:16px;
}

.leftbutton {
/*border-left : 1px solid #0000FF;*/
}

.barnfresh {
background-color : #701011;
border-top : 1px solid #000000;
width : 997;
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
font-weight : bold;
padding : 2px 5px;
margin-left: 0%;
margin-right: 0%;
}

.menu {
background-color : #701011;
width : 997;
text-align: center;
border : 0px solid #ffffff;
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
font-weight : bold;
padding : 2px 5px;
margin-left: 0%;
margin-right: 0%;
}

.submenu {
background-color : #701011;
text-align: center;
border : 0px solid #ffffff;
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
font-weight : bold;
padding : 2px 5px;
margin-left: 0%;
margin-right: 0%;
}

