html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #61A1D6 url(images/bg.gif) repeat-y center top;
	text-align: center;
	margin: 0px 0px 6px;
	padding: 0px;
	color: #333333;
	font: 0.9em Arial, Helvetica, sans-serif;
}

h2 {
	color: #0099CC;
	border-bottom: 1px dotted #006699;
	margin-right: 10px;
	margin-left: 10px;	
}

h3 {
	color: #009933;	
}

a:link, a:visited {
	color: #0099CC;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color: #0099CC;
	text-decoration: none;
	background-color: transparent;
}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 728px;
	background: url(images/container_bkg.gif) repeat-y left top;
}

#header {
	background: #FFFFFF url(images/ban.jpg) no-repeat;
	height: 132px;
	width: 728px;
}

#menu {
	width: 161px;
	float: left;
}

#content {
	float: right;
	width: 565px;
}

.clear {
	clear: both;
}

#footer {
	text-align: right;
	margin: 6px auto 0px;
	padding: 0px;
	width: 728px;
	background: #F7FAFD;
	height: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#botLine {
	margin: 0px auto;
	padding: 0px;
	height: 4px;
	width: 728px;
	background: #9EC35E;	
}

#copyright {
	margin: 0px;
	padding: 8px 15px 5px 5px;
	font: bold .7em "Courier New", Courier, monospace;
}

#copyright a:link, #copyright a:visited {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

#copyright a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
}

#copyright a:active {
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
}

#content p, #content h3 {
	padding-right: 10px;
	padding-left: 10px;
}

#weather {
	padding: 15px 20px;
}

#time {
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 4px;
}

#helpList {
	list-style: none;
}

.helpList {
	list-style: none;
}

.imgRight {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.imgLeft {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}


.line {
	border-bottom: 1px dotted #006699;
	margin-right: 10px;
	margin-left: 10px;
}

.searchBox {
	padding: 10px;	
}
#helpList li {
	padding: 10px;
}

.announceBox {
	padding: 5px;
	border: 1px solid #FF0000;
	margin: 10px;
}
