html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	height: 100%;
	behavior:url("styles/csshover.htc");
}
#container {
    margin: 0px auto;
	width: 760px;
}
#menu {
    background-color: #1A54AC;
	margin: 7px 0px;
	clear: both;
	height: 23px;
}
/* Menu System */

/* all lists */
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: #018E19;
}
/* main list link settings */
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li li {
    border-right: none;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 12px;
	clear: left;
	width: 100%;
}
#nav li:hover {
    background-color: #018E19;
}
/* sub list link settings */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	width: 100%;
	padding: 3px 16px;
}
html>body #nav li li a {
    width: auto;
}
/* sub list hover settings */
#nav li li a:hover {
    background-color: #FFFFFF;
	color: #018E19;
}

/* all list items */
#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* second-level lists */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 1px 0px 0px -1px;
	padding: 0px;
	background-color: #018E19;
	border: 1px solid #FFFFFF;
}
html>body #nav li ul {
    margin-top: 0px;
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#nav li>ul {
	top: auto;
	left: auto;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav div.selected {
	background-color: #123C7A;
}
#nav div.selected:hover {
	background-color: #018E19;
}
#homecontent {
    width: 760px;
}
#homecontent p.home {
	margin: 5px 0px 0px 7px;
	padding: 0px;
	text-indent: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#homecontent p.home strong {
    color: #018E19;
}
#homecontent ul {
    display: table-cell;
	display: table;
}
#adspace {
    width: 375px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#textspace {
    width: 385px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#termitehead {
    margin-left: 7px;
	background-color: #018E19;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
}
#termitetext {
    margin-left: 7px;
	color: #000000;
	border: 1px solid #018E19;
	padding: 7px;
}
#termitetext table {
	margin: 0px;
	background-image: none;
	text-indent: 0px;
	border-collapse: collapse;
	width: 100%;
}
#termitetext table td {
    text-align: center;
    background-color: #DDDDDD;
	padding: 5px;
	line-height: 200%;
}
#secondarynav {
    clear: both;
	border-top: 1px solid #1A54AC;
	color: #999999;
	text-align: center;
	padding: 3px;
}
#secondarynav a {
    color: #1A54AC;
    text-decoration: none;
	border-bottom: none;
	padding: 2px;
}
#secondarynav a:hover {
    color: #123C7A;
	background-color: #EFEFEF;
}
#footer {
    clear: both;
	border-top: 1px solid #1A54AC;
	color: #999999;
	text-align: center;
}
#footer a {
    color: #858585;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#header {
    width: 760px;
	text-align: right;
}
#logo {
    float: left;
	padding: 3px 0px;
}
#youarehere {
    float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 15px;
	line-height: 18px;
}
#youarehere a {
    color: #1A54AC;
	text-decoration: none;
}
#youarehere a:hover {
	text-decoration: underline;
}
#youarehere span {
    color: #018E19;
	font-weight: bold;
}
.mainimage {
	float: left;
	display: inline;
	margin: 0px;
	border-right: 15px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;	
}
#homecontent p {
    margin-top: 10px;
	line-height: 150%;
}
#homecontent a {
    color: #1A54AC;
	text-decoration: none;
	border-bottom: 1px dashed #018E19;
}
#homecontent a:hover {
    border-bottom: 2px solid #018E19;
}
#adspace a,  #adspace a:hover {
    border-bottom: none;
}
p#pagetitle {
    background-color: #018E19;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px;
	text-indent: 5px;
	padding: 2px 0px;
	font-weight: bold;
}
#mydirectorylist table {
    width: 100%;
}
#mydirectorylist a, #mydirectorylist a img {
    border: none;
}
#mydirectorylist a img {
    margin-right: 5px;
}
