﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 17px;
}

#container {
	width: 850px;
	position: relative;
	text-align: left;
	margin: 10px auto 0px auto;
	border: medium #CCCCCC double;
	background-color: white;
}

#masthead {
	padding: 0 1em 0 1em;
}

#top_nav {
}

#top_nav ul{
	list-style-type: none;
	font-weight: bold;
	padding: 0 1em 0.1em 1em;
}
#top_nav li{
	float: left;
	text-align: center;
	width: 155px;
	background-color: #FFFFFF;
	border: medium #CCCCCC outset;
	margin: 0 2px 0 0;
}

.widelink a{
	display: block;
	color:black;
	text-decoration: none;
}

#page_content {
	width: 800px;
	padding: 0px 10px 10px 20px;
	min-height: 500px;
	float: left;
}

#page_content ul{
	list-style: square;
    	margin:  0px 10px 10px 20px;
   	padding: 0px;
}

.widelink2 a{
	display: block;
	text-decoration: none;
}

h1{
	//font-family: sans-serif;
	font-size: 1.2em;
	border-bottom: double 4px #CCCCCC;
}

h2{
	//font-family: sans-serif;
	font-size: 1.2em;
	border-bottom: solid 2px #CCCCCC;
}

h3{
	//font-family: sans-serif;
	font-size: 1.1em;
	border-bottom: solid 2px #CCCCCC;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-top: double #CCCCCC;
	color: #CCCCCC;
}