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

/*legacy*/

.calloutTxt {
	font-size : 10px;
	font-weight : bold;
	color : #f90;
}

.calloutTxt2 {
	font-weight : bold;
	color : #069;
}

.calloutTxt3 {
	font-weight : bold;
	color : #000;
}
.calloutTxt4 {
	font-weight : bold;
	color : #690;
}

.content {
	background-image : url(../images/bkgd_content.gif);
	background-repeat: repeat-y;
	background-color : #eee;
	padding : 3px 18px 0px 40px;
}

.contentBottom {
	background-image : url(../images/bkgd_content_bottom.gif);
	background-repeat: repeat-x;
	background-color : #666;
}

.contentTxt {
	font-family : arial;
	font-size : 13px;
	padding : 0px 0px 0px 18px;
}



.contentLink {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #333333;
}

.contentLink:hover {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #ff0000;
}



.footer {
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
	color : #999999;
}


.heading1 {
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	padding : 8px 0px 8px 0px;
	color : #660066;
}

.heading2 {
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	padding : 0px 0px 0px 0px;
	color : #660066;
}
.homeContent {
	background-color : #666;
	font-family : arial;
	font-size : 11px;
	color: #ffffff;
	padding: 5px;
}
#navLinkOn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #069;
}



.navPrimary {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #ccc;
	background-color : #333;
	padding : 8px 0px 8px 0px;
}

.navPrimary a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #ccc;
}
.navPrimary a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #f90;
}

.pageHeader {
	font-family : arial;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	color : #333;
	padding : 8px 0px 0px 0px;
}

.textLinks {
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	color : #ccc;
	background-color : #999;
	padding : 8px 8px 8px 8px;
}

.textLinks a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #333;
}

.textLinks a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #fff;
}



.seText {
	color : #000000;
}









body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#666666;
}
.header {
	background:#660066;
}

#headerLinks {
	padding-bottom:8px;
}
.headerLinks {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-right:30px;
	text-decoration:none;
}

.headerLinks:hover {
	text-decoration:underline
}
.footer {
	background:#ffffff;
}

#footerLinks {
	padding-bottom:8px;
}
.footerLinks {
	font-family:Arial, Helvetica, sans-serif;
	color:#660066;
	font-size:11px;
	font-weight:bold;
	padding-right:30px;
	text-decoration:none;
}

.footerLinks:hover {
	text-decoration:underline
}