/* CSS Document */


/*--------------------------------- body -------------------------------*/

body {
    background-color:#ffffff;
	padding: 0;
	margin: 0;
	height: 100%;
}
html, p, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}


/*--------------------------------- layout -------------------------------*/

#mainNav {
	padding-left: 10px;
	background-image: url(images/navgrad.gif);
}
#emailArea {
	padding-top: 20px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#leftContent {
	padding: 5px 0px 10px 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#mainContent {
	padding: 10px 30px 30px 15px;
	background-color: #FFFFFF;
}
#footerArea {
	padding-left: 10px;
	background-color: #FFFFFF;
}
#googleArea {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#copyRight {
	padding: 10px 0px 10px 10px;
	background-image: url(images/weathergrad.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#S {
	border: 1px solid #1690FF;
	padding: 5px;
	background-image: url(images/weathergrad.gif);
	background-repeat: repeat-x;
}
#tableBg{
	background-image: url(images/tablegrad.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#tableBgtop{
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/tablegrad2.gif);
	background-repeat: repeat-x;
	text-align: center;
}
/*--------------------------------- navigation -------------------------------*/

#mainNav a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px 5px;
}	
#mainNav a:hover{
	font-size: 11px;
	font-weight: bold;
	color:#1690FF;
	text-decoration: none;
	padding: 4px 5px;
}	
#leftContent a{
	color: #1690FF;
	font-weight: bold;
}
#leftContent a:hover{
	color: #1690FF;
	font-weight: bold;
}
#mainContent a{
	color: #1690FF;
	font-weight: bold;
}
#mainContent a:hover{
	color: #1690FF;
	font-weight: bold;
}
#policyLinks a{
	color: #1690FF;
	font-weight: normal;
}
#policyLinks a:hover{
	color: #1690FF;
	font-weight: normal;
}

/*--------------------------------- headings -------------------------------*/

#mainHeading {
	font-size: 17px;
	padding-left: 10px;
	color: #FFFFFF;
	font-style: italic;
}

#leftHeading {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1690FF;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

/*--------------------------------- forms -------------------------------*/

#emailBox {
	font-size: 11px;
}

/*--------------------------------- images -------------------------------*/

#add {
	width: 175px;
	height: 100px;
	margin: 10px;
	float: right;
}

/*--------------------------------- styles -------------------------------*/

.style1{
	color:#1690FF;
	font-weight: bold;
}
.style2{
	color:#999999;
}
.style3{
	font-size: 10px;
}#headerStretch {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-image: url(images/org-top.gif);
	background-repeat: repeat-x;
}
#willImage {
	float: right;
	margin: 5px;
}
