@import url("login/login_styles.css") ;
@import url("shop/shop_styles.css") ;

BODY.main {	
	color: #000000 ;
	background: #536a91 ;
	margin: 0px 0px 0px 0px ;

	scrollbar-arrow-color: #00cFFF ;
	scrollbar-base-color: #6D8693 ;
	scrollbar-shadow-color: #F3F3F3 ;
	scrollbar-face-color: #38587E ;
	scrollbar-highlight-color: #F3F3F3 ;
	scrollbar-dark-shadow-color: #536a91 ;
	scrollbar-3d-light-color: #9BAAC1 ;
}
TABLE.topTable {	/* Table contains entire page.  First topTD for title graphic, then mainTD for the rest */
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	vertical-align: top ;
	width: 779px ;
	border: none ;
}
TD.topTD {			/* Topmost cell on the page; contains title graphic */
	padding: 0px 0px 0px 0px ;
	text-align: center ;
	background: #ECF2FA ;
}
TD.mainTD {			/* Cell below the title graphic containing the entire rest of the page */
	width: 100% ;
	padding: 0px 0px 0px 0px ;
	border: 0 ;
}
IMG.topImg {		/* Title graphic at top of page */
	border: 0 ;
	padding: 0px 0px 0px 0px ;	
}
IMG.navImg { /* nav imgs */
	border: 0 ;
	padding: 0px 0px 0px 0px ;
}
A.navLink:link {
	font-size: 11px ;
	color: #000000 ;
	font-family: "Arial", sans-serif ;
}
A.navLink:visited {
	font-size: 11px ;
	color: #000000 ;
	font-family: "Arial", sans-serif ;
}
A.navLink:hover {
	font-size: 11px ;
	color: #999999 ;
	font-family: "Arial", sans-serif ;
}
A.navLink:active {
	font-size: 11px ;
	color: #000000 ;
	font-family: "Arial", sans-serif ;
}
DIV.topWelcome {
	font-size: 10pt ;
	font-family: "Arial", sans-serif ;
	color: #333333 ;
	text-align: center ;
}

DIV.topSides {
	font-size: 9pt ;
	font-family: "Arial", sans-serif ;
	color: #333333 ;
}	

DIV.topWelcRed {
	font-size: 10pt ;
	font-family: "Arial", sans-serif ;
	color: #ff3333 ;
	text-align: center ;
}
A.welcLink:link {
	font-size: 12px ;
	color: #3333ff ;
	font-family: "Arial", sans-serif ;
}
A.welcLink:visited {
	font-size: 12px ;
	color: #3333ff ;
	font-family: "Arial", sans-serif ;
}
A.welcLink:hover {
	font-size: 12px ;
	color: #999999 ;
	font-family: "Arial", sans-serif ;
}
A.welcLink:active {
	font-size: 12px ;
	color: #000000 ;
	font-family: "Arial", sans-serif ;
}
TABLE.navTable {
	width: 100% ;
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
	vertical-align: top ;
}
TD.navTD {
	vertical-align: top ;
	background: #ffffff ;
	text-align: center ;
	padding: 1px 0px 5px 0px ;
	margin: 0px 0px 0px 0px ;
	width: 100% ;
}
TABLE.contentOuterTable {
	vertical-align: top ;
	border: 0 ;
	background: #ffffff ;
	color: #000000 ;
	text-align: center ;
	width: 100% ;
}
TD.cOuterTDL {
	width: 100% ;
}
TD.cOuterTDR {

}
TABLE.contentInnerTable {
	background: #ffffff ;
	color: #000000 ;
	text-align: center ;
}
TD.cInnerTD {
	border: 0 ;
}
DIV.trailerDiv {
	text-align: center ;
	font-size: 10px ;
	color: #ffffff ;
	padding: 8px 0px 8px 0px ;
	background: #004074 ;
	width: 100% ;
	font-family: "Arial", sans-serif ;
}

A.trailerA:link {
	font-size: 7pt ;
	font-family: "Arial", sans-serif ;
	color: #cccccc ;
}
A.trailerA:visited {
	font-size: 7pt ;
	font-family: "Arial", sans-serif ;
	color: #cccccc ;
}
A.trailerA:hover {
	font-size: 7pt ;
	font-family: "Arial", sans-serif ;
	color: #ffffff ;
}
A.trailerA:active {
	font-size: 7pt ;
	font-family: "Arial", sans-serif ;
	color: #cccccc ;
}

TD.aboutTD {
	text-align: justify ;
}
DIV.aboutDIV {
	font-size: 9pt ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	padding: 10px 64px 0px 64px ;
	text-indent: 3em ;
}
DIV.aboutHeadDIV {
	font-size: 10pt ;
	font-weight: bold ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	padding: 18px 64px 10px 64px ;
}
TABLE.contactTable {
	vertical-align: top ;
}
TD.contactTDL {
	font-size: 12px ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	text-align: left ;
	border: 1px solid #004074 ;
	font-weight: bold ;
	padding: 3px 6px 3px 6px ;
}
TD.contactTDC {
	font-size: 12px ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	text-align: center ;
	border: 1px solid #004074 ;
	font-weight: bold ;
	padding: 3px 6px 3px 6px ;
}
TD.contactTDR {
	font-size: 12px ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	text-align: right ;
	border: 1px solid #004074 ;
	padding: 3px 6px 3px 6px ;
}
A.contactA {					/* links on contact page */
	font-size: 12px ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
}
DIV.contactBigDIV {				/* company name on contact page */
	display: inline ;
	width: 100% ;
	font-size: 16px ;
	font-family: "Arial", sans-serif ;
	color: #004074 ;
	text-align: center ;
	font-weight: bold ;
}
UL.venueUL {
    color: #004074 ;
    font-family: "Arial", sans-serif ;
    font-size: 12px ;
    font-weight: normal ;
    text-align: left ;
}
DIV.venueDIV {
	text-align: left ;

}