/* CSS Document */

a:link {
	color: #00c;
	text-decoration: none;
}

a:visited {
	color: #00c;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

body {
	background-image: url(images/page_grad.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	scrollbar-3dlight-color: #006633;
	scrollbar-arrow-color: #CCFF00;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #009933;
	scrollbar-highlight-color: #006633;
	scrollbar-shadow-color: #003300;
	scrollbar-track-color: #666666;

}

h1 {
	color: #006600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}



h2 {
	color: #006600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	color: #006600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.bullet{
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
}

.centre3col{
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	padding-left: 10px;
	width: 31%;
}

/* Document Font/Format Properties */
.date {
	color: #CCCCCC;
	font-size: 80%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 50px;
}

.footleft{
	float: left;
	text-align: left;
	width: 40%;
}

.footright{
	float: right;
	text-align: right;
	width: 50%;
}

.left3col{
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 30%;
}

.photo{
	background-color: #000000;
	border: thick solid #000000;
	color: #CCCCCC;
	font-size: 80%;
	height: auto;
	white-space: nowrap;
	width: auto;
}

.picleft{
	border: 1px solid #666;
	color: #333;
	float: left;
	font-size: 90%;
	margin: 2px;
	padding: 2px;
}

.picright{
	border: 1px solid #666;
	color: #333;
	float: right;
	font-size: 90%;
	margin: 2px;
	padding: 2px;
}

.right3col{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 31%;
}

.sidebar {
	background-color: #90DF9E;
	color: #000;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 30%;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4{
	color: #006633;
}

.sidebar ul{
	list-style-position: outside;
	margin-left: 10px;
	list-style: outside url(images/arrow.gif);
	}
	
	.boxed{
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
}


.twocolLeft{
	width: 50%;
	float: left;
}

.twocolRight{
	width: 50%;
	float: right;
}
#banner{
	position: absolute;
	right: 10px;
	top: 0px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	/*width:100px;*/
}

#nav li ul{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	}

#nav li>ul { /* 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 */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #CC9966;
}

#content {
	clear: both;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

#footer{
	border-top: 1px solid #666666;
	clear: both;
	color: #333; /*font-size: 90%;*/
	text-align: center;
	height: 120px;	
	overflow: visible;
	margin-left: 10px;
	margin-right: 10px;
}

/* Document Layout Properties */
#header{
	background-color: #006600;
	background-image: url(images/leaves_tile.png);
	clear: both;
	height: 80px;
}

#logo{
	left: 20px;
	position: absolute;
	top: 0px;
	background: top;
}

#navbar{
	background-color: #003366;
	clear: both;
	color: #FFFFFF;
	vertical-align: bottom;
	width: 100%;
}

#navbar a:link, #navbar a:visited, #navbar a:active{
	background-color: #003300;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#navbar a:hover{
	background-color: #666666;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}

#utility{
	clear: none;
	padding-right: 10px;
	text-align: right;
	border-bottom: 1px solid #666666;
}
#utility a{
	color: #00f;
	background-color: transparent;
	border: none;
}

#utility a:hover{
	color: #f00;
	background-color: transparent;
	border: none;
}
#container{
	background-color: #9ff;
	border-left: 1px solid #999;
	margin: 0px 0px 0px 20px;
	background-image: url(images/bl_leaf.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.even{
	background-color: #BBFEFF;
}