@charset "utf-8";

html {
     overflow: -moz-scrollbars-vertical;
}
html {
    overflow: scroll;
    }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/pagebkgrd.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.style7 {
	font-size: 10px
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#page {
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page #main #main2 {
	clear: both;
}

#page #header {
	background-image: url(graphics/headerbkgrd.jpg);
	height: 115px;
	padding-top: 5px;
	padding-left: 25px;
}
#page #menubar {
	background-image: url(graphics/navbkgrd.jpg);
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
#page #main #movie {
	width: 320px;
	float: left;
	padding-right: 30px;
}
#page #main #main2 {
	padding-top: 10px;
}


#page #main {
	background-image: url(graphics/mainbkgrd.jpg);
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
#page #bottom {
	background-image: url(graphics/bottombkgrd.jpg);
	height: 37px;
}
#page #header #maintitle {
	float: right;
	width: 300px;
	padding-right: 40px;
	padding-top: 30px;
}
#clear {
	clear: both;
}
#clear2 {
	clear: both;
}
