/* CSS Document */

/* Define the page with no margins or padding for browser compatibility. */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #171011 url("../images/poster2010.gif") no-repeat center top;
	font-size: 90%;
	padding: 0px;
}

p {
}

/* Redefine some tags. */
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
	color: #0000FF;
}
h2, h3, h4, h5, h6 {
	font-size: 100%;
	color: #990033;
}

a:hover, a:focus {
	text-decoration: none;
	color: black;
	background: yellow;
}

/* Define our work area container. */
#wrapper {
	width: 780px;
	margin: 0px auto 10px;
	color: #000000;
	padding: 0px;
}

#banner {
	height: 190px;
	background: no-repeat;
}

#notice {
	background: #FFFFCC;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
}

#newsbox {
	background: #FFFFCC;
	padding: 4px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
}

/* Top navigation bar area. */
#hnav {
	margin: 8;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#hnav ul {
	padding: 8;
	margin: 0;
}
#hnav ul li {
	display: inline;
	padding: 0;
	margin: 0;
/*	background: #B4D9D9 url(../images/parch_blue.gif); */
}
#hnav ul li a {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000;
	width: 9em;
	background-color: #333333;
}
#hnav ul li a:hover, #hnav ul li a:focus {
	background: #FFFFFF;
	color: #000000;
}

#content {
	margin-left: 180px;
	margin-right: 0px;
	padding: 36px 36px 40px 40px;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/frame_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcol {
	float: left;
	width: 170px;
}
#vnav {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/scroll_top.gif);
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#vnav ul {
	list-style-type: none;
	font-size: 90%;
	background-image: url(/images/scroll_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 32px 8px;
}
#vnav ul li {
	display: inline;
	margin: 0px;
	color: #000;
	display: block;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	text-align: center;
}
#vnav ul li a { /* top right bottom left */
	color: #000;
	display: block;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	text-align: left;
}
#vnav ul li a:hover, #vnav ul li a:focus {
	background-color: #000000;
	color: #FFFFFF;
}

#rightcol {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
/*	margin-top: 5px; */
	float: right;
	width: 170px;
/*	background-color: white; */
}

#footer {
	clear: both;
	color: #000000;
	font-size: 80%;
	background-color: #FFFFFF;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a {
}
#footer a:hover, #footer a:focus {
	color: #fff;
}

/* Some classes which can be used on existing tags. */
.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

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

.container {
	width: 99%;
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
