/*CSS Document*/

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#ccc;
}

#layout {
	width:760px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
}

#header {
	width:760px;
	height:80px;
	background:#666;
}

#main{
	width:520px;
	float:right;
	padding:16px;
	font-size:small;
	text-align:left;
	background:#fff;
	line-height:150%;
}

*html #main {
	font-size:x-small;
}

#menu {
	width:200px;
	padding-top:16px;
	float:left;
	background:#fff;
	text-align:left;
}


#menu a {
	display:block;
	margin-left:16px;
	padding-left:16px;
	list-style-type:none;
	font-size:large;
	font-weight:bold;
	line-height:50px;
	background:url(../images/button_05.jpg) no-repeat -4px 5px;
	text-decoration:none;
	color:#000;
}

*html #menu a {
	font-size:medium;
}

#menu a:hover {
	background-position:-4px -68px;
}

#footer {
	width:760px;
	background:#B7D100;
	font-size:x-small;
	color:#004698;
	padding-top:10px;
	padding-bottom:10px;
}

.bold {
	font-weight:bold;
}

.box {
	width:500px;
	margin:10px;
	border-bottom:#999 1px solid;
}

h2 {
	font-size:large;
	border-top:#003399 1px solid;
	border-left:#003399 12px solid;
	line-height:30px;
	padding-left:8px;
}

h3 {
	font-size:medium;
	line-height:24px;
	background:#3399cc;
	color:#fff;
	padding-left:10px;
}

h4 {
	font-size:medium;
}


td {
	border:#ccc 1px solid;
}

.header {
	background:#003399;
	color:#fff;
}

.linkpg {
	display:block;
	font-size:x-large;
	padding-left:20px;
	font-weight:bold;
	line-height:70px;
	background:url(../images/linkback_08.jpg) no-repeat 0px 10px;
}

*html .linkpg {
	font-size:large;
}
