body{
  margin: 0px;
  background-color: #000033;
  font-family: verdana, arial, helvetica, sans-serif;
}
#container{
     width: 800px;
     margin: 0px auto;
}
img{
    border:0px;
}
#header{
	margin: 0px;
	padding: 10px 20px;
	width: 760px;
    height: 100px;
	background-color:#CCCCFF;
	}
.float-right{
    float:right;
	padding: 10px 30px 0px 0px;
}
.float-left{
    float:left;
	padding: 0px 0px 0px 0px;
	margin-right: 40px;
}
.title-image{
    margin: 10px 0px 0px 20px;
}
#separator{
    margin: 0px;
	height: 22px;
	width: 800px;
	padding: 1px 0px;
	background-color: #9999FF;
	border-style: solid;
	border-width: 2px 0px;
	border-color: #000033;
}
#inner-separator {
	height: 20px;
	background-color: transparent;
	border-style: dashed;
	border-width: 1px 0px;
	border-color: #FFFFFF;
}
#menu-left {
	float: left;
	margin: 0px 0px 0px -210px;
	padding-top: 40px;
	width: 170px;
	background-color:transparent;
	}
#content{
	width: 410px;
	margin: 0px 0px 0px 0px;
	padding: 20px 180px 0px 30px;
	background-color: #F4FFE4;
	border-width: 0px 0px 0px 180px;
	border-style: solid;
	border-color: #333366;
	}
#content h1{
    font-size: 16px;
    color: #9999FF;
    }
#content h2{
    font-size: 12px;
    color: #333366;
	}
#content p, ul, li{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
    }
#content a{
    color: #666666;
	text-decoration: underline;
    }
#menu-left a{
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height:36px;
	text-decoration: none;
	display: block;
	background-color: transparent;
	padding: 0px 0px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
#menu-left a.last{
	border-bottom: 1px solid #FFFFFF;
    } 
#menu-left a:hover {
	background-color:#9999FF;
	}
#rightpanel{
    float: right;
	padding: 10px 0px 10px 10px;
	margin: 20px -165px 0px 10px;
	border-left: 1px solid #000033;
	width: 140px;
	background-color: #F4FFE4;
	}
#rightpanel h1{
    font-size: 10px;
    color: #333366;
	}
#rightpanel p{
    text-align: left;
    font-size: 10px;
    color: #666666;
	line-height: 12px;
    }

#rightpanel li{
    margin-left: -20px;
    text-align: left;
    font-size: 10px;
    color: #666666;
	line-height: 12px;
}
#footer {
    margin: 100px 40px 0px -30px;
	padding: 10px 40px 0px 30px;
    border-top: 1px solid #000033;
    float: bottom;
    width: 550px;
	height: 60px;
	background-color: #F4FFE4;
	clear:both;
}
#footer p{
    font-size: 10px;
    color: #666666;
}
.caption{
    font-style: italic;
}

