@charset "UTF-8";
/* CSS Document */

/*FORMAT*/

/*DEFAULTS*/
body{
	font: small Tahoma, Arial, sans-serif;
	color: #000000;
	background: #003366 url(../images/bg-bluenoise.gif) repeat;
	text-align: center;
	margin: auto;
	padding: 0px;
}

a:link{
}
a:hover{
}
a:visited{
}

h1{
	font-size: small;
	font-weight: bold;
	color: #006633;
}
h2{
}

img{
}

/*FORMATTING*/
.emphasis{
font-size: small;
	font-weight: bold;
	color: #006633;
}
.img-rightheader{
	float: right;
	padding-left: 10px;
}
.img-right{
float: right;
	padding-left: 10px;
	paddig-top: 10px;
}
.img-left{
}
.weather{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 250px;
	
}
.buttons{
	font: bold small Tahoma, Arial, sans-serif;
	color: #000033;
	background: #99CCFF;
	text-align: center;
	padding: 8px 6px;
	width: 232px;
	border: 1px double #006600;
}

.buttons a:link, .buttons a:hover, .buttons a:visited{

	color: #000033;
	
}

/*FORMS*/


/*LAYOUT*/

table.main{
	text-align: left;
	margin: auto;
	padding: 0px;
	border: 2px solid #669933;
}
.headerphoto{
	padding: 1px;
	background: #000033;
	border-bottom: 2px solid #99CCFF;
}
.header{
	color: #FFFFFF;
	background: #000033;
	padding-left: 15px;
	padding-top: 10px;
	border-bottom: 2px solid #99CCFF;
}

.navigation{
}
.navigation li{
	line-height: 1.5em;
}

.navigation a:link, .navigation a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:hover{
	font-weight: bold;
	color: #CC6600;
}

.sidebar{
	color: #FFFFFF;
	margin: 0px;
	padding: 18px 8px 16px;
	width: 250px;
	background: #003366;
}

.content{
	line-height: 1.5em;
	background: #FFFFFF url(../images/bg-content.jpg) no-repeat right bottom;
	text-align: left;
	margin: 0px;
	padding: 18px 12px 16px;
	width: 80%;
}

.footer{
	color: #FFFFFF;
	background: #000033;
	margin: 0px;
	padding: 6px 8px 12px 6px;
	border-top: 1px solid #669966;
}

.footer a:link, .footer a:hover, .footer a:visited{
color: #FFFFFF;
}
