/* CSS Document */
html {
font-family: Arial,Verdana,sans-serif;
}

body {
background-color: #FFFFFF;
margin: 0px;
text-align: center;
}

#container {
	background: #EEEEEE;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	border: solid thin;
	border-color: #333333;
}

#top {
background:#FFFFFF;
width:inherit;
}

#menu {
background-color:#EEEEEE;
width: auto;
border-bottom: solid thin #333333;
}

#left {
background-color:#EEEEEE;
font-size: 11px;
width:160px;
float:right;
}

#content{
	padding: 15px;
	font-size: 12px;
	background: #EEEEEE;
	margin-right: 160px;
}

#footer {
background-color:#EEEEEE;
text-align:center;
padding: 2px;
font-size:10px;
margin-top:10px;
}

#copyright {
background-color:#EEEEEE;
text-align: center;
font-size: 9px;
}

/*anchor style*/

a.doc {
font-size: 11px;
}

a.menuitem:link {
display: block;
text-align: center;
text-decoration: none;
font-size: 14px;
font-weight: none;
color: #FFFFFF;
border: solid thin #FFFFFF;
background-color:#EEEEEE;
padding:3px;

}

a.menuitem:hover {
border: solid thin #003366;
background: #FFFFFF;
font-weight:none;
color: #003366;
}

a.menuitem:visited {
display: block;
text-align: center;
text-decoration: none;
font-size: 14px;
font-weight: none;
color: #FFFFFF;
border: solid thin #FFFFFF;
padding:3px;

}

a.menuitem:visited:hover {
border: solid thin #003366;
background: #FFFFFF;
font-weight:none;
color: #003366;
}

img.button {
padding-left: 2px;
}

/*paragraph & font style*/
p{
font-size: 12px;
text-align: justify;
text-indent: inherit;
}

h1{
font-size: 14px;
color: #006699;
margin-top: 5px;
padding-bottom: 5px;
border-bottom: dotted thin #006699;
}

h2 {
color:#000000;
font-size:12px;
font-weight: bold;
}

ul {
list-style-type: square;
}

li {
font-size: 12px;
padding: 5px;
}

hr {
background-color: #006699;
border-bottom: dotted thin #006699;

}

/*table style*/

table.styletable {
border: solid thin #CCFF99;
padding: 2px;
position: left;
margin-top: 10px;
margin-bottom: 10px;
width:100%;
}

.td1 {
background-color: #CCFF99;
padding: 3px;
font-size: 12px
}

.td2 {
background-color: #FFFFFF;
padding: 3px;
font-size:  12px;
}

.th1 {
color: #006699;
font-size:14px;
}

#contenttable {
	border: solid thin #333333;
	padding: 0px;
	background:#FFFFFF;
}

#pictable {
	border: none;
	padding: 10px;
	vertical-align: text-top;
}

.th2 {
font-size: 12px;
background-color: #006699;
text-align: left;
color: #FFFFFF;
padding: 3px;
border:solid thin #666666;
}

.th3 {
font-size: 12px;
background-color: #FFFFFF;
text-align: center;
color: #006699;
padding: 3px;
border:none;
}

#menutable {
text-align:left;
}
.menutd{
text-align: center;
width:160px;
}

#subtable {
}
