﻿/* 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: #FFFFFF;
}

#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: 620px;
	padding: 0px 10px 10px 20px;
	min-height: 500px;
	float: left;
	border-right: thin black dotted;
}

#page_content ul{
	list-style: none;
    	margin:  0;
   	padding: 0;
}

h1{
	//font-family: sans-serif;
	font-size: 1.4em;
	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;
}


#right_col {
	padding: 10px;
	margin-left: 650px;
	width: 180px;
}

#right_col ul{
    	margin-left:  1em;
   	padding: 0;
}

#right_col li {
	font-size: 0.85em;
	line-height: 1.5em;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-top: double #CCCCCC;
	color: #CCCCCC;
}