/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
background: #ccc;
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #4A4344;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #aaaaaa url("./img/greenheader.jpg") top center no-repeat;

/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
        or "brownheader.jpg" to change the color scheme of this page */

height: 110px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
font-size:22px;
line-height: 50px;
}
#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-decoration: none;
border-top: 2px solid #ffffff;
}

#menu li a:hover{
border-color: #a0a0a0;
}

#searchbox{
float: left;
margin-left: 15px;
margin-top: 20px;
}

.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('./img/main.jpg') top left repeat-x;
}
#main h1{
font-size: 15pt;
padding-bottom: 1px;
color: #4A4344;

}
#main h2{
font-size: 14pt;
padding-bottom: 1px;
margin-bottom: 1px;
color: #222222;

}
#main h3{
font-size: 12pt;
padding-bottom: 1px;
margin-bottom: 1px;
color: #222222;

}
#main a{
color: #0000FF;
text-decoration: underline
}
#main a:hover{
color: #0000FF;
text-decoration: none
}

#main a.b{
color: #000000;
text-decoration: underline
}
#main a.b:hover{
color: #000000;
text-decoration: none
}

#submain{
padding: 8px;
}
#left{
float: left;
width: 560px;
margin-bottom: 5px;
}
#left p{
font-size: 12px;
margin-bottom: 1px;
margin-left: 14px;
}
#left ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 170px;
float: right;
}
#right p{
font-size: 12px;
line-height: 18px;
margin-bottom: 3px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}
#footer{
clear: both;
width: 100%;
background: #aaaaaa url('./img/footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}

input.button1{
	  background: url("../img/bg_button.gif") no-repeat ;
	  color:#000000;
	  border: 0px solid #2763A5;
	  font-size: 12px;
	  padding-top: 2px;
	  padding-bottom:1px;
	  padding-left:1px;
	  padding-right:1px;
	  font-weight: bold;
}

