@charset "utf-8";
/* CSS Document */
html{ font-size:100%; }
body {
font-family: Helvetica, Arial, sans-serif;
font-size:13px;
padding:0;
color:#69804e;
margin: auto;
background:url(../images/main_background.gif);
text-align:justify;
}

A:link {text-decoration: none; color: #d16700; border:0;}
A:visited {text-decoration: none; color: #d16700; border:0;}
A:active {text-decoration: none; color: #d16700; border:0;}
A:hover {text-decoration: underline; color: #d16700; border:0;}

li{ margin-bottom:12px;}

p{text-indent:0px;}

#main_wrapper {
width:940px;
margin:auto;
}

#main_header{
width:100%;
height:179px;
background:url(../images/main_title.gif);
}

#main_footer{
width:100%;
margin-top:15px;
}

#main_container{
width:100%;
background:url(../images/content_back.gif);
margin:auto;
padding-top:10px;
}

#main_content{
float:left;
width:565px;
text-align:left;
padding-left:25px;
padding-right:10px;
}

#sidebar{
width:340px;
float:right;
}


.input_text
{
     height:30px;
     border-style: hidden;
     border-width: 0px;
     font-size:15pt;
}