body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	padding: 0px;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#container_out {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #336600;
	margin-top: 20px;
}

#topbar {
	background-image: url(../images/common/banner_bg.jpg);
	height: 150px;
}

#info {
	height: 100px;
	background-color: #F2FDDD;
	background-image: url(../images/common/decoration.gif);
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #336600;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #336600;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336600;
}
#footerMid {
	float: left;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
#footerMid {
	font-style: normal;
	float: left;
	width: 150px;
	margin-left: 100px;
}

#content {
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#content_login {
	margin-top: 40px;
}

#page_left {
	float: left;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#page_right {
	float: right;
	width: 510px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #999999;
	line-height: 18px;
}
#page_left ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	line-height: 34px;
	margin-left: 0px;
}
#page_left li {
	background-image: url(../images/common/button_bg.jpg);
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336600;
	background-repeat: repeat-x;
}
#page_left a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#page_left a:hover {
	color: #99CC00;
}




.clear {
	clear: both;
	height: 1px;
}

a {
	color: #336600;
	text-decoration: underline;
}

a:hover {
	color: #99CC00;
	text-decoration: none;
}

#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active{
	background-image: url(../images/common/button_over_bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	color: #336600;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1:first-letter {
	text-transform: uppercase;
	font-size: 26px;
	font-family: "French Script MT", "Monotype Corsiva", Georgia;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #CC6600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}

.button {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #CC6600;
}
.accent {
	font-weight: bold;
	color: #cc6600;
}
.sublink {
	font-weight: normal;
	color: #999999;
	margin-left: 15px;
}
