/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
margin: 0; 
padding: 0;
border: 0;
}

body {
	padding: 0 410px 0 410px;
	margin: 0;
	text-align: center;
	margin: 0;
	background-image: url(../Images/BGFiles/bodyBG.gif);
	background-repeat: repeat;
}
 
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 69%;
	max-width: 300px;  /* version for IE is at the bottom of this style block */
	text-align: left; /* resets text-align to default. */
	color: #000000;
	width:expression(document.body.clientWidth > 1200 ? "300px" : "69%");
}
 
#expander {
	margin: 0 -410px 0 -410px;
	min-width: 820px; /* Critical Safari fix! */
	position: relative;	
}
 
#innerwrapper {
	position: relative;
	background-image: url(../Images/BGFiles/BG50.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	} 
 
p {
	font-size: 85%;
	padding: 5px 10px;
	line-height: 1.4;
	}

.leftimage {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;

}

.rightimage {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
}

.container {
	width: 99%;
	float: right;
	background-color: #CCD8DD;
	border-color: #006600;
	border-style: solid;
	border-width: 1px;
}

#banner {
	height: 106px;
	background-image: url(../Images/BGFiles/headerBG.jpg);
	background-repeat: repeat-x;
}

.divider {
	clear: both;
	height: 1px;
	margin: 10px;
	background-image: url(../Images/dividerLine.gif);
	background-repeat: repeat-x;
}

#titleBar {
	background-image: url(../Images/BGFiles/pageTitleBG.jpg);
	background-repeat: repeat-x;
	height: 54px;
	text-align: center;
	margin-right: 180px;
}


#pageContent {
	height: 469px;
	background-image: url(../Images/slices/pageContentBG2.gif);
		}

#leftcol {
	width: 180px;
	height: 423px;
	float: left;
	}

#content {
	height: 414px;
	background-image: url(../Images/BGFiles/contentBG.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	overflow: auto;
	}

#movieBox {
	height: 400px;
	width: 600px;
	margin-top: 3px;
}


#rightcol {
	width: 180px;
	height: 469px;
	float: right;
	margin-left: -3px;
	background-image: url(../Images/BGFiles/navigationBG.jpg);
}
.rightUpperCorner {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	clear: left;
	width: 20px;
}
#contentRightEdge {
	float: right;
	margin-top: 0px;
	background-image: url(../Images/BGFiles/contentRightEdge.jpg);
	background-repeat: repeat-y;
}


.h1 {
	font-family: "Exotc350 Lt BT";
	font-weight: bold;
	font-size: 24px;
}

.h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-size: 110%;
	padding-left: 10px;
}


.spacer16 {
	height: 20px;
	width: 200px;
}

#footer {
	background-color: #B9C7BA;
	font-size: 70%;
	text-align: center;
	clear: both;
	padding-bottom: 3px;
	color: #000000;
	height: 32px;
	border-top: solid 2px #000000;
	line-height: 16px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #004000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: 408080;
}

.style1 {
	font-size: 95%;
	font-weight: bold;
}

.style2 {
	color: #FF0000;
	font-weight: bold;
}

