﻿  /* CSS layout */
.style1 {
	color: #000000;
	margin-right: 5px;
	border-width: 0;

}
.style2 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:medium;
	 text-align:center;
	 color:#A00908;
	 background-color:#C0C0C0
}
.style3 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:small;
	 color:#000000;
}

.style4 {
		text-decoration:none;
}
.style5 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: small;
}
.style6 {
	text-align: center;
	font-family: Tahoma;
	font-size: small;
}

a {
	color: #A10808;
}
a:visited {
	color: #A10808;
}
a:active {
	color: #A10808;
}
a:hover {
	color: #000000;
}
.style7 {
	margin-left: 40px;
	font-family: Tahoma;
}
.style9 {
	border: 3px solid #A10808
}
.style10 {
	border-color: #808080;
	border-width: 0;
	max-height: 10px;
}
.style11 {
	text-align: right;
}
.style12 {
	border: 0 solid #A10808;
	background-color: #C0C0C0;
}
.style14 {
	margin-left: 80px;
	font-family: Tahoma;
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
}

#masthead {
	height: 221px;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 220px; height: 400px;
	float: left;
}

#page_content {
	margin-left: 230px;
		padding-left: 10px;
	padding-right: 10px;

}

#footer {
	clear: both;
	height:100px; 
	vertical-align:bottom; 
}
