/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.gif);
    color: #000;
}

#main {
    background-color: #ccc;
}


#header {
    background: #990000;
}

#header .alerttext {
    display: block;
    padding: 3px;
    margin: 3px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
    
/*
#floatdiv {
    position: absolute;
    width:180px;
    padding: 10px;
    *margin-left: -6px;
    background: #ccc;
}
*/
#menu {
    background: #000;
}

#logo {
    width: 400px;
    height: 80px;
    float: left;
    margin: 15px 0 5px 20px;
    background: url(images/header.jpg) no-repeat;
}

#login {
    width: 300px;
    float: right;
    padding-top: 10px;
    margin-right: 20px;
    color: #ffcc00;
}

#login form {
    padding: 0;
    margin: 0;
}

#login input {
    border: 0px solid;
}

#login td {
    font-size: 11px;
    padding: 1px 0;
    color: #ffcc00;
}

#login ul {
    padding: 0;
    margin: 0 0 0 20px;
    color: #ffcc00;
}

#login ul li {
    color: #ffcc00;
}

#login ul li a {
    font-size: 11px;
    color: #ffcc00;
    text-decoration: none;
}

#login ul li a:hover {
    text-decoration: underline;
}

#login input.text {
    border: 1px solid black;
    padding: 2px;
    font-size: 11px;
    width: 170px;
}


.ContentFill .error {
    margin: 10px 0 0 10px;
    padding: 20px 5px;
    border: 1px solid red;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.content {
    width: 98%;
    margin: 0 0 0 6px;
    padding: 5px;
    font: 13px verdana,arial,helvetica,sans-serif;
}

.content table {
    width: 100%;
    border-spacing: 1px;
}

.content table td {
    padding: 5px 2px;
}

.content table th {
    text-align: left;
    padding: 5px 2px;

    text-transform: capitalize;
}
    

.content .firstFormField, .content .formField {
    font-weight: bold;
    text-transform: capitalize;
}

.content .formField input {
    text-transform: capitalize;
}

.content img.left {
    float: left;
    padding: 0 5px 0 0;
}

h1, .newsHead, .aHead {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

p,.body {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    margin: 10px 0;
}

td {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

ul {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

ol {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

.contentFill {
    padding-left: 10px;
    padding-right: 0;
    vertical-align: top;
    width: 561px;
}

.leftSide {
    padding: 10px;
    background-color: #ccc;
    width: 180px;
}

#footer {
    text-align: center;
    background: #000;
}

#footer p {
    margin: 0;
    padding: 3px 0;
    font-size: 0.8em;
    color: #fff;
}

.leftSide #nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.leftSide #nav li {
    line-height: 160%;
    margin-top: 3px; 
}

.leftSide #nav li a {
    display: block;
    text-decoration: none;
    color: #5F5F5F;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #eaeaea;
}

.leftSide #nav li a:hover {
    color: #FFF;
}

.leftSide .menuHeader {
    color: #fff;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    background-color: #aaa;
}

.leftSide .rightNavLinks {
    display: block;
    margin: 3px 0;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

hr {
    width: 100%;
    display: block;
    border: 0px solid red;
    border-top: 1px solid red;
    margin: 20px 0;
}

.t {background: #FFF url(images/dot.gif) 0 0 repeat-x; width: 100%}
.b {background:  url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
