html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A8BAD2;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A8BAD2;
	margin: 0px;
	padding: 0px;
}
a {
    color: #0666CA;
	text-decoration: none;
	border-bottom: 1px dashed #FF8200;
}
a:hover {
    border-bottom: 2px solid #FF8200;
	cursor: pointer; cursor: hand  	
}
a.image {
    border: none;
}
a:hover.image {
    border: none;
	cursor: pointer; cursor: hand  	
}
#container {
    position: relative;
    background-color: #FFFFFF;
	width: 760px;
	margin: 10px auto;
	padding: 0px;
	background-image: url(../images/background/content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#header {
	background-image: url(../images/background/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 57px;
}
#logo {
    width: 249px;
	padding: 4px 0px 0px 5px;
	float: left;
}
#menu {
    float: right;
	padding-top: 31px;
	margin: 0px 2px 0px 0px;
}
html>body #menu {
    margin-right: 8px;
}
a #button {
    font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 120px;
	height: 26px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: hand;
	text-align: center;
	padding: 4px 0px 0px;
	padding-top: 4px;
}
a:hover .button {
	background: url(/images/background/button-hover.gif);
	cursor: pointer; cursor: hand  	
}
a .button-current {
	background-image: url(/images/background/button-current.gif);
}
a .button {
	background-image: url(/images/background/button.gif);

}
#header-line {
	background-image: url(../images/background/header-line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	margin-top: -2px;
}
html>body #header-line {
	margin-top: 0px;
}
#content {
	margin-top: -8px;
	padding-bottom: 34px;
}
html>body #content {
	margin-top: 0px;
}
#left {
    width: 150px;
	float: left;
	margin: 8px 0px 5px 7px;
}
html>body #left {
    width: 150px;
	margin-left: 14px;
}
#left-container {
    padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #A8BAD2;
}
#left-header {
	background-image: url(../images/background/left-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 150px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
}
html>body #left-header {
	height: 17px;
}
#left-content {
	background-image: url(../images/background/left-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 150px;
	text-align: left;
	font-size: 12px;
	padding: 5px 8px;
}
#left-content_menu {
	background-image: url(../images/background/left-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 150px;
	text-align: left;
	font-size: 12px;
	padding: 0px 1px;
}
html>body #left-content {
	width: 136px;
}
#right {
	width: 571px;
	float: right;
	margin: -26px 6px 5px 0px; 
}
html>body #right {
    margin-right: 12px;
}
#right-container {
    padding: 0px;
	margin: -5px 0px 10px 0px;
	* margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #A8BAD2;
}
html>body #right-container {
    margin-top: 0px;
}
#right-header {
	background-image: url(../images/background/right-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 571px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
}
html>body #right-header {
	height: 17px;
}
#right-content {
	background-image: url(../images/background/right-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 571px;
	text-align: left;
	font-size: 12px;
	padding: 5px 8px;
}
html>body #right-content {
    width: 555px;
}
#footer {
	background-image: url(../images/background/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 760px;
	height: 44px;
	clear: both;
	background-color: #A8BAD2;
	font-size: 10px;
	color: #A8BAD2;
}
#footer a {
	color: #A8BAD2;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	text-decoration: underline;
	border: none;
}
#footer-left {
    float: left;
	padding: 3px 0px 0px 7px;
}
#footer-right {
    float: right;
	padding: 3px 7px 0px 0px;
	text-align: right;
}
html>body #footer {
    height: 34px;
}
.whatsnewDate{
font-size: 10px;
font-style: italic;
}
.whatsnew{
font-size: 12px;
color: #00000;
}
.submit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF8200;
	border:1px solid #0666CA;
	margin: 10px -5px 5px -5px;"
}