a:link {
	color: #3D3D5C;
	text-decoration: underline;
}
a:visited {
	color: #A3A3C2;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
.td-menu {
	width: 150px;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D3D5C;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}
.td-content {
	font-family: Century, Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D3D5C;
}
.title-1 {
	font-family: Century, Georgia, serif;
	font-size: 18px;
	color: #3D3D5C;
	line-height: 30px;
}
.title-2 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3D3D5C;
	line-height: 30px;
}
.title-3 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
}
.text {
	font-family: Century, Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.charity {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #585858;
}
.blue-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	line-height: 14px;
}
.blue-bold-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	line-height: 14px;
}
.blue-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 14px;
}
.blue-11-spacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 16px;
}
.blue-bold-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.white-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.white-bold-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.weather {
	width: 415px;
	height: 440px;
	background-color: #E1E1FF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000066;
	position: static;
}
.photoborder {
	border: 1px solid #666699;
	margin: 0px;
	padding: 0px;
}
.photoborder-left {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid 000066;
}
.photoborder-left-nb {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photoborder-right {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid 000066;
}
.photoborder-right-nb {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* *************** Tab Style *************** */

.shadetabs{
}

.shadetabs ul{
	font: bold 11px Verdana;
	text-align: left;
	color: #000066;
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 006699;
	background-color: #FFFFFF;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	font: bold 11px Verdana;
	color: #006699;
	padding: 2px 4px;
	margin-right: 2px;
	border: 1px solid #006699;
}

.shadetabs li a:visited{
	font: bold 11px Verdana;
	color: #006699;
}

.shadetabs li a:hover{
	color: #FFB310;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ 
}

.shadetabs li.selected a:hover{
}

/* *************** Dropdown Menu Style *************** */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #0099CC;
	border-width: 0 1px;
	font:11px/16px Verdana;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0099CC;
padding: 2px 0;
color: #000066;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #FFFFCC;
}

/* *************** tabbed panels *************** */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #E1E1FF;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCCCFF;
}
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFF;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
