/* CSS Document */

body { 
   background-color:white; 
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font: 11px;
   line-height: 1.25em;
   padding:0; 
   margin:15px 0px;}

body a {
   color:#000000;
   text-decoration:none;
   font-weight:800;
}

body a:hover {
   color: #999999;
   text-decoration:none;
   font-weight:800
}

body a:hover {
   color: #999999;
   text-decoration:underline;
   font-weight:800
}

#container {
   width:940px;
   margin:0 auto;
   font-size:90%;
   background:white; 
}


#header {
   background: url(images/header.jpg);
   width:940px; height:159px;
   float:left;
   border-top: 5px solid #111;
   border-bottom: 20px solid #111; 
}

#title {
   position: relative;
   background: white;
   font-size: 30px;
   line-height: 36px:
   color: #111;
   margin-right: 270px;
   padding: 20px 0 20px 10px;
}

#header a:hover {text-decoration:underline; }
#header a:visited {text-decoration:none;}

#slogan {position:relative; top:120px; left:400px; color:#FFFFFF; font-size:150%;}

img { border:0; padding:0}

#leftcol { 
   width:140px;
   float:left;
   background-color:white;
   border-right: 2px solid #e2e2e2;
}

#nav { 
   width:140px;
   float:left;
   text-decoration:none;
   margin: 4px;
}

#nav ul, #nav li {
   list-style:none;
   margin:0px;
   text-align:left;
   padding:0px; 
}

#nav li {
   color:black;
}

#nav li a {
   font-size:12px;
   width: 110px;
   padding:5px 0px 5px 10px;
   background-color:white;
   color:black;
   display:block;
   font-weight:bold;
   text-decoration:none;
}

#nav li a:hover {
   color:blue;
   decoration:underline;
}

#nav li a:visited {
   background-color:white;
   color:gray;
   display:block;
   font-weight:bold;
   text-decoration:none;
}

.rt_col {
   background:white;
   float:left;
   width:200px;
   margin:20px 0 0 -0px;
}

.rt_col ul li {
   display:block;
   float:left;
   width:200px;
   padding:0;
}

.rt_col p {
   color:#333;
   font-size:75%;
   text-align:left;
   margin:0 0 0 25px;
}

.rt_col ul li img {
}

#main { 
   color:black;
   float:left;
   width:500px;
   padding: 5px 10px 0px 20px;}

h1 { font-size:120%; font-weight:800; color: #6D929B;}


#footer {
   width:940px;
   background: #ffffff;
   font-size: 10px;
   line-height: 1em;
}

#insidefooter { 
   width:930px;
   border-top: 2px solid #e2e2e2;
   text-align:center;
   float:center;
   margin: 20px 0px 0px 0px;
   padding-top:5px;
   padding-bottom: 10px;
   background-color:#FFFFFF;}

.clear { clear:both ; font-size:1px }
