﻿body, td{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    text-align: center;
}

body{ padding:20px; }

h1{ font-size: 1.2em; }

h2 {
    font-size:1.1em;
    font-weight:bold;
}

h3{
    font-size: 1em;
    font-weight: bold;
}

img{
    margin:0px;
    border:0px;
}

dd {
    margin-left: 130px;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 14px;
}

fieldset{

    margin-bottom: 20px;
}

#container { 	
    width: 760px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #cccccc;
    padding: 0px;
}

#container a:link , #container a:visited {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}

#container a:hover, #container a:active{
    color: #000000;
    text-decoration: underline;
}


#banner {
    border-bottom: solid 1px #cccccc; 
}
#banner img{
    vertical-align: bottom;
}

#nav {
    float:left;
    background-color: #cc0000;
}

#nav ul{
    margin:0px;
    padding: 0px 0px 15px 0px;
    color: #cccccc;
    list-style: none;
    font-size: 1.1em;
    font-weight: bold;
    width: 190px;
}

#nav a.selected:link, #nav a.selected:visited {
    background: url("../images/bullet-sel.gif") no-repeat left center;
}

#nav a.selected:hover, #nav a.selected:active { 
    background: url("../images/bullet.gif") no-repeat left center;
    background-color: #cccccc;
    text-decoration: none;
    color: #cc0000;
}

#nav a:link , #nav a:visited {
    color: #cccccc;
    text-decoration: none;
    display:block;
    width: 160px;
    padding: 5px 10px 5px 20px;
    background: url("../images/bullet.gif") no-repeat left center
}

#nav a:hover, #nav a:active, #nav a:visited:active, #nav a:hover:active{ 
    background-color: #cccccc;
    color: #cc0000;
    text-decoration: none;
}

#contentheader{
    margin-left: 190px;
    text-align: left;
    border-bottom: solid 1px #cccccc;
    background-color: #FFFFFF;
}

#contentheader h1{
    margin: 0px;
    padding: 5px 0px 5px 20px;
}

#content{
    margin-left: 190px;
    padding: 20px;
    text-align: left;	
    background-color: White; 
    min-height: 300px; 
}

#contenthome{
    margin-left: 190px;
    padding: 0px 0px 10px 10px;
    background-color: black;
    height: 246px;
    min-height: 246px;
    color: #cc0000;
}

#footer{
    background-color: White;
	clear: both;	
	border-top: 1px solid #cccccc;
}

#footer img{
    vertical-align: bottom;
}

#langhead { 	
    width: 760px;
    margin: 0px auto;
    text-align: right;
    padding: 0px;
    font-size: 0.9em;
    background-color: #ffffff;
}

#langhead a:link , #langhead a:visited {
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
}

#langhead a:hover, #langhead a:active{
    color: #000000;
    text-decoration: underline;

}

#containerfoot { 	
    width: 760px;
    margin: 0px auto;
    text-align: right;
    padding: 0px;
    font-size: 0.9em;
}

#containerfoot a:link , #containerfoot a:visited {
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
}

#containerfoot a:hover, #containerfoot a:active{
    color: #000000;
    text-decoration: underline;

}

.floatleft{
	float: left;
}

.floatright{
    float: right;
}

.clearboth{
    clear: both;
    }
    
.clearleft{
    clear: left;
}

.clearright{
    clear: right;
}
 
.displayinline{ 
    display:inline;
}    

.homesquare{
    padding-top: 60px;
	width: 184px;
	background-color: black;
}

/*
.downloadcat{
    width: 390px; 
}

.downloadsubcat{
	width: 130px; 
	border: solid 2px #CCCCCC;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px;
	background: url("../images/lightgreyback.gif") no-repeat top left;
	
}

.downloadsubcat ul{
    list-style: none;
}

.downloadsubcat h3{
    margin: 0px;
} */


.backblack{
    background-color: #000000;
}

.backred{
    background-color: #cc0000;
}

.submit input {
    margin-left: 170px;

}

.marginleft{
    margin-left: 370px;

}


label {
    width: 200px;
    margin-right: 10px;
    text-align: right;
    float: left;
}

label.radio {
    width: 200px;
    margin-right: -150px;
    text-align: right;
    float: left;
    
}

#newsticker {
    padding: 0px;
    margin: 0px;
    height: 80px;
    min-height: 80px;
	position: relative;
}
#newsticker ul {
    padding: 0px;
    margin: 0px;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}

#newsticker a:link, #newsticker a:hover, #newsticker a:visited, #newsticker a:active{
    color: #cc0000;
    text-decoration: none;
}
    

