@charset "UTF-8";
/* CSS Document */

body{
margin:0;
font:18px "Times New Roman", Times, serif;
color:#222;
background:#333;
}

a{
color:#EA3C3E;
}

h1{
font-size:26px;
margin:0px 0px 10px 0px;
color:#222;
}

h2, h3, h4, h5, h6{
color:#EA3C3E;
margin:20px 0px 0px 0px;
}

h2{
font-size:24px;
}

h3{
font-size:22px;
}

h3 a{
text-decoration:none;
}

h4{
font-size:20px;
}

h5{
font-size:19px;
}

h6{
font-size:18px;
}

p{
margin:0px 0px 15px 0px;
}

#container{
width:832px;
margin:0px auto;
}

#top{
width:832px;
height:14px;
padding:18px 0;
position:relative;
color:#999;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
}

#top a{
text-decoration:none;
}

#top a:hover{
text-decoration: underline;
}

#register{
width:170px;
height:40px;
text-decoration:none;
display:block;
position:absolute;
top:0;
right:0;
background:url(../images/register.gif) top left no-repeat;
}

#register span{
display:none;
}

#header{
width:832px;
height:290px;
background:url(../images/headerbg.jpg) top left no-repeat;
}

#menu{
height:49px;
width:832px;
background:#930 url(../images/menubg.jpg) top left repeat-x;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:832px;
height:49px;
}

#menu ul li{
list-style:none;
margin:0;
padding:0;
height:49px;
display:inline;
float:left;
}

#menu ul li a{
display:block;
float:left;
height:14px;
padding:18px 18px 17px 18px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
}

#menu ul li a:hover{
background:#C0370A;
}

#menu ul li.active a{
padding:16px 18px 17px 18px;
border-top:2px solid #fff;
}

#content{
width:780px;
padding:26px;
background:#fff;
}

#footer{
width:832px;
padding:10px 0;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#footer a{
color:#fff;
}

.redtext{
color:#EA3C3E;
}

.smalltext{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#announcement{
display: none;
background:yellow;
border:3px solid #929376;
padding:15px;
}

#announcement span{
text-transform:uppercase;
font-weight:bold;
}

.float_left{
float: left;
margin:2px 10px 10px 0px;
padding:7px;
background:#fff;
border:1px solid #ccc;
}

.float_right{
float: right;
margin:2px 0px 10px 10px;
padding:7px;
background:#fff;
border:1px solid #ccc;
}

.float_right_logo{
float: right;
margin:2px 10px 5px 0;
padding:7px;
background:#fff;
}

.float_right_logo a img{
	border: none;
}

.bordered{
padding:7px;
background:#fff;
border:1px solid #ccc;
}

#moreinfobox{
padding:15px;
background:#efefef;
border:1px solid #ccc;
}

#partner_logos div{
float:left;
width:180px;
height:180px;
margin:10px 5px;
text-align:center;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.audiofile{
color:#EA3C3E;
display:block;
margin:15px 0px;
padding:0px 0px 0px 55px;
background:url(/images/headphones.jpg) top left no-repeat;
}

#menu li#subscribe_btn {
	position: relative;
	top: 5px;
	left: 30px;
	padding: 0;
	width: 199px;
	height: 37px;
}

#menu li#subscribe_btn a {
	padding: 0;
}

#menu li#subscribe_btn a:hover {
	background: none;
}

#menu li#subscribe_btn img {
	padding: 0;
	border: none;
}

.error_message {
	color: #F00;
	font-size: 11px;
}

#subscribe {
	width: 200px;
	position: absolute;
	top: 0;
	left: 700px;
}

#content form fieldset input {
	background: lightyellow;
}

.submit {
	margin-top: 5px;
}

.news-box {
	border: 4px solid #000;
	width: 400px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	font-family: arial;
}

.news-box img {
	float: left;
}

.news-box h3 {
	float: left;
	padding-left: 15px;
	margin-top: -10px;
	font-size: 1.1em;
	color: #333;
}

.news-box ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news-box ul li {
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 10px;
	background: url(/images/arrow.gif) no-repeat 5px;
}

.news-box ul li a {
	font-size: .9em;
	text-decoration: none;
}

.news-box ul li a:hover {
	text-decoration: underline;
}

div.event, div.article {
	padding-bottom: 10px;
	border-bottom: solid 2px #ccc;
}

div.event p.date {
	color: #000;
	font-size: 1.1em;
}

div.event div.gallery a {
	text-decoration: none;
}

div.event div.gallery a img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #DDD;
}

div.article h2 {
	text-align: center;
	margin: 0;
	padding-top: 30px;
	display: inline;
	float: left;
	height: 30px;
	width: 80%;
}

div.article img.logo {
	float: left;
}

div.article p.date {
	text-align: center;
	margin: 0;
	padding-bottom: 40px;
	display: inline;
	float: left;
	width: 80%;
}

.clear {
	clear: both;
}

div.multimedia {
	padding-bottom: 10px;
	border-bottom: 2px solid #777;
}

div.multimedia h2 {
	margin: 0;
}

div.multimedia h3 {
	padding-bottom: 5px;
	color: #444;
	font-size: 18px;
	margin-top: 0;
	padding-top: 5px;
}

div.multimedia span {
	font-size: 14px;
}

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

#content form#signup fieldset input {
	width: 100%;
}

#content form#signup fieldset#signup_information input {
	font-size: 16px;
	width: 350px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px;
}

#content form#signup fieldset {
	margin-bottom: 10px;
}

div#deadline {
	border: 1px solid #333;
	font-size: 24px;
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
}

div#main {
	float: left;
	width: 570px;
}

div#main a img{
	border: none;
}

div#sidebar {
	float: right;
	width: 180px;
} 


div#sidebar p.smalltext {
    width: 50px
  position: relative;
}

div#sidebar p.smalltext a {
  word-wrap: break-word 
}