#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#page #header {
	height: 120px;
	display: block;
}

#page #header #title {
	background-color: #5F882F;
}

#page #header #title .header1 {
	font-size: 36px;
	font-weight: bold;
	background-color: #317023;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 3px;
	letter-spacing: 3px;
}
#page #header #title .header2 {
	font-size: 14px;
	text-align: center;
	background-image: url(../images/header-2.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#page #header #title .header3 {
	background-image: url(../images/header-3.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
#page #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #menu li {
	float: left;
}
#page #menu .menu1 {
	display: block;
	width: 178px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #354B1B;
	border-left-color: #BAD09F;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/tab.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAD09F;
	border-bottom-color: #000000;
	font-size: 16px;
}
#page #menu .menu1:hover {
	background-color: #A3C07E;
	background-image: none;
	color: #466222;
}
#page #menu .menu2 {
	display: block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	height: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(../images/tab2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #253D49;
	border-left-color: #BED1E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#page #menu .menu2:hover {
	background-color: #A4BED2;
	background-image: none;
	color: #426B82;
}
#page #pageinfo {
	clear: both;
	font-size: 20px;
	background-color: #5F882F;
	background-image: url(../images/page-info.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #336600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #314518;
	margin: 0px;
}
#page #contents {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #D9E1CF;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6B98E;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#page #contents a {
	color: #0066CC;
}

#page #contents .white {
	background-color: #FFFFFF;
	padding: 10px;
}

#page #contents #miniforms {
	width: 280px;
	float: left;
}

.box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314518;
}
.box .title {
	color: #336600;
	background-color: #94B76A;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #314518;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.box .contents {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
}
.box .bar {
	background-color: #B6B6B6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: right;
}

#page #contents #main-ad {
	margin-left: 300px;
	background-color: #317023;
	width: 580px;
	color: #FFFFFF;
}
#page #contents #main-ad .special {
	background-color: #FEFF04;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF82;
	border-right-color: #CC9900;
	border-bottom-color: #996600;
	border-left-color: #CC9900;
	margin: 10px;
}
#page #footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
#dialog {
	border: 2px solid #0033CC;
	width: 400px;
	position: fixed;
	left: 33%;
	top: 45%;
}
#dialog .title {
	color: #FFFFFF;
	background-color: #0033CC;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#dialog .contents-red {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../images/icon-error.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .contents-blue {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../images/icon-info.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .contents-white {
	background-color: #DBDBDB;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-image: url(../images/icon-confirmation.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}
#dialog .action {
	background-color: #DBDBDB;
	text-align: center;
	padding: 5px;
}

