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