@charset "utf-8";
/* CSS Document */

html, body{
font-family: Arial, Helvetica, sans-serif;
width: 100%;
height: 100%;
padding: 0px;
background-color:#A6B1B3;
color:#414F50;

}



a{
text-decoration:none;
}

a:hover{
text-decoration: underline;
}

#left a, #right a, #bottom a, #left a:visited, #left a:hover, #right a:visited, #right a:hover, #bottom a:visited, #bottom a:hover,  #content a:visited, #content a:hover, #content a {
color:#414F50;
border-bottom: 1px dotted #9CA7BD;
font-weight:bold;
}

#left img{
margin-right: 3px;
}

body{
text-align: center;
margin: 0 auto;
}



#wrapper{
width: 952px;
text-align: left;
margin: 0 auto;
padding: 0px;
border: 1px solid #ADB8BA;
background-color:#ffffff;
}

h1{
font-size: 1.5em;
}

h2{
font-size: 1.3em;
}

h3{
font-size: 1.1em;
}

p, ul, ol, li, ul li, ol li, ol li a, ul li a, menu, menu li, menu li a, li a, table tbody tr td, table tbody tr, table tbody, tbody tr td, tbody tr, tr td,  table, tbody, tr, td, #tag, #content, h1, h2, h3, h4, h5, h6{
color:#414F50;
}

#header{
margin: 0px;
width: 952px;
height: 165px;
background-image:url(../images/header.jpg);
background-position: bottom left;
background-repeat: no-repeat;

}

#mainnav, #subnav,  #mainnav li a, #subnav li a, #mainnav li, #subnav li {
color:#414f50;
list-style: none;
text-decoration:none;
font-weight: bold;
}

#mainnav li, #subnav li{
display: block;
*display: inline;
}

#mainnav{
*margin-top: 10px;
position: relative;
top: 10px;
left: 0px;
}

#mainnav li a, #subnav li a{
float:left;
_display:inline;
margin-right: 25px;
font-size: 0.8em;

}

#subnav{
position: absolute;
top: 40px;
left: 20px;
}

#tag{
display: none;
position: absolute;
left: 700px;
*left: 690px;
top: 115px;
font-size: 0.9em;
width: 300px;
}

#container{
width: 954px;
background-image: url(../images/backgroundwbox2.jpg);
background-position:top left;
background-repeat: no-repeat;
min-height: 577px;
*height: 577px;
}

#container2{
width: 952px;
background-color:#ffffff;
min-height: 577px;

}

#left{
float:left;
width: 450px;
padding: 10px;
line-height: 150%;
font-size: 0.9em;
}

#right{
float:right;
margin-right: 20px;
width: 400px;
padding: 10px;
line-height: 150%;
font-size: 0.9em;
}


#content{
padding-top: 30px;
padding-left: 50px;
line-height: 150%;
width: 390px;
font-size: 0.75em;
}



#clearer{
clear:both;
}

#bottom{
padding: 10px;
line-height: 150%;
font-size: 0.9em;
width: 932px;
}

#footer{
width: 952px;
text-align: center;
font-size: 0.7em;
background-color:#ffffff;
color:#49627A;
}

#footer p{
color:#49627A;
text-decoration:none;
font-weight: bold;
}

#footer a, a{
color:#49627A;
}




.left{
float:left;
}

.right{
float:right;
}

.Normal{
font-weight:normal;
text-decoration:none;
font-style:normal;
color:#414f50;
}

.Black{
color:#414f50;
}

.Blue{
color: #5c94a7;
}


.BoldBlue{
font-weight:bold;color: #5c94a7;
}

.BoldBlack{
font-weight:bold;color: #414f50;
}



.ItalicBlue{
font-style:italic; color: #5c94a7;
}

.ItalicBlack{
font-style:italic; color: #414f50;
}


.BoldItalicBlue{
color: #5c94a7; font-weight:bold; font-style:italic; 
}


.BoldItalicBlack{
color: #414f50; font-weight:bold; font-style:italic; 
}




.BoldUnderlinedItalicBlue{
color: #5c94a7; font-weight:bold; font-style:italic; text-decoration:underline;
}


.BoldUnderlinedItalicBlack{
color: #414f50; font-weight:bold; font-style:italic; text-decoration:underline;
}



.UnderlinedBlue{
text-decoration:underline; color:#5c94a7;
}

.UnderlinedBlack{
text-decoration:underline; color:#414f50;
}



.BoldUnderlinedBlue{
text-decoration:underline; color:#5c94a7;font-weight:bold;
}

.BoldUnderlinedBlack{
text-decoration:underline; color:#414f50;font-weight:bold;
}



.ItalicUnderlinedBlue{
text-decoration:underline; color:#5c94a7; font-style:italic;
}

.ItalicUnderlinedBlack{
text-decoration:underline; color:#414f50; font-style:italic;
}