﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em
}

h1{
	font-size:x-large;
}
h2{
	font-size:large;
}
h3{
	font-size:medium;
}
#masthead {
	text-align:center
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 170px;
	float: left;
	margin-left: 30px;
}

#page_content {
	margin-left: 200px;
	margin-right:100px;
}

#footer {
	clear: both;
}

.NoBorder {
	border-style: solid;
	border-width: 0;
}
.text_red {
	color:red;
	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
}

