﻿/*------------------------------
	
------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}
/*------------------------------
	Page Style
------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
 	background-color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
 	background-color: white;

}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
 	background-color: white;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 6px;
 	background-color: white;

}
strong {
	color: #333;
 	background-color: white;

}
b {
	color: #333;
 	background-color: white;

}
p {
	margin: 10px 0px;
 	background-color: white;

}
ul {
	list-style-image: url('../images/bullet_red.gif' );

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #333;
	text-decoration: underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #333;
	text-decoration: underline;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #333;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #333;

}
.pagelink {
	border-width: 0px;
	float: left;
}
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
/*------------------------------
	Formatting	
------------------------------*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.Center {
	margin: 0px auto;
}
.padding10 {
	padding: 10px;
}
#weather {
	display: none;}
/*------------------------------
	Layout
------------------------------*/
#footer {
	overflow: hidden;
	width: 100%;
	clear: left;
	font-size: 10px;
	text-align: center;
	margin: 5px 0px;
}
#footer a {
	font-size: 10px;
}
#sub-section {
	display: none;}
#content {
	overflow: hidden;
	float: left;
	width: 50%;
}
#sub-left {
	display: none;}
#header {
	display: none;
	}
#navigation {
	display: none;
}
/*------------------------------
	Navigation
------------------------------*/
#QuickLink-menu {
	display:  none;
}