body, html{
    margin: 0px;
    height: 100%;
    color: #202020;
    font-family: Verdana;
    font-size: 8pt;
		text-align: left;
    line-height: 14px;
		background-color: #707C88;
}
img{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 20px 0 0 0;
}
a {
    color: #202020;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
table {
		color: #202020;
    font-family: Verdana;
    font-size: 8pt;
		text-align: left;
    line-height: 14px;
}
table a {
		text-decoration: none;
}
table a:hover {
		text-decoration: underline;
}
#text {
    color: #202020;
    font-family: Verdana;
    font-size: 8pt;
		text-align: left;
    line-height: 14px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		background-color: #A8B4C0
}
#fillout_container{
    height: 100%;
    width: 906px;
    margin: 0px;
    padding: 0px;
		text-align: left;
}
#main_container{
    width: 902px;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #CCCCCC;
		text-align: left;
}

/* header */
#header{
		background-color: #CCD5DC;
		border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
		text-align: center;
}

/*menu*/
#menu{
    float: left;
    width: 140px;
    padding: 5px;
		background-image: url('../images/left.jpg');
		border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
		text-align: left;
}
.menu_title{
    padding:0 0 3px 0;
    color: #A8B4C0;
    font-weight: normal;
}
.menu_title a{
    padding:0 0 3px 0;
    color: #A8B4C0;
    font-weight: normal;
		text-decoration: none;
}
.menu_title a:hover{
    text-decoration: underline;
}

#menu dl {
    margin: 0;
    padding: 0 0 10px 0;
    color: #202020;
}
#menu dd {
    margin: 0;
    padding: 0;
}
#menu dd a {
    display: block;
    width: 150px;
    color: #202020;
    text-decoration: none;
}
#menu dd a:hover {
    text-decoration: underline;
		
}

/*content*/
#content{
    float: right;
		width: 737px;
    padding: 5px 5px 5px 5px;
		border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
		background-color: #A8B4C0;
		text-align: left;
}

/*footer*/
#footer{
    clear:both;
    padding: 0 0 0 0;
		text-align: center;
}
#footer a{
    font-weight: normal;
    text-decoration: underline;
}
#footer a:hover{
    font-weight: normal;
    text-decoration: underline;
}
