/* CSS Document */
/*Main Wrapper and Header*/
body{
margin:0px;
padding:0px;
}
#wrapper{
width:882px;
height:100%;
padding:5px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
}
#banner{
width:882px;
height:117px;
background-image:url(images/banner.gif);
}
#countdown{
vertical-align:middle;
width:150px;
height:100px;
margin-left:725px;
}
/*Main Content Area*/
#content_wrapper{
width:882px;
margin:20px 0px 5px;
}
#content_top{
width:882px;
height:15px;
/*background-image:url(images/bg_01.gif); */
}
#content_main{
width:842px;
padding-left:20px;
padding-right:20px;
padding-top:5px;
/*background-image:url(images/bg_02.gif); */
}
#content_main p{
margin:0px;
padding:0px;
}
#content_bottom{
width:882px;
height:15px;
/*background-image:url(images/bg_03.gif); */
}
/* TYPE */
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #ffffff; color: #000000; }

a { color: #01702d; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }


p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }