/* CSS Document */

body {
background: #2C3B5A url(/images/bg_blue_r3_c1.jpg) bottom left repeat-x;
/* background: #DDE1ED; */
font: small Arial, Helvetica, sans-serif;
color:#000000;
padding: 0px 0px 40px 0px;
margin: 0px;
}

#bg-top {
background: #2C3B5A url(/images/bg_blue_r1_c1.jpg) repeat-x;
height: 50px;
padding: 0px;
margin: 0px;
}

#outside-wrapper {
padding: 0px;
margin: 0px;
}

#wrapper {
width: 750px;
margin: 0px auto 0px auto;
padding: 0px;
background: #2C3B5A;
}

#sidebar {
background:#FFFFFF url(/images/bg_sidebar.jpg) repeat-y;
}

#header {
background:#fff;
}

#navbar {
background: url(/images/bg_navbar.jpg) top left no-repeat;
padding: 110px 20px 0px 5px;
text-align: right;
}

#navbar ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#navbar ul li {
margin: 0px;
padding: 0px 0px 12px 0px;;
}

#navbar a:link {
font-weight: bold;
color: #416EA1;
text-decoration: none;
}

#navbar a:visited {
font-weight: bold;
color: #94675C;
text-decoration: none;
}

#navbar a:hover {
font-weight: bold;
color: #416EA1;
text-decoration: none;
}

#navbar a:active {
font-weight: bold;
color: #416EA1;
text-decoration: none;
}


a:link {
color: #416EA1;
text-decoration: underline;
}

a:visited {
color: #94675C;
text-decoration: underline;
}

a:hover {
color: #94675C;
text-decoration: underline;
}

a:active {
color: #94675C;
text-decoration: underline;
}





#maincopy {
background: #FFF;
padding: 0px 10px 0px 10px;
line-height: 20px;
}


#footer {
background:#FFFFFF url(/images/bg_footer.jpg) bottom right no-repeat;
font-size: 11px;
text-align: left;
padding: 4px 8px 15px 8px;
}



h1 {
font-size: 18px;
color: #416EA1;
background: url(/images/hr.jpg) no-repeat;
}

h2 {
font-size: 16px;
color: #416EA1;
}

h3 {
font-size: 14px;;
color: #416EA1;
}

h4 {
font-size: 16px;
color: #94675C;
}

h5 {
font-size: 14px;
color: #94675C;
margin: 0px;
padding: 1px;
}

h6 {
font-size: 12px;
color: #94675C;
}







