body {
	background-image:url(../assets/MainBackGround.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #E6E6E6;
	margin:0px;
	height: 100%;
	font-family:"Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#homepage {
	background-image:url(../assets/homebackground.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #E6E6E6;
	margin:0px;
	height: 100%;
	font-family:"Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
	height: 100%;
}

h1 {
	font-size: 20px;
	color: #540A19;
	margin-top: 30px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #540A19;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

h3 {
	font-size: 15px;
	color: #540A19;
	margin-bottom: 5px;
	padding: 0;
}



p {
	color:#000000;
	font-size: 12px;
	line-height: 130%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

a {
	color:#000000;
	font-size: 13px;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 16px;
	font-size: 12px;
}

a:hover {
	color: #95122C;
}

form {
	padding: 0;
	margin: 0;
}

label {
	width: 120px;
	font-weight: bold;
	display: block;
	float: left;
}

textarea {
	width: 400px;
}

.separator {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
}

.greyline {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	margin-top: 20px;
	margin-bottom: 25px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	position: relative;
	
	min-height:100%;
	
}

.searchBox {
	float:left; 
	padding-top: 7px;
}

.searchBox input {
	width: 130px; 
	margin-top: 0px;
	margin-right: 5px;
}

.searchButton{
	width: 26px;
	height: 35px;
	float:left;
}

.searchButton input {
	border: none;
	margin-top: 9px;
}

.top {
	width: 849px;
	height: 36px;
	background-image: url(../assets/topNavWrap.jpg);
	background-repeat:no-repeat;
}

.subTop {
	width: 849px;
	height: 36px;
	background-image: url(../assets/subTop.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

.MainHeaderImage
{
	background-image:url(../assets/mainPageHeader.gif);
	background-repeat: no-repeat;
	width: 346px;
	height: 176px;
	float:left;
	
}

.MainTopRight
{
	background-image:url(../assets/mainPageHeader2.gif);
	width: 504px;
	height: 140px;
}


.HeaderImage
{
	background-image:url(../assets/RangiHeader.gif);
	width: 346px;
	float:left;
	height: 124px;
}

.TopRight
{
	background-image:url(../assets/RangiRightTop.gif);
	width: 504px;
	height: 88px;
}

.topNav	{
	background-color: #012B75;
	height: 36px;
	width: 503px;
	margin-left: 346px;
}

.topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left; 
	height: 36px;
	line-height: 36px;
	width: 310px;
}

.topNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height:36px;
	background-image:url(../assets/navsplit.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.topNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.topNav li {
	float: left;
}

.topNav .last {
	background-image: none;
}

.logo {
	width: 849px;
	height: 100px;
}

.subLogo {
	width: 849px;
	height: 88px;
}

.flashHome {
	width: 557px;
	height: 310px;
	float: left;
}

.subHeaderImage {
	width: 557px;
	height: 271px;
	float: left;
}

.subSubBody {
	width: 507px;
	margin-left: 30px;
	margin-right: 20px;
	min-height: 300px;
	_height: 300px;
	float: left;
	margin-top: 20px;
	padding-bottom: 45px;	
}

.imagePlaceHolder {
	min-width:127px;
	_width:127px;
	min-height:50px;
	_height:50px;
	float:left;
	margin-left:10px;
	margin-bottom: 5px;
	float: right;
	border: 5px solid #E5E5E5;	
}

.cookieTrail {
	font-size: 10px;
	color: #666666;
}

.cookieTrail a {
	font-size: 10px;
	color:  #666666;
}

.cookieTrail a:hover {
	color:#000000;
}
.mainDropDown {
	float:left; 
	background-color: #E6E6E6;
	width: 292px;
	height: 49px;
}

.mainDropDown select {
	width: 150px;
}

.drop {
	margin-left: 30px;
	margin-top: 15px;
	float: left;
}

.tagLine {
	background-image:url(../assets/banner.gif);
	background-repeat: no-repeat;
	width: 557px;
	height: 49px;
	float:left;
}

.mainTextArea {
	width: 558px;
	min-height: 200px;
	_height: 200px;
	float: left;
	padding-bottom: 45px;
}

.address {
	width: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

.DropDownAreaList
{
	background-image:url(../assets/DropDownArea.gif);
	height: 48px;
	width: 292px;
	background-color: #95122c;
	text-align: center;
}

.feature {
	background-color:#E6E6E6; 
	width:540px; 
	min-height: 150px;
	_height: 150px;
	margin-left: 18px;
	clear: left;
	margin-bottom: 10px;
}

.featurePic {
	min-width: 1px;
	_width: 1px;
	min-height: 1px;
	_height: 1px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.featureText {
	padding: 10px;
}

/*.downloads {
	background-image: url(../assets/red_arrow_White_Back.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
}*/

.downloads a {
	background-image: url(../assets/red_arrow_White_Back.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	color:#000000;
	font-size: 13px;
	text-decoration: underline;
	background-position: left 1px;
}

.downloads a:hover {
	color:#95122C;
}

.greyDownloads a {
	background-image: url(../assets/red_arrow_Grey_Back.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	color:#000000;
	font-size: 13px;
	text-decoration: underline;
	background-position: left 1px;
}

.greyDownloads a:hover {
	color:#95122C;
}


.h1n1Link a {
	background-image: url(../assets/red_arrow_Grey_Back.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	color:#000000;
	font-size: 15px;
	color: #540A19;
	text-decoration: underline;
	background-position: left 1px;
}

.h1n1Link a:hover {
	color:#95122C;
}

.featureLinks {
	margin-left: 18px;
	margin-top: 30px;
}

.featureLinks ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 544px;
}

.featureLinks ul li {
	float: left;
}

.featureLinks ul a {
	display: block;
	width: 121px;
	height: 30px;
	line-height: 30px;
	background-color: #F5F5F5;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #540A19;
	border: 5px solid #E6E6E6;
	margin-right: 5px;
	margin-bottom: 5px;
}

.featureLinks ul a:hover {
	color: #FFFFFF;
	background-color: #95122C;
}

.featureLinks .lastFeatureLink {
	margin-right: none;
}

.featureLinks .featureSelected {
	margin-bottom: 0;
	border-bottom: 10px solid #E6E6E6;
	color: #FFFFFF;
	background-color: #95122C;
}

.homeTerm {
	background-image:url(../assets/termHeader.gif);
	background-repeat: repeat-y;
	height: 85px;
	width: 292px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.subInfo {
	background-image:url(../assets/termHeader.gif);
	background-repeat: repeat-y;
	height: 46px;
	width: 292px;
}

.subInfo select {
	width: 150px;
	}

.termDate {	
	line-height: 48px;
	height: 48px;
	float: left;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 37px; 
	background-image: url(../assets/arrow_red_back.gif);
	background-repeat: no-repeat;
	background-position:right 15px;
	padding-right: 18px;
}

.term {	
	line-height: 48px;
	height: 48px;
	float: left;
	margin-top: 37px; 
}

.EmailImage
{
	float:left;
	margin-left: 5px;
	margin-top: 10px;
}

.PasswordImage
{	
	float:left;
	margin-left:5px;
	margin-top: 10px;
}

.groupWise
{	
	float:left;
	margin-left:5px;
	margin-top: 10px;
}

.MainEmailImage {
	width: 28px;
	height: 27px;
	float:left;
	margin-right: 2px;
	margin-left: 5px;
	margin-top: 10px;
}

.MainPasswordImage {
	width: 28px;
	height: 27px;
	float:left;
	margin-right: 2px;
	margin-top: 10px;
}

.MainGroupWise {
	width: 28px;
	height: 27px;
	float:left;
	margin-top: 10px;
}

.RightNavigationList
{
	background-color: #000034;
	width: 292px;
	height: 196px;
	padding-top:23px;
	color:#FFFFFF;
	text-align:left; 	
}

.RightNavigationList ul
{
	list-style: none;	
	text-decoration: none;
	padding-left: 25px;
	margin: 0px;
}
.RightNavigationList li 
{
	background-image:url(../assets/ArrowImage.gif);
	background-repeat: no-repeat;	
	padding-bottom: 6px;
}

.RightNavigationList a:visited
{
	text-decoration:underline;
}

.RightNavigationList  a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}


/*CSS for sub sub top navigation */

.subSubTopNav {
	height: 46px;
	width: 849px;
	background-color: #000034;
}

.subSubTopNav ul {
	margin:0;
	padding: 0;
	padding-left: 15px;
}

.subSubTopNav li {
	float: left;
	list-style-type: none;
	display: block;
	height: 46px;
	background-image: url(../assets/navDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.subSubTopNav li a {
	text-decoration:none;
	color:#FFFFFF;
	width: auto;
	padding-left: 14px;
	padding-right: 13px;
	display: inline;
	height: 46px;
	line-height:46px;
	
}

.subSubTopNav li.first {
	background-image:none;
}

.subSubTopNav li a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

.flags {
	position: absolute;
	height:11px;
	width: 134px;
	left: 697px;
	top: 104px;
}


	
/*CSS for home navigation */

.homeRightWrap {
	width: 292px;
	height: 310px;
	float: left;
}

.subRightWrap {
	width: 292px;
	height: 268px;
	float: left;
}


.homeRightNav{
	background-color: #000034;
	width: 292px;
	height: 225px;
}
	
.homeRightNav ul {
	list-style: none;
	margin: 0px;
	padding-top: 18px;
	padding-left: 27px;
}

.homeRightNav li {
	background-image:url(../assets/ArrowImage.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height:25px;
	background-position: left -2px;
}

.homeRightNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}

.homeRightNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*CSS for left nav on sub page*/
.pageHeading
{
	color:#FFFFFF;
	width: 203px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-left: 29px;
	background-color: #012C75;
	font-size:15px;
}

.emptySpace {
	width: 232px;
	height: 32px;
	background-color: #D1D7E9;
}

.leftNav {
	clear: both;
	float: left;
}

#subNav
{
	width: 224px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin: 0px;
	background-color: #BDC6DF;
	word-wrap:break-word;
}

#subNav a {
	font-size: 13px;
}


#subNav a:hover {
	text-decoration: underline;
	color: #000000;
}

.PNode a:hover, .CNode a:hover, .SNode a:hover {
	text-decoration: underline;
	color: #000000;
}

.PNode {
	font-weight: bold;
}
	
.CNode {
	font-weight: normal;
}
	
.SNode {
	text-decoration: underline;
	font-weight: bold;
}

/*#subNav ul {
	list-style: none;
	padding-top: 15px;
	margin: 0px;
	padding-left: 29px;
	padding-bottom: 15px;
}

#subNav a {
	display: block;
	width: 100%;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#subNav a:hover {
	text-decoration: underline;
	color: #000000;
}

#subNav a.first {
	height: 28px;
	border: none;
}


#subNav li ul {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	padding-left: none;
}

#subNav li ul a {
	font-weight: normal;
	
}

#subNav li:hover ul, #subNav li.sfhover ul { 
	display: block;
}
*/


/*CSS for subSub left nav */

.subRightNav {
	float: left;
	width: 292px;
}

.subSubPageHeading {
	color:#FFFFFF;
	width: 263px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-left: 29px;
	background-color: #012C75;
	font-size:15px;
}

.subSubEmptySpace {
	width: 292px;
	height: 32px;
	background-color: #D1D7E9;
}

#subSubNav
{
	width: 292px;
	padding: 0px;
	margin: 0px;
	background-color: #BDC6DF;
}

#subSubNav ul {
	list-style: none;
	padding-top: 15px;
	margin: 0px;
	padding-left: 29px;
	padding-bottom: 15px;
}

#subSubNav a {
	display: block;
	width: 100%;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#subSubNav a:hover {
	text-decoration: underline;
	color: #000000;
}

#subSubNav a.first {
	height: 28px;
	border: none;
}


#subSubNav li ul {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	padding-left: none;
}

#subSubNav li ul a {
	font-weight: normal;
	
}

#subSubNav li:hover ul, #subSubNav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}







.aTagDownloadLink
{
	padding-top:10px; 
	padding-left:20px;
}

.aTagDownloadLink a
{
	color: #000000;
	font-weight: bold;
}

.downloadArea
{
	background-image:url(../assets/downloadArrow.gif);
	width: 565px;
	height: 28px;
}

.MainSubText
{
	padding-top: 15px;
	padding-bottom: 45px;
	font-size: 13px;
	width: 555px;
	margin-left: 30px;
	float: left;
}

/* This is the CSS for the calendar page */

.eventsSelection {
	margin: 10px;
}

.calendarWrapper {
	width: 500px;
}

.calendar {
	float: left;
	width: 180px;
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.calActive {
	background-color: #F1F3F8;
}

.calActive a {
    text-decoration: none;
    font-weight: bold;
}

.calActive a:hover {
    color: #95122C;
}

.eventsHeading {
	height: 30px;
	width: 500px;
	padding-left: 5px;
	line-height: 30px;
	background-color: #012C75;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.eventsHeading a {
    color: #FFFFFF;
    text-decoration: none;
}

.selectLocation {
	margin-right: 5px;
	margin-top: 4px;
}

.events {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.events th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	background-color: #BDC6DF;
	border: 1px solid #FFFFFF;
}

.events td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

.eventLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.highlighted {
	background-color: #F1F3F8;
}

.eventLink a:hover {
	color: #95122C;
}

.detailsHeading {
	clear: both;
	height: 30px;
	width: 500px;
	padding-left: 5px;
	line-height: 30px;
	background-color: #012C75;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.details {
	clear: both;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.details td, th {
	padding: 5px 5px 5px 5px;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*This is the CSS for the footer */

#footer {
	position: relative;
	margin-top: -34px;
	margin-left: auto;
	margin-right: auto;
	width: 849px;
	height: 34px;
	line-height:34px; 
	background-color: #95122C;
	color:#FFFFFF;
	font-weight:normal;
	font-size: 10px;
	clear: both;
	text-align: center;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 10px;
}

#footer a:hover {
	color: #540A19;
}

/*This is the CSS for the sports page*/
.navTable {
	font-weight:bold;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}

.map {
	width: 400px;
	height: 300px;
}

#backtotop {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 160px;
	bottom: 60px;
	z-index: 1000;
}

/* This is the CSS for the payments page */

.payment {
	width: 430px;
}

.payment fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.payment legend {
	font-weight: bold;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
}

.payment label {
	display: block;
	font-weight: normal;
	width: 400px;
}

.payment input {
	width: 300px;
}

.payment textarea {
	width: 300px;
}

.payment li {
	list-style-type:decimal;
}

.payment input.send {
	width: 100px;
	float: right;
	margin-left: 10px;
}

.payment input.short, .payment label.short {
	width: 85px;
}


