#notices{
    font-weight: bold;
    background: #f3f3f3;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    font-size: 12pt;
    min-height: 20px;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.logintext {
    margin-bottom: 1px;
    margin-top: 2px;
    padding-bottom: 2px;
    color: black;
    background-color: white;
    width: 160px;
    font-size: 9pt;
    padding-left: 3px;
    border: solid 1px #C3C3C3;
}
.loginbutton {
    padding-top: 1px;
    color: black;
    border: solid 1px #C3C3C3;
    font-size: 9pt;
    background-color: #F5F5F5;
    margin-top: 2px;
}
.captcha_text{
    font-size: 60%;
}
.captcha{
    border: solid 1px #C3C3C3;
    margin-bottom: 5px;
    color: #666;
    margin-top: 5px;
    width: 163px;
    padding-top: 5px;
    height: 50px;
    background-color: #F5F5F5;
}    
.cap_outer{
    height: 110px;
    width: 163px;
}

.cap_holder{
    width: 163px;
    text-align: center;
    background-color: #F5F5F5;
    border: solid 1px #C3C3C3;
    margin-top: 5px;
    height: 105px;
    color: #666;
    margin-bottom: 5px;
}
#login_out{
    width: 300px;
}
#static_page{
    max-width: 900px;
    padding-right: 20px;
}
h1{
    margin: 5px;
    margin-left: 0px;
    padding: 0px;
    font-size: 14pt;
    color: #cf3130;
}
.admin_menu{
    padding: 20px;
    margin-top: 20px;
}
#user_table {
    width: 99%;
    padding: 10px;
}
#content_management{
    padding: 15px;
}
#contact_us{
    font-size: 9pt;
}
.admin_table th{
    background-color: #eee;
    text-align: left;
} 
.admin_table td{
    border-bottom: solid 1px #eee;
}
.small{
    font-size: 8pt;
    padding: 1px;
}
h3{
    font-size: 12pt;
    margin-left: 5px;
}
#news_list{
    width: 100%;
}
#news_list th {
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
}
.date{
    font-style: italic;
    font-size: 9pt;
    color: #666;
}
.desc{
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 15px;
}
.site_content_image b{
    font-weight: normal;
    font-size: 8pt;
}
.site_content_image img{
    width: 100px;
    height: 100px;
}

iframe{
    width: 140px;
    height: 300px;
}
#contact_us table td{
    padding-bottom: 3px;
}
p.copyright {
	padding-top:15px;
	font-size: 10px;
	color: #FFF;
}

p.copyright a {
	color:#FFF;
	text-decoration:none;
}

p.copyright a:hover {
	text-decoration:underline;
}
