/* CSS Document */


/* body */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#01153b;
	background-color:#0c3483;
	/*
	background-image:url(../images/tile.jpg);
	*/
}


/* links */
a.bottom_nav
{
	color:#01153b;
}
a.bottom_nav:hover
{
	color:#0c3483;
	text-decoration:none;
}

a.bottom_nav:visited
{
	color:#0c3483;
}


a.clubLink
{
	background-color:#333333;
	
	color:#FFFFFF;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration:none;
}

a.clubLink:Hover
{
	background-color:#666666;
}

a.mainLink
{
	color:#f3f7ff;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight:normal;
	text-decoration:none;
}

a.mainLink:Hover
{
	color:#FFFFFF;
	text-decoration:none;
}

a.mainLink:Visited
{

}

a.subLink
{
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}

a.subLink:Hover
{
	color:#555555;
	text-decoration:none;
}

a.contact
{
	color:#444444;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration:underline;
}

a.contact:Hover
{
	color:#999999;
	text-decoration:none;
}


/* HR */


/* TD */

td.mainLink, td.featureLink
{
	color:#FCA8FD;
	background-color:#0000ff;
	background-repeat:no-repeat;
	height: 21px;
	font-weight: bold;
	padding-left:22px;
	padding-top: 0px;
}

td.clubLink
{
	background-color:#333333;
	height: 18px;
	width: 125px;
	padding-left: 10px;
}

td.clubLink:Hover
{
	background-color:#555555;
	cursor:pointer;
	height: 18px;
	width: 125px;
	padding-left: 10px;
}

td.mainLink
{
	background-image:url(../images/button.jpg);
	width: 150px;
}
td.mainLink_spacer 
{
	height: 5px;
}

td.featureLink
{
	background-image:url(../images/feature.jpg);
	width: 175px;
}

td.featureLink:Hover
{
	background-image:url(../images/feature_over.jpg);
	color:#FFFFFF;
}


/* tables */
.main_table, .left_table, .middle_table, .right_table
{
	margin-left: auto;
	margin-right: auto;
}



.main_table
{
	background-color:#0c3483;
	width: 950px;
}


.left_table
{
	width: 150px;
}

.middle_table
{
	background-color:#d6e1f7;
	vertical-align:top;
	width: 515px;
}

.right_table
{
	width: 175px;
}

.tri_image_table
{
	margin-left:auto;
	margin-right:auto;
}

/* rows */

/* columns */

.banner
{
	width: 850px;
	height: 150px;
	background-color:#0000FF;
}

.footer_column
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height: 111px;
	width: 950px;
	
}

.left_column, .left_shadow, .middle_column, .right_column, .right_shadow
{
	vertical-align: top;
}



.left_column
{
	background-color:#3366cc;
	width: 150px;
}

.left_shadow
{
	background-image:url(../images/left_shadow.jpg);
	background-repeat:repeat-y;
	width: 50px;
}



.middle_column
{
	background-color:#0c3482;
	width: 525px;
}

.middle_inner_column
{
	vertical-align:top;
}

.right_column
{
	background-color:#3366cc;
	width: 175px;
}

.right_shadow
{
	background-image:url(../images/right_shadow.jpg);
	background-repeat:repeat-y;
	width: 50px;
}



/* text */


.contact_text
{
	text-align:right;
}

 .content
{
	line-height: 18px;
	padding: 10px;
}


.heading
{
	color:#152751;
	font-size:16px;
	font-weight:bold;
}

.heading_page
{
	color:#152751;
	font-size:16px;
	font-weight:bold;
	background-color:#ccd9f4;
	padding:5px;
}

.invalid
{
	color:#990000;
}

.left_content
{
	text-align:left;
	font-size: 11px;
	font-weight: bold;
}

.menu
{
visibility:hidden;
z-index:2;
position:absolute; 
top: 168px;
padding:0px;
height:25px;
}

/* id */
#bottom_nav
{
z-index:2;
position:relative; 
top: 30px;
padding:0px;
}
#copyright
{
z-index:2;
position:relative; 
top: 60px;
padding:0px;
}





