/* FOHEC CSS */

#page {
width: 800px;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header {
position: relative;
width: 100%;
padding: 0px;
margin: 0px;
}

.thickline {
position: relative;
width: 100%;
height: 3px;
background-color: #999999;
}

.thinline {
position: relative;
margin-bottom: 2px;
margin-top: 2px;
width: 100%;
height: 1px;
background-color: #999999;
}

.small {
font-size: 11px;
}

#inner_header {
position: relative;
width: 100%;
height: 73px;
}

#banner {
position: relative;
width: 100%;
height: 25px;
background-color: #9D3466;
}

.left {
float: left;
}

.right {
float: right;
}

#menu_column {
position: relative;
width: 165px;
margin: 0px;
float: left;
background-color: #F3F3F3;
}

#content_column {
position: relative;
width: 635px;
margin: 0px;
float: right;
}

.m_item {
position: relative;
padding-top: 2px;
width: 163px;
height: 26px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background-color: #ffffff;
}

.m_item_inner {
width: 159px;
height: 24px;
margin-left: auto;
margin-right: auto;
background-color: #F3F3F3;
text-align: center;
color: #000000;
line-height: 24px;
}

.m_item_inner a {
display: block;
width: 159px;
height: 24px;
text-decoration: none;
color: #000000;
}

.m_item_inner a:hover {
background-image: url(images/hover.jpg);
text-decoration: none;
color: #ffffff;
}

.selected {
background-image: url(images/hover.jpg);
color: #ffffff;
}

#sponsors {
position: relative;
left: -8px;
margin-top: 40px;
margin-bottom: 10px;
padding: 2px;
width: 175px;
height: auto;
text-align: center;
background-color: #ffffff;
border: 1px solid #cccccc;
}

#sponsors img {
margin-bottom: 20px;
}

#this_year {
position: relative;
width: 449px;
height: 119px;
text-align: center;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
float: left;
padding: 5px 0px 5px 0px;
font-size: 14px;
font-weight: bold;
color: #CC0000;
line-height: 20px;
margin-bottom: 10px;
}

#footer {
position: relative;
clear: both;
width: 100%;
height: 35px;
margin-top: 10px;
padding-top: 20px;
border-top: 1px solid #999999;
font-size: 11px;
}

#news_column {
position: relative;
width: 464px;
height: auto;
float: left;
text-align: center;
border-right: 1px solid #999999;
margin-bottom: 20px;
}

#item_column {
position: relative;
width: 170px;
height: auto;
float: left;
text-align: center;
font-size: 14px;
font-weight: bold;
}

.news {
position: relative;
width: 400px;
padding: 15px 25px 15px 25px;
text-align: justify;
}

.title {
font-size: 14px;
font-weight: bold;
color: #9D3466;
}

.item {
position: relative;
width: 130px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-bottom: 20px;
padding-top: 20px;
}

#page_content {
position: relative;
width: 610px;
height: auto;
padding: 20px;
text-align: justify;
}

#page_content table {
width: 95%;
font-size: 11px;
margin-left: auto;
margin-right: auto;
}

.grey {
background-color: #F3F3F3;
}

.form {
position: relative;
width: 350px;
}

.form td {
border-bottom: 1px solid #ccc;
}
