
body{
 font-family: verdana;
 color:#666666;
 font-size:11px;
 background:#FFFFFF url(images/bg.jpg) repeat-x;
 margin:0px;
}

p{
 font-family: verdana;
 color:#666666;
 font-size:11px;
}

p a{
 font-family: verdana;
 color:#666666;
 font-size:11px;
 text-decoration:none;
}

h1{
 font-family: verdana;
 color:#548FB3;
 font-size:14px;
 margin:0px;
}

h1 a{
 font-family: verdana;
 color:#548FB3;
 font-size:14px;
 margin:0px;
 text-decoration:none;
}

h1 a:hover{
 font-family: verdana;
 color:#548FB3;
 font-size:14px;
 margin:0px;
 text-decoration:underline;
}


#container{
 width:583px;
 background:#FFFFFF url(images/main_bg.gif);
 height:600px;
}

#header{
 width:583px;
 height:80px;
 text-align:left;
}

#tabs_header{
 width:558px;
 height:17px;
 background:#FFFFFF url(images/tabs_top.gif);
}

#tabs_main{
 width:558px;
 height:39px;
 text-align:center;
 background:#FFFFFF url(images/tabs_bg.gif);
}

#tabs_image{
 width:358px;
 background:#A7C3CB url(images/main_home.jpg);
 height:238px;
 text-align:left;
 padding:10px 20px 0 180px;
}

#tabs_image_closed{
 width:558px;
 height:45px;
 background:#A7C3CB url(images/image_closed.gif);
}

.tab_off a{
 width:123px;
 height:28px;
 display:block;
 background:#FFFFFF url(images/tab_off.gif);
 float:left;
 color:#999999;
 text-decoration:none;
 font-weight:bold;
 padding:7px 0 0 0;
}

.tab_off a:hover{
 background:#FFFFFF url(images/tab_on.gif);
 color:#666666;
}

.tab_on a{
 width:123px;
 height:28px;
 display:block;
 background:#FFFFFF url(images/tab_on.gif);
 float:left;
 color:#999999;
 text-decoration:none;
 font-weight:bold;
 padding:7px 0 0 0;
}

.tab_on a:hover{
 color:#666666;
}

.spacer{
 height:35px;
 display:block;
 width:5px;
 float:left;
}

.spacer_left{
 height:35px;
 display:block;
 width:165px;
 float:left;
}

#content{
 width:558px;
 text-align:left;
 overflow:hidden;
}

.image_box{
 width:100px;
 height:100px;
 background:#DEDEDE;
 margin:4px;
 float:left;
}

.text_box{
 width:430px;
 height:100px;
 float:left;
 padding:6px;
}


h2{
 font-size:24px;
 color:#FFFFFF;
 font-weight:normal;
}

#footer{
 border-style: solid;
 border-width: 1px 0 0 0;
 border-color:#CCCCCC;
 height:30px;
 padding:4px;
}

