/* CSS Document */
html, body, ul, ol, li, p, h1, h2,h3, h4, h5, h6, form, fieldset {
margin:0;
padding:0;
border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color:#CCCCCC;
	background-color:#000;
	text-align:center;
}

h4 {
	font: 60% Georgia, "Times New Roman", Times, serif;
	color: #000099;
}

h3 {
	font: 110% Tahoma, "Times New Roman", Times, serif;
	font-family: Tahoma;
	font-weight: bold;
	color: #000099;
}

table {
	margin-left:15px;
	margin-right:15px;
}

td {
	padding:6px;
	border-color:#999999;
	border-style:dashed;
	border-width:thin;
}

th {
	padding:4px;
	background-color:#0000CC;
	border-color:#999;
	border-style:dashed;
	border-width:2px;
}

td.hover {
	background-color:#FFFFCC;
}

#wrapper {
	background-color:#0066CC;
	width:730px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}

#content p {
	font-size:110%;
	margin: 25px;
	color: CCCCCC;
}

#content ul {
	font-size:100%;
	margin-left:25px;
}

#content li {
	font-size:100%;
	margin-left:55px;
}

#content h1 {
font-size:130%;
color:#CCCCCC;
padding:0;
margin-left: 20px;
}

#content h2 {
font-size:110%;
color:#999999;
padding:0;
margin-top: 4px;
margin-left: 22px;
}

#content h3 {
	font-size:90%;
	color:#999999;
	padding:0;
	margin-left: 24px;
}

#content a {
color:#33CCFF;
width: 100%;
text-decoration:underline;
}

#content a:hover {
color:#FFFF99;
width: 100%;
text-decoration: overline;
}

.leftimage {
float: left;
margin:	0 10px 20px 0;
border: 1px solid #000;
}

.centerimage {
margin:0 0 10px 50px;
border: 1px solid #000;
text-align:center;
}

.rightimage {
float: right;
margin: 0 20px 20px 15px;
border: 1px solid #000;
}

.shadowimg {
float: right;
margin: 0 0 20px 15px;
}

.merchimage {
float: right;
margin: 5px;
border:thin #333333;
}

.highlight {
text-decoration:none;
font-size:14px;
color:#FFFF33;
text-align:right;
margin: 0 20px 0 0;
}

.clearit {
clear:both;
display:block;
}


#footer {
	background-color: #036;
	color:#fff;
	background-image: url(../images/footerImage.jpg);
	background-repeat:no-repeat;
	height: 131px;
}

#footer p {
font-size: 70%;
padding: 3px;
}
#linkList {
	width: 650px;
	font: 12px Tahoma;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 160px;
	cursor: crosshair;
	left: -130px;
	}
	
#sideImage {
	width:320px;
	height:360px;
	background: url(../images/sideImage.jpg) no-repeat;
	position: absolute;
	left: 20px;
	z-index: -6;
	top: 150px;
}

#wrapperBig {
	width:770px;
	z-index: -2;
}
#banner {
height:169px;
background-image:url(../images/headerImage.jpg);
background-repeat:no-repeat;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color:#000099;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0099FF;
}

#merch {
border-top:3px #CCCCCC solid;
border-bottom:3px #CCCCCC solid;
margin:10px;
}

#merch h1 {
font-size:140%;
color:#fff;
padding:0;
margin-top:5px;
margin-left: 30px;
}

#merch h2 {
font-size:120%;
color:#fff;
padding:0;
margin-left: 30px;
}

#merch h3 {
font-size:110%;
color:#ccc;
padding:0;
margin-left: 30px;
}

#merch p {
font-size:100%;
color:#ccc;
padding:0;
margin-left: 35px;
}

#ref {
	border-top:3px #CCCCCC solid;
}
