@charset "utf-8";
/* Start general styles */
*{
	color: #333333;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

hr {
	border: 1px solid #999999;
}
.hidden {
	display: none;
}

.style1 {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}
.style2 {color: #666666}
.style3 {color: #000066; font-weight: bold; }

.messagebox#haserr{
	color: #FF0000;
	background-color: #FFF1EA;
	border-top-color: #FF6666;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	border-left-color: #FF6666;
}
.messagebox#successful{
	color: #003366;
	background-color: #EBFAFE;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	text-align: center;
}

/* End general styles */

/* Start page layout styles */
#page-container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	clear: both;
	overflow: hidden;
}
#page-header {
	height: 120px;
	background-image: url(../upload/Image/top-nav.gif);
	background-repeat: no-repeat;
}
#page-header ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 57px;
	width: 355px;
}
#page-header ul li {
	display: inline;
	margin-left: 10px;
}
#page-header ul li a {
	font-family: Eras Demi ITC, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#page-header ul li a.highlight {
	color: #039DDB;
}
#page-header ul li a:hover {
	color: #039DDB;
}
#page-header h1 {
	display: none;
}
#link-index {
	display: block;
	width: 350px;
	height: 100%;
	float: left;
}
#page-banner {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #CCCCCC;
}
#page-left {
	padding-top: 20px;
	padding-left: 6px;
	padding-bottom: 40px;
	float: left;
	width: 580px;
	font-size: 14px;
	text-align: justify;
}
#page-left h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	color: #333333;
}
#page-left h3 {
	font-size: 14px;
}
#page-left a {
	text-decoration: underline;
	color: BLUE;
}
#page-right {
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 40px;
	float: right;
	width: 165px;
}
#page-right div {
	line-height: 27px;
}
#page-right div a {
	color: #005175;
	text-decoration: none;
}
#page-right div.static {
	background-color: #ADE2F0;
	margin-top: 2px;
	font-size: 11px;
	padding-left: 8px;
}
#page-right div.dynamic {
	background-color: #6AC9E5;
	margin-top: 2px;
	font-size: 11px;
	padding-left: 8px;
}
#page-right div.subsubmenu {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#page-right div.subsubmenu a {
	color: BLUE;
	text-decoration: underline;
}
div#submenu-header {
	font-weight: bold;
	padding-left: 5px;
	background-color: #0099FF;
	color: #FFFFFF;
}
#page-footer-1 {
	clear: both;
	background-color: #666666;
	height: 13px;
}
#page-footer-2 {
	height: 13px;
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
/* End page layout styles */