/* CSS Document */

body {
	background: #ececec;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #container {
	width: 777px;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.calnav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	height: 30px;
	width: 450x;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.calnav ul{
	PADDING-LEFT: 0px;
    MARGIN: 0px;
}

.calnav li {
	background-color: #d7e9b8;
	height: 30px;
	FLOAT: left;
	MARGIN: 2px;
	WHITE-SPACE: nowrap;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	TEXT-ALIGN: center;
	padding-left: 0px;
}
.calnav li:first-child
{
}
.calnav li:hover
{
	background-color: #006633;
	COLOR: #ffffff;
    cursor: pointer;
}
.calnav A
{
    PADDING-RIGHT: 18px;
    DISPLAY: block;
	PADDING-top: 7px;
    PADDING-LEFT: 18px;
    color: #006633;
	text-decoration:none;
}
.calnav A:hover
{
  	COLOR: #ffffff;
	cursor: pointer;
	text-decoration:underline;

}


H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color: #666666;
	line-height:16px;
	padding:3px
}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	padding:3px
}

.indent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	padding:3px;
	margin-left: 10px;
}

.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #006600;
	line-height:16px;
	padding:3px;
	font-style: italic;
}

.bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #666666;
	line-height:16px;
	padding:0px
}

.boldgreen{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #006600;
	line-height:16px;
	padding:3px
}

.navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	background-color: #d7e9b8;
	display: block;
	width: 130px;
	border-bottom-width: thick;
	border-left-style: none;
	border-bottom-style: solid;
	margin-top: 5px;
	height: 10%;
	border-bottom-color: #006633;
}

.navigation:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006633;
	display: block;
	width: 130px;
	border-bottom-width: thick;
	border-left-style: none;
	border-bottom-style: solid;
	margin-top: 5px;
	height: 10%;
	border-bottom-color: #d7e9b8;
}

.toplink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	PADDING: 2px;
}

.bodylinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #006600;
	font-weight:bold;
	line-height:16px;
	padding:0px;
	text-indent: 0px;
}

.topnav{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	background-color: #d7e9b8;
	padding: 3px;
	height: 0px;
	width: 110px;
	line-height: normal;
	border-bottom-style: none;
	margin-left: 0px;
}

.topnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #006633;
	padding: 3px;
	height: 0px;
	width: 110px;
	line-height: normal;
	border-bottom-style: none;
	margin-left: 0px;
}

.current {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #006633;
	padding: 3px;
	height: 0px;
	width: 70px;
	line-height: normal;
	border-bottom-style: none;
	margin-left: 0px;
}

