/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#F0F0F0;
margin-top:0px;
}
img{
border:0px;
}
a{
outline: none;
}
a .menu_item{
color:#005FB6;
}
a:link{
color:#005FB6;
text-decoration:none;
}
a:visited{
color:#005FB6;
text-decoration:none;
}
a:hover{
color:#005FB6;
text-decoration:underline;
}
a:active{
color:#005FB6;
text-decoration:none;
}
form{
}
label{
width:80px;
margin-top:5px;
float:left;
}
input, textarea{
margin-bottom:5px;
}
#wrapper{
width:800px;
margin:0 auto;
background-image:url(images/wrapper_bg.gif);
background-repeat:repeat-y;
background-position:top
}
#inner{
width:760px;
margin:0 auto;
background-color:#FFFFFF;
background-image:url(images/inner_bg.gif);
background-repeat:repeat-y;
background-position:right;
}
#header{
background-color:#FFFFFF;
}
#header_images{
width:760px;
height:164px;
padding-bottom:8px;
background-color:#FFFFFF;
background-image:url(images/right_bg.gif);
background-repeat:repeat-y;
background-position:502px 0px;
}
#left{
width:502px;
float:left;
}
#accordion{
}
.toggler{
color:#005FB6;
cursor:pointer;
}
.stretch{
margin-bottom:10px;
}
#menu{
width:502px;
height:28px;
}
#content_left{
padding-left:23px;
padding-top:20px;
padding-right:15px;
padding-bottom:20px;
}
#right{
width:258px;
font-size:10px;
text-align:center;
padding-top:7px;
padding-bottom:20px;
background-color:#ECF0F2;
background-image:url(images/right_bg.gif);
background-repeat:repeat-y;
background-position:left;
float:right;
}
#content_right{
width:209px;
text-align:left;
padding-left:24px;
padding-right:17px;
}
#footer{
height:38px;
padding-top:10px;
color:#666666;
text-align:center;
font-size:10px;
background-color:#FEF8E0;
border-top:1px solid #CBCBCB;
border-bottom:1px solid #CBCBCB;
}
#footer a{
color:#666666;
}
#footer a:hover{
color:#666666;
text-decoration:underline;
}