* {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #DDDDFF;
    color: #333333;
    text-align: center;
}
a {
    color: #3333FF;
}
div#container {
    width: 800px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px #999999 solid;
    border-right: 1px #999999 solid;
    text-align: left;
}
div#header {
    height: 90px;
    background: #999999 url("img/green.jpg") no-repeat;
}
h1#title {
    padding: 50px 0px 10px 10px;
    font-size: 32px;
    color: white;
}
div#menu {
    padding: 10px 0px;
    background-color: #DDEEFF;
    border-top: 1px #333333 dotted;
    border-bottom: 1px #333333 dotted;
}
#menu ul {
    padding-left: 4px;
}
#menu li {
    display: inline;
    background-color: #CCCCFF;
    padding: 8px 12px;
    border: 1px #AAAACC solid;
}
div#contents {
    padding: 20px 60px;
    line-height: 180%;
}
#contents h2 {
    margin: 20px 0px;
}
#contents h2.pagetitle {
    color: #333366;
    padding: 2px 5px;
    border-left: 20px #6666CC solid;
    border-bottom: 2px #6666CC dotted;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
table#note {
    margin: 10px 30px;
}
table#note tr{
    vertical-align: top;
}
table#note td{
    padding: 8px;
}
div#footer {
    background-color: #CCCCFF;
    padding: 4px 0px;
    border-top: 1px #AAAACC solid;
    text-align: center;
}
div#thanks {
	margin:20px;
	padding:20px;
	font-size:14px;
	background-color:#DDEEFF;
	font-weight:bold;
}
