﻿/* disposition CSS */
#masthead {
	width: 765px;
	margin: 0 auto;
}
#top_nav {
	width: 765px;
	margin: 0 auto;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	width: 765px;
	margin: 0 auto;
}
#footer {
	height: 20px;
	color: green;
	font: 12px;
	width: 765px;
	margin: 0 auto;
	background-color:#FFFFCA;
	font-family: "Times New Roman", Times, serif;
}

P {
	font-family: "Times New Roman", Times, serif;
	font-size : 14px;
	color : Black;
	text-decoration : none;
	margin-top : 0	;
	margin-bottom : 0 ;
    margin-left : 8px ;
    margin-right: 15px
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size : 18px;
	color : Black;
	font-weight: bold;
	margin-top : 9px	;
}	

ul {
	font-family: "Times New Roman", Times, serif;
	font-size : 14px;
	color : Black;	
	list-style-image : url('images/bout.gif');
	}
HR {
	height: 1px;
	color : #B57837;
}
BODY  {
font-size: 14px; 
font-family: "Times New Roman", Times, serif;
color : Black;
 }

a:link{
color: #004000;
text-decoration: none;
}

a:visited{
color: #004000; 
text-decoration: none;
}

a:hover{ 
color: red; 
text-decoration: none;
}

a:active{
color: #004000; 
text-decoration: none;
}

.bas a:link{
color: white; /*button text color*/
font text-decoration: none;
}

.bas a:visited{
color: white; /*button text color*/
font text-decoration: none;
}

.bas a:hover{ /* Hover state CSS */
color:red;
font text-decoration: underline;
}

.bas a:active{
color: white; /*button text color*/
font text-decoration: none;
}
