﻿/* <style type="text/css" media="screen"> */
.NoDisplay {display:none;}
body {width:800px; position:relative; margin:auto; padding:0; background-color:#D2E9FF }
a {color: blue; text-decoration: none}
a:hover {color:red;	text-decoration:underline;}

div#TopLine p {
	float:left;
	border-right: 1px #000000 solid;
	text-decoration: none;
	margin:0 0.5em 0 0;
}
div#TopLine p a {
	text-decoration: none;
	padding-right: .5em;
	color: #676767;
}
div#TopLine p a:hover {text-decoration:underline}

div#Nav ul {list-style:none; margin-left:0; padding:0}
div#Nav ul > li {
	border-bottom-color: white;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: .5em 0 .5em 0;
}
div#Nav ul > li a {color: #6B6B6B;
	text-decoration: none;}
div#Nav ul > li:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

.SubMenu {font-weight:bold; text-align:left; font-size: medium; margin-top:0}
