body {
	background-color: #FFFFFF;
	clear: both;
	width: 775px;
	padding: 2px;
	border: 1px solid #000000;
	color: #00628b;
	margin:0 auto;
	text-align:center;
}
h2 {
	font-size: 15px;
	margin-top:3px;
	margin-bottom:0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:2px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:3px;
	margin-top:0px;
}
ol {
	text-align: left;
	font-size: 12px;
}
ul {
	text-align: left;
}
p {
	font-size: 13px;
}

#page-box {
	
	width: 775px;
}

a {
	color: #000099;
}
.input {
	background-color: White;
border: 1px solid #333333;
color: Black;
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;

}

.input:focus {
	background-color: #FFFACD;
border: 1px solid #333333;
color: #cccccc;
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
}
h4 {
	font-size: 9px;
	margin-top:0px;
	margin-bottom:2px;
}
#header-box {
	width: 775px;
	padding-bottom: 2px;
}
#ID-box {
	float: left;
}
#left-header {
	float: left;
}
#footer-box {
width:775px;
margin:0px
}
#content-cage {
	width:775px;
	margin-top:3px;
	margin-bottom:3px;
	font-size: 12px;
	text-align: left;
}
#right-header-frame {
	margin: 5px;
	padding: 5px;
	width: 675px;
	float: right;
}
#upper-right-header {
	float: left;
	width: 700px;
	float:right;	
}
#menu-box {
	float: left;
	width: 775px;
	float:right;	
}
#footer-box {
	width: 775px;
}

.bevelmenu{
	font: bold 13px arial;
	padding: 9px 0;
	margin: 0;
	width: 100%;
	background-color: #00628b;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #e6e6dc;
	border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
	color: black;
	background-color: #81a594;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

