/* CSS Document */

body{
background-image: url(images/bodybg_02.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #E8E8E8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
margin: 0px;
color: #003366;
}

/* -- ID's -- */

#container{
background:#FFF;
width:980px;
margin:0 auto;
text-align:left;
}

#banner {
background-image: url(images/bannerbg_04.gif);
background-repeat: no-repeat;
height: 116px;
}

#wrap {
background-image: url(images/wrapbg_12.gif);
background-repeat: repeat-y;
margin-top: 10px;
}

#content{
width:560px;
display:inline;
float:left;
margin-left:200px;
padding-left: 10px;
padding-right: 10px;
}

#sidebar-right{
width:180px;
float:left;
padding-left: 10px;
padding-right: 10px;
font-size: 11px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#sidebar-left{
width:180px;
float:left;
margin-left:-980px;
padding-left: 10px;
padding-right: 10px;
font-size: 11px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer{
clear:both;
background-color: #000000;
height: 200px;
text-align: center;
color: #CCCCCC;
font-size: 10px;
padding-top: 20px;
border-top: solid 3px #F19121;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #cccccc;
padding: 3px;
}

#footer a:hover {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}

a:link, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* -- Navbar -- */

div#navbar {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
text-align: left;
background-color: #6B6B6B;
padding: 4px 10px;
width: 960px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
text-decoration: none;
display: inline;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right:10px;
margin-right: 10px;
}

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

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* -- Subnavbar --*/

div#subnavbar {
font-size: 11px;
text-align: center;
background-color: #F6E1C8;
padding: 5px 10px;
width: 960px; 
}

#subnavbar ul li a:link, #subnavbar ul li a:visited {
color: #003366;
text-decoration: none;
border: solid #ffffff 1px;
display: inline;
padding-top: 3px;
padding-left: 4px;
padding-bottom: 3px;
padding-right:4px;
margin-right: 3px; 
}

#subnavbar ul li a:hover {
border: solid #003366 1px;
color: #ffffff;
background-color: #003366;
text-decoration: none; 
}

#subnavbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#subnavbar ul {
margin: 0px;
padding: 0px;
}


/* -- HTML -- */

h1 {
color: #999999;
font-size: 10px;
text-align: right;
font-weight: 300;
padding-right: 20px;
padding-top: 2px;
margin-top: 0px;
}

h2 {
display: block;
background-image: url(images/headerbarbg_09.jpg);
background-repeat: repeat-x;
height: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #003366;
padding-top: 4px;
padding-left: 10px;
}

h3 {
display: block;
background-image: url(images/headerbarbg_09.jpg);
background-repeat: repeat-x;
height: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
color: #003366;
padding-top: 4px;
padding-left: 6px;
}









