@charset "utf-8";

/*Positioning and body styles*/
html {
	background-color:#a9c3cb;
}
.bodyStyle {
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}
img {
	border:0;
}
.mainContent {
	width: 103%;
	margin-left:-10px;
	margin-top:-40px;
}
.gradient {
	background:url(../images/gradient.jpg);
	height:340px;
}

.centerStyle {
	margin: -300px 0 0 5%;
	text-align: left;
}
					.sponsors {
						height:50px;
						margin:-250px 0 120px 600px;
						width:400px;
						text-align:center;
					}
					
					.footer {
						background:url(../images/gradient.jpg);
						height:40px;
						margin:-28px 0 0 -120px;
					}
					

.border {
border:1px solid #000;
	background-color:#024e6e;
	margin:8px 0 0 0;
	width:600px;
	min-height:626px;
}



/*text styles*/
.textWhite {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding:0 10px 0 10px;
}	

.textWhite a:link, .textWhite a:active, .textWhite a:visited {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
	
.textWhite a:hover{
	color:#1bb7dd;
	background-color:#FFF;
}
.textWhiteSmall, .textWhiteSmall a:link {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.textWhiteSmall a:hover {
	color:#039;
}
.textWhiteLarge, .textWhiteLarge a:link, .textWhiteLarge a:active, .textWhiteLarge a:visited {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
}


.textWhiteLarge a:hover{
	color:#A0836E;
}
.textBlack {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bolder;
	text-align:justify;
}
.textBlue {
	color:#343d4f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bolder;
}
.textBlackCap {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bolder;
	font-style:italic;
}

.textBlackLg {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bolder;
	font-style:italic;
}
.textBlueBG {
	background-color:#343d4f;
	color:#FFC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:center;
}
h1 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	padding:5px;
}	

h2 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:italic;
	padding:5px;
}		
/*nav styles*/
/* Begin CSS Drop Down Menu */


#menuh	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	height:16px;
	text-transform: uppercase;
	width:600px;
	}
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px;
	white-space:nowrap;
	padding: .8em 1em 0 0.3em;
	background-color:#6dadce;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	text-decoration: none;
	color:#1bb7dd;
	background-color:#FFF;
	font-weight:bold;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover 
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover { 
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul 
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh li {
	position:relative;
	min-height: 1px;		  /*for some reason this is really important for keeping the menu from disappearing in IE*/
	vertical-align: bottom;	
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: .9em;
	margin:-.9em 0 0 -1em;
	text-align:left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
/*

