﻿
/* CSS layout */
body {
	text-align: center;
	font-family: Tahoma;
	font-size: small;
}
html {
margin-top:-10px;
}
#container {
	position: relative;
	text-align:left;
	min-height:500px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	height:100%;
	background-color:#DBDEE6;
	padding: 0px 5px 0px 5px; 
}

p {
	margin-top:0px;
}
a:link, a:visited, a:hover{
	text-decoration:none;
	color:maroon;
}
a:hover{
	text-decoration:underline;
}
#masthead, #top_nav, #container{
	margin:0 auto;
	width:890px;
	background-color:white;
	text-align:left;
}

#top_nav {
	background-color:#C0C0C0;
	text-align:right;
}
#top_nav ul {
	padding-left: 0;
	margin: 0px 0px 0px 0px;
}

#top_nav ul li{
	list-style: none;
	display: inline;
}

#top_nav ul li a{
	padding: 0px 10px 3px 10px;
	text-decoration: none;
	float: right;
	color: black;
	background-color: #C0C0C0;
	border: 1px solid #000;
}

#top_nav ul li a:hover{
	background-color: #808080;
}
#page_content {
	margin-right: 210px;
	text-align: left;
	height: 100%;
}
#page_content #text, .text div div {
	padding: 0px 5px 0px 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}
#page_conent ol li ul li {
	list-style-type:none;
	margin-left:-20px;
}
#page_content div {
	padding 0px 15px 0px 10px;
}

#page_content div p {
	padding: 5px 5px 0px 10px;
	margin-bottom: 10px;
	margin-top: 3px;	
}
#topic, .topic {
	font-weight:700;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 5px;
}
.pageTitle {
	font-size:large;
	font-weight:700;
}
.date {
	font-size:x-small;
	border-bottom:thin #C0C0C0 dotted; 
}
#footer {
	background-color:#C0C0C0;
	width:890px;
	margin:auto;
}
#logo{
	color:navy;
	height: 15px;
	width: 500px;
	font-size:large;
}
#logo h2{
	padding-left:10px;
}
#logon{
	width:150px;
	margin-left:740px;
	text-align:left;	
}
.ms-gb{
height:10px;
background-color:#ffffff;
font-weight:bold;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
border-left:1px solid black;
padding-bottom:3px;
}



