body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position:center center;
	background-color: #ffffff;
	overflow:auto;
	o\verflow: visible;
	
	
}

html,body {
	margin: 0;
	height:100%; /* needed for container min-height */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	z-index:-5;
	text-align:center;

}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #1b4273;
	line-height:1.5;
	margin:0 0 1em;
	background-image: url(../images/headerbg.gif);
	padding:0;
	font-weight: normal;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b4273;
	margin:0;
	text-transform: uppercase;
	line-height:1.5;
	margin:0 0 1em;
}


h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #1b4273;
	line-height:1.5;
	margin:0 0 1em;
	background-image: url(../images/headerbg.gif);
	padding:0;
}

a {
	color:#FEA400;
	font-weight: bold;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

ol{
	list-style-position: outside;
	list-style-type: decimal;
	line-height:1.5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul{
	list-style-position: outside;
	list-style-type: decimal;
	line-height:1.5;
	list-style-image: url(../images/bullet.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
}




/*Example CSS for the two demo scrollers*/



#pscroller2{
width: 300px;
height: 31px;
padding: 0px;
}




.someclass{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1b4273;
	font-variant: small-caps;
}


/*End of CSS Scrollers*/


.bluetype{color: #1b4273;}

.bluetypeVerdana{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1b4273;
	
}
.content_right_top {
	background-image: url(../images/c_right_t.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content_right_middle {
	background-image: url(../images/c_right_m.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content_right_bottom{
	background-image: url(../images/c_right_b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}



.content_left_top {
	background-image: url(../images/c_left_t.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
}
.content_left_middle {
	background-image: url(../images/c_left_m.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}

.content_left_bottom {
	background-image: url(../images/c_left_b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}


.sponsorsbg{
	background-image: url(../images/sponsors_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}





/* ________________________________Container Divs below (Do not Change) ________________________________*/



div#container {
	position:relative;
	width:760px;
	background:#1B4273;
	height:auto !important;
	height: 100%;
	min-height:100%;
	clear:both;
	z-index: 1;
	margin: 0 auto;   /* align for good browsers */
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

div#header {
	height: 150px;
	background-repeat: no-repeat;
	background-color: #1B4273;
	margin:0;
	clear:both;
}
	
div#navmenu{
	height: 25px;
	background-color: #C7B188;
	width: 760px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	display: block;
	float:left;
	position:relative;
	margin:0; 
	z-index:1000;
	
	
	
}



div#content {
	background-color: #1B4273;
	height: 100%;
	padding-top: 10px;
padding-bottom: 20px;
width:760px;
clear:both;
z-index:500;


}
	


div#indexcontent {
	float:left;
	width:760px; /* bottom padding for footer */
	padding-top: 0px;
	padding-bottom: 3px;
	
	clear:both;
	z-index:500;
}
	
div#leftcontent {
	float:left;
	width:220px; /* bottom padding for footer */
	
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;	
	height: 100%;

	
}
	
	
div#rightcontent {
float:right;
	width:510px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	height:100%;	

}


div#footer {
	clear:both;
	position:absolute;
	width:100%;
	bottom:0;
	background:#ddd url(../images/footer.gif) no-repeat;

	height: 120px;
	margin:0;
}
	div#footer p {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c7b188;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	}

.shim {
	height: 120px;
	clear: both; 
}


/* ________________________________Specific Menu Instructions below ________________________________*/



/* Begin CSS Popout Menu */

#menu {z-index:1000;
position:absolute;}

#menu ul, #menu ul ul {
	width: 100%; 
	margin: 0;
	padding: 0;
	background: #c7b188; /* IE6 Bug */
	font-size: 100%;
	z-index:1000;
	
	}
	
#menu ul {
	float: left;
	width: 760px;
	}

	
#menu ul:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#menu ul li {
	position: relative;
	list-style: none;
	float: left;
	width: auto; /* Width of Menu Items */
	z-index:1000;
	white-space:nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB;

	}

#menu ul li a,
#menu ul li li a {
	display: block;
	text-decoration: none;
	color:#333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom:6px;
	padding-left: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	list-style-image: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%;  position:static; width: 1em; }


* html #menu ul li a { height: 1%; }



/* End */

#menu ul ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #BBB;
	width:193px;

	}
	
#menu ul ul ul {
	left: auto;
	top: 0;
	}

#menu ul li ul li a { padding: 5px 6px; width:180px; white-space:nowrap; background-color: #FFFFFF;} /* Sub Menu Styles */

#menu ul li:hover ul ul,
#menu ul li:hover ul ul ul,
#menu ul li.over ul ul,
#menu ul li.over ul ul ul { display: none; } /* Hide sub-menus initially */

#menu ul li:hover ul,
#menu ul li li:hover ul,
#menu ul li li li:hover ul,
#menu ul li.over ul,
#menu ul li li.over ul,
#menu ul li li li.over ul { display: block; } /* The magic */

#menu ul li.menuparent { background: transparent url(../images/arrow-down.gif) right center no-repeat; }
#menu ul li li.menuparent { background: transparent url(../images/arrow-right.gif) right center no-repeat; }

#menu ul li.menuparent:hover,
#menu ul li.over { background-image: url(../images/menubg-over.gif); !important; }

#menu ul li a:hover { background-image: url(../images/menubg-over.gif); }