

body,
html {
    margin:0;
    padding:0;
    background:#339966 url(images/bg.gif) repeat;
    color:#000;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    
body {
    min-width:750px;
    }
    
#wrap {
    background:#fff;
    margin:0 auto;
    width:750px;
    }
	
#header {
    background:#ffffff url(images/header.gif);
    margin: 0;
    height: 100px;
    }

#nav {
    background:#339966 url(images/menubg.gif) repeat-x;
    padding: 5px;
    margin: 0;
    }   
    
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
    
#nav li{
    display:inline;
    margin:0;
    padding:0;
    padding-left: 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
    }
    
a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
	
/*Create alternate link style for links in main text flow, like on home page. */		
a.alt:link, a.alt:active {
	color: #339966;
	text-decoration:underline;
	}
	
a.alt:hover {
	background-color: #f6d72a;
	}
	
a.alt:visited {
	color:black;
	text-decoration:underline;
	}

    
#main {
    background: url(images/contentbg.gif) no-repeat;
    float:right;
    width:500px;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 170%;
    }
    
#main h2, #main h3, #main p {
	padding:0 10px;
	}
	
#main h2 {
	color: #339966;
	}

#main h3 {
	color: #339966;
	font-style: italic;
	}

#center{
  	text-align:center;
	}



/*to make the shorter sidebar column appear to continue all the way down to the footer you have to use the same background for #sidebar and #wrap */
   
#sidebar {
    background: #fff;
    float:left;
    width:250px;
    margin: 0;
    }    
#footer {
    background:#66cc99;
    clear:both;
    }

#footer p {
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #3c3c3c;
	}
	
#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}
