/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin-left: 0px; margin-bottom: 0; margin-right: 0px; margin-top: 0px; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */

#wraper {
width: 920px;
margin: 0px;
padding: 0px;
margin: 0 auto; 
position: relative;
/*background-image: url('../images/bg.jpg');*/
}

#page {
width:842px;
margin: 0px;
padding: 0px;
margin: 0 auto; 
background-color: white;
}

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

#login {
padding: 5px;
background-color: white;
width: 120px;
float: right;
font-weight: bold;
}
#login a {
text-decoration: none;
color: #44034f;
font-weight: bold;
}

#login img {
float:left;
padding-right: 5px;
}

.padDown {
margin-top: 20px;
display: block;
}

#header h1, #header h2 {
visibility: hidden;
}

#menu {
background-image: url('../images/menu_bg.jpg');
height:40px;
clear: both;
}

#menu ul li {
height: 25px;
border-left-width: 1px;
border-left-color: white;
border-left-style: solid;
border-bottom-style: none;
border-right-style: none;
border-top-style: none;
float: left;
text-align: center;
padding-top: 7px;
}

#menu ul li a {
display: block;
font-weight: bold;
color: white;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

#menu ul li a.current {
color: #078585;
}

#menu ul li a:hover {
color: #078585;
}

#menu ul { 
margin-right: 0px; 
margin-left: 30px; 
margin-bottom: 0px; 
margin-top: 0px; 
padding-bottom: 0px; 
padding-top: 5px; 
}

#menu ul li.first {
border-style: none;
}

#menu ul li.nopad {
padding-top: 0px;
padding-bottom: 6px;
}

#content {
background-position: 0 0px;
background-repeat: no-repeat;
background-image: url('../images/main.jpg');
margin: 0px;
padding: 0px;
padding-left: 30px;
padding-top: 20px;
color: #00295a;
}
#left_col {
clear:both;
width:430px;
}
#content_wrap {
background-image: url('../images/tile.jpg');
margin: 0px;
padding: 0px;
}

#footer {
text-align: right;
clear: both;
font-size: 10px;
padding: 20px;
padding-bottom: 10px;
}
/*  TYPE */
body { font: 12px Arial, Verdana, sans-serif; background-color: white; color: #000000; }

#content h1 {
font-size: 28px;
font-weight: bold;
color: #00295a;
padding-bottom: 10px;
}

#content h2 {
color: #4ba9d3;
font-size: 22px;
font-weight: bold;
padding-bottom: 10px;
}

#content h3 {
color: #4ba9d3;
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
}

#content h4{
color: #000000;
font-weight: bold;
padding-bottom: 10px;
}
div.col p{
color: #000000;
}

#content p{
padding-bottom: 10px;
}

#content li{
list-style-position: outside;
font-weight: bold;
list-style-type: disc;
padding-bottom: 3px;
}

#content ul{
padding-left: 15px;
padding-bottom: 10px;
}
div.col {
font-size: 9px;
font-weight: bold;
width: 142px;
float: left;
}

#footer a {
text-decoration: none;
color: inherit;
}
div.fileList {
margin-left:20px;
}
div.fileList ul li {
list-style-type: none;
}
div.fileList ul li a{
text-decoration:none;
}

#contact {
padding-top:20px;
pading-bottom:20px;
}

#contact a {
text-decoration: none;
font-weight: bold;
color: #00295a;
font-size: 12px;
}

#list a {
text-decoration: none;
font-weight: bold;
color: #00295a;
font-size: 12px;
}

#listblack a {
text-decoration: none;
font-weight: bold;
color: black;
font-size: 12px;
}

#pseudoh1 {
font-size: 28px;
font-weight: bold;
color: #00295a;
padding-bottom: 10px;
}