#body {
width: 800px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
border-left: 1px #000000 solid;
border-top: 1px #000000 solid;
border-right: 1px #000000 solid;
background-color: #cccccc;
}

#header {
background-image: url(images/header_background.jpg);
height: 180px;
}

#header_left {
float: left;
height: 150px;
padding-left: 50px;
}

#header_right{
width: 300px;
float: right;
height: 150px;
background-image: url(images/banner_pic.gif);
background-repeat: no-repeat;
text-align: right;
font-size: 16px;
font-weight: bold;
color: #ffff00
}

h1 {
font-size: 20px;
color: #cccccc;
}

h3 {
font-size: 30px;
color: #000000;
display: inline;
}

#nav {
clear: both;
height: 30px;
text-align: center;
background-color: #1B5190;
}

#nav li {
display: inline;
padding: 0px 40px 0px 40px;
line-height: 30px;
}

#nav a, #nav a:visited {
font-size: 14px;
font-weight: bold;
color: #cccccc;
text-decoration: none;
}

#nav a:hover{
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}

h1 a , h1 a:visited {
font-size: 20px;
color: #cccccc;
text-decoration: none;
}

h1 a:hover {
font-size: 20px;
color: #1B5190;
text-decoration: none;
}


#left_rail {
width: 200px;
text-align: center;
background-color: #cccccc;
float: left;
padding-top: 10px;
font-size: 14px;
}

h4 {
color:#ff0000
}

#right_rail {
width: 580px;
min-height: 400px;
float: right;
padding: 10px;
font-size: 12px;
background-color: #ffffff;
}

#right_rail a {
font-size: 12px;
color: #1B5190;
text-decoration: none;
}

#right_rail a:visited {
font-size: 12px;
color: #cccccc;
text-decoration: none;
}

#right_rail a:hover {
font-size: 12px;
color: #cccccc;
text-decoration: underline;
}

h2 {
display: inline;
}

#footer {
clear: both;
}

#footer_nav {
background-color: #1B5190;
height: 25px;
text-align: center;
border-bottom: 1px #000000 solid;
}

#footer_nav li {
line-height: 25px;
display: inline;
padding: 0px 30px 0px 30px;
}

#footer_nav a, #footer_nav a:visited {
font-size: 12px;
font-weight: bold;
color: #cccccc;
text-decoration: none;
}

#footer_nav a:hover{
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}

#footer_bottom {
font-size: 10px;
}

#footer_left {
float: left;
}

#footer_left a, #footer_left a:visited {
color: #000000;
text-decoration: none;
}

#footer_left a:hover {
color: #cccccc;
text-decoration: underline;
}

#footer_right{
float: right;
}


#footer_right a, #footer_right a:visited {
color: #339966;
text-decoration: none;
font-weight: bold;
}

#footer_right a:hover {
color: #339966;
font-weight: bold;
text-decoration: underline;
}