body {
	 margin:0px;
	 font-family:Verdana, Arial;
         font-size:12px;
	 font-weight:normal;
	 background-image:url(images/background1.jpg);
         background-repeat:repeat-x;
         background-color:gray;
}

#container {
	 width:760px;
	 margin-left:auto;
	 margin-right:auto;
	 padding-top:2px;
	 padding-bottom:10px;
	 background-color:white;
}

#content {
	 width:600px;
	 height:auto;
	 text-align:left;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:normal;
	 color:#1A1A1A;
	 padding-top:15px;
	 padding-right:15px;
	 background-color:white;
}

#content li {
	margin-left:100px;
}

#navbar {
	 float:left;
	 width:140px;
	 height:600px;
	 font-family:Verdana, Arial;
         font-size:12px;
	 padding-top:15px;
	 padding-left:5px;
	 background-color:white;
}

#footer {
	 clear:all;
	 width:600px;
	 font-family:Verdana, Arial;
	 font-size:10px;
	 font-weight:normal;
         color:#666666;
	 padding-top:20px;
	 background-color:white;
}

a:link {
	 color:#666666;
	 text-decoration:none;
	 font-size:12px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a:visited {
	 color:#666666;
	 text-decoration:none;
	 font-size:12px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a:active {
	 color:#666666;
	 text-decoration:none;
	 font-size:12px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a:hover {
	 color:#666666;
	 text-decoration:none;
	 font-size:12px;
	 font-family:Verdana;
	 font-weight:bold;
    }
    
a.small_link:link {
	 color:#666666;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a.small_link:visited {
	 color:#666666;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a.small_link:active {
	 color:#666666;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
    }

a.small_link:hover {
	 color:#666666;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:bold;
    }

b {
	 color:#8b0000;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:bold;
	 background-color:white;
     }

h1   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:14px;
	 font-weight:bold;
     }
     
h2   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:14px;
     }

h3   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:bold;
	 margin-bottom:5px;
	 margin-top:0px;
     }

h4   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:bold;
	 margin-bottom:5px;
	 margin-top:0px;
     }
     
h5   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:bold;
     }
     
h6   {
	 color:#336699;
	 font-family:Verdana, Arial;
	 font-size:12px;
	 font-weight:normal;
     }

table.db_main {
         background-color:white;
         border:0;
         padding:2px;
     }
     
tr.db_row_1 {
	 background-color:white;
     }

tr.db_row_2 {
	 background-color:#E8E8E8;
     }

tr.db_calrow_1 {
	 background-color:white;
	 height:30px;
     }

tr.db_calrow_2 {
	 background-color:#E8E8E8;
	 height:30px;
     }

td.db_hd {  
         font-size:10px;
         font-weight:bold;
	 color:#8b0000;
         }

td.db_content {  
         font-size:10px;
         font-weight:normal;
	 vertical-align:top;
         }
	 
td.db_content_tall {  
         font-size:10px;
         font-weight:normal;
	 height:22px;
	 vertical-align:middle;
         }
	 
td.db_content a {
	 color:#1A1A1A;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
	 text-decoration:underline; 
    }

td.db_content a:visited {
	 color:#1A1A1A;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
	 text-decoration:underline; 
    }

td.db_content a:active {
	 color:#1A1A1A;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
	 text-decoration:underline; 
    }

td.db_content a:hover {
	 color:#666666;
	 text-decoration:none;
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:bold;
    }
    
td.db_content_vacant {  
	 color:#1A1A1A;
         font-size:10px;
         font-weight:bold;
	 vertical-align:top;
         }

form { 
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
	 color:#666666;
}

input {
	 font-size:10px;
	 font-family:Verdana;
	 font-weight:normal;
	 color:#666666;
}



