/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

#container {
	margin: 5px auto;
	width: 852px;
	overflow: hidden;	
}
#logolink {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 221px;
	height: 145px;
}

.videothumb {
	float: left;
	margin: 0px 12px 7px 0px;
}

#header {
	border: 2px solid #1360a2;
	background: url(headergraphic.png) no-repeat;
	width: 846px;
	height: 150px;
	position: relative;
}

#topmenu {
	height: 17px;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px dotted #76087b;
	text-align:center;
}

#topmenu a {
	color: #ffffff;
	display: block;
	height: 17px;
	text-decoration: none;
	font-size: 13px;
	background: url('topmenu-right.png') no-repeat right;
	background-color: #145994;
	padding-right: 7px;
	font-family: helvetica, arial, sans serif;
	white-space:nowrap;	
	width: 100%;
	font-weight: bold;
}

#topmenu a:hover {
	color: #c2e3ff;
}

#topmenu ul {
	padding: 0px;
	margin:0px;
	text-align:center;
}

#topmenu ul li {
	list-style: none;
	float: left;
	background: url('topmenu-left.png') no-repeat left;
	height: 17px;
	padding: 0px;
	padding-left: 7px;	
	margin: 0px 25px 0px 0px;
	position: relative;
}

#topmenu ul li ul {
	position: absolute;
	top: 17px;
	left: 5000px;
	text-align: right;
}

#topmenu ul li:hover ul {
	left: 5px;
}

#topmenu ul li ul li {
	border-top: 1px solid #ffffff;
	width:100%;
}

#leftcol {
	margin-top: 5px;
	width: 409px;
	float: left;
	padding: 5px 7px 10px 4px;
}

#leftcolwide {
	margin-top: 5px;
	width: 631px;
	float: left;
	padding: 5px 7px 10px 4px;
}


#midcol {
	margin-top: 5px;
	width: 207px;
	float: left;
	padding: 5px 7px 10px 7px;
	border-left: 2px dotted #296faa;
	font-size: 11px;
}	

#midcol p , #rightcol p {
	margin-top: 0px;
	font-size: 11px;
}

#rightcol {
	margin-top: 5px;
	width: 196px;
	float: left;
	padding: 5px 0px 10px 7px;
	border-left: 2px dotted #7fa73f;
	font-size: 11px;
	}

h1 {
	color: #7fa73f;
	font-size: 17px;
	text-align: center;
	margin-bottom: 6px;
}

h2 {
	color: #76087b;
	font-size: 14px;
	text-align: center;
	margin-bottom: 4px;
}

h3 {
	color: #296faa;
	font-size: 14px;
	text-align: center;
	margin-bottom: 4px;
}

h3.emphasis {
	background-color: #296faa;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 4px;
}

h4 {
	color: #333333;
	padding-bottom: 2px;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 1.1em;
}

.release-list {
	font-size: 11px;
	margin-bottom: 4px;
}

.formfield {
	background-color: #c2e3ff;
	border: #76087b solid 1px;
}

.formbutton {
	background-color: #76087b;
	color: #ffffff;
	border: #000000;
}

a:link, a:active, a:visited {
	color: #7fa73f;
}

a:hover {
	text-decoration: none;
}

a.button:link, a.button:active, a.button:visited {
display:block;
padding: 3px;
color: #ffffff;
background-color: #7fa73f;
border: 2px solid #76087b;
font-weight: bold;
text-decoration: none;
}

a.button:hover {
background-color: #76087b;
border: 2px solid #7fa73f;
}

div.actionbox {
	margin: 10px 16px;
	padding: 7px;
	border: 1px solid #76087b;
	font-size: 12px;
	background-color: #fffb99;
}

div.actionbox h1 {
	background-color: #145994;
	padding: 0px 3px;
	color: #ffffff;
	margin-top: 0px;
}

div.actionbox a {
	color: #76087b;
	font-weight: bold;
}