html {
	height: auto;
}

body {
	background-color: #fff;
}

.sitemap li {
	margin-top: .5em;
}

.page {
	width: 60em;
	height: auto;
	min-height: 100%;
	position: relative;
	voice-family: inherit;
	background-color: #fff;
	border: 1px solid #999;
	margin-left: 2px;
}

#pagebanner {
	border-top: 2px solid #0066ff;
	border-bottom: 2px solid #000080;
	width: 100%;
	height: 150px;
	background-position: left top;
	background-repeat: no-repeat;
}

.pagetop {
	position: relative;
	width: 100%;
	text-align: right;
}

.sitepath {
	display: block;
	margin: 0 0 0 0.3em;
	padding: 0;
	list-style-type: none;
}

.sitepath li {
	display: inline;
	margin: 0;
}

.sitepath li a {
	background:transparent url('/aaa/images/breadcrumb.gif') no-repeat scroll right center;
	color: #333;
	padding-right:14px;
	text-decoration: none;
}

.sitepath li a:link, .sitepath li a:visited {
	color: #333;
	text-decoration: none;
}


.sitepath li a:active, .sitepath li a:focus, .sitepath li a:hover {
	color:  #000080;
	text-decoration: underline;
}

#curritem {
	background:transparent none repeat scroll 0 0;
}

#controls {
	text-align: right;
	padding-right: 1em;
	font-size: .8em;
}

.contents, .homecontents {
	position: relative;
	float: left;
	height: auto;
	padding: 1em;
}

.newsbox {
	position: relative;
	border-color:  #000080;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	display: block;
	position: relative;
/*	margin-top: 1em;*/
	margin-bottom: 1.4em;
	margin-left: 0px;
	margin-right: 3px;
	float: right;
	font-size: 0.8em;
	height: 100%;
	width: 18%;
	top:1em;
}

.newsbox h2 {
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
	color: #fff;
	border-top:3px solid  #000080;
	border-bottom:3px solid  #000080;
	background-color: #000080;
	text-align: center;
}

.newsbox ul li {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

form ul {
	display: block;
	margin:0;
	padding: 0;
}

form ul li {
	display: block;
	margin: 1em;
	padding: 0;
}

.menubar {
/*	display:block;*/
	width: 100%;
/*	height: 22px;*/
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color: #000080;
}

.statusbar {
	display: inline;
	position:absolute;
	top: 1px;
	right: 5px;
	font-size: 0.9em;
}

.pagebottom {
	clear: both;
	position: relative;
	width: 100%;
	border-top:1px solid #999;
	margin-top:15px;
	padding-top:5px;
	font-size: 0.9em;
	text-align: center;
}

a:link, a:visited {
	color:  #000080;
	text-decoration: underline;
}

a:active, a:focus, a:hover {
	color: #fff;
	background-color:  #000080;
}

img {
	border-color:#fff;
	border: none;
}

.verbarbordertable {
	background-color: transparent;
}

.verbarlefttable {
	color: #333;
	background-color: transparent;
}

.notice {
	font-size: 1em;
	color: #FFFFFF;
}

.bnotice {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

.warning {
	font-size: 1em;
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
}

.error {
	font-variant: small-caps;
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
}

legend {
	color:  #000080;
	font-weight: bold;
}

label {
	color:  #000080;
	font-weight: bold;
}

.contactformbox ul li {
	display: block;
	margin-top: 1em;
	padding-left: 1em;
}

.button {
	border-top: 2px solid #fffff0;
	border-left: 2px solid #fffff0;
	border-right: 2px solid #400000;
	border-bottom: 2px solid #400000;
	font-family: 'lucida console', 'bitstream vera sans mono', courier, 'courier new', monospace, serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}

input {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-family: 'lucida console', 'bitstream vera sans mono', courier, 'courier new', monospace, serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}

select, textarea {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-family: 'lucida console', 'bitstream vera sans mono', courier, 'courier new', monospace, serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}

.imgs {
	border: 0;
	width: 16px;
	height: 18px;
}

.hidden {
	display: none;
}

.horbar, .topbar, .botbar {
	display: table;
	width: 100%;
	margin: 0;
	padding:0;
	color: #fff;
	border-top:3px solid  #000080;
	border-bottom:3px solid  #000080;
	background-color: #000080;
}

.horbaritem, .topbaritem, .botbaritem {
	float: left;
	display: table-cell;
	list-style: none;
	white-space: nowrap;
	margin: 2px;
	color: inherit;
	font-weight: normal;
	font-size: 1em;
	font-weight: bold;
	background-color:  #000080;
	text-transform: none;
}

.horsubbar .horbaritem a:link, .horsubbar .horbaritem a:visited {
	font-size: 0.8em;
}


.horbaritem a, .topbaritem a, .botbaritem a, .horbarsel a {
	color: #fff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border:3px solid  #000080;
	border-right: 1px solid transparent;
}

.horbar .horbaritem a:link, .horbar .horbaritem a:visited, .botbar .botbaritem a:link, .botbar .botbaritem a:visited {
	color: inherit;
	text-decoration: none;
}

.horbar .horbaritem a:hover, .horbar .horbaritem a:active , .horbar .horbaritem a:focus {
	color: #fff;
	background-color:  #000080;
	text-decoration: underline;
}


.botbar .botbaritem a:hover, .botbar .botbaritem a:active , .botbar .botbaritem a:focus {
	color: #fff;
	text-decoration: underline;
}

.horsubbar {
	padding-left: 1em;
}

.topbar {
/*	width: 95%;*/
/*	display:block;*/
	background-color: transparent;
	color: #333;
	border:3px solid transparent;
}

.topbar a {
	padding-left: 1px;
	padding-right: 1px;
}

.topbaritem {
	background-color: transparent;
}


.topbar .topbaritem a:link, .topbar .topbaritem a:visited {
	color:  #000080;
	border:3px solid transparent;
	text-decoration: none;
	font-weight: bold;
}

.topbar .topbaritem a:hover, .topbar .topbaritem a:active , .topbar .topbaritem a:focus {
	background-color: transparent;
	color:  #000080;
	border:3px solid transparent;
	text-decoration: underline;
	font-weight: bold;
}

.separator {
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.page {
	width: 100%;
}

.topbar {
	font-size: 0.8em;
	font-weight: normal;
}

.topbaritem {
	font-weight: normal;
}

.horbar {
	width: 100%;
	height: 30em;
	background-color: transparent;
}

.horbaritem {
	display:block;
	float: none;
	color: #000;
	background-color: transparent;
}

.horbaritem a {
	display:block;
/*	border:3px solid  #000080;*/
	color: #000;
	background-color: transparent;
}

.contents {
	display: block;
	float: left;
	width: 72%;
	padding-left: 1em;
}

.homecontents {
	display: block;
	float: left;
	width: 57%;
}

.newsbox h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-top:3px solid  #000080;
	border-bottom:3px solid  #000080;
	background-color: #000080;
}

.pagecolumn {
	width: 20%;
}

.menubox {
	position: relative;
	border-color:  #000080;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	display: block;
	position: relative;
	margin-top: 1em;
/*	left: 1em;*/
	display: block;
	font-size: 0.8em;
	float: left;
	width: 100%;
/*	height: 30em;*/
}

.menubox h2 {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
	color: #fff;
	border-top:3px solid  #000080;
	border-bottom:3px solid  #000080;
	background-color: #000080;
	text-align: center;
}

.menubar {
	background-color: #000080;
}

a:link , a:visited {
	color:  #000080;
}

a:active, a:focus, a:hover {
	color: #fff;
	background-color:  #000080;
}

.sitepath li a:active, .sitepath li a:focus, .sitepath li a:hover {
	color:  #000080;
}

legend {
	color:  #000080;
}

label {
	color:  #000080;
}

.horbar {
	border: 0px solid transparent;
	background-color: transparent;
	color: #000;
}

.horbar .horbaritem {
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.horbar .horbaritem a {
	color:  #000080;
	text-decoration: none;
	border-color: transparent;
}

.horbar .horbaritem a:link, .horbar .horbaritem a:visited {
	color:  #000080;
	text-decoration: none;
}

.horbar .horbaritem a:hover, .horbar .horbaritem a:active , .horbar .horbaritem a:focus {
	color: #fff;
	background-color:  #000080;
	text-decoration: none;
}

.horsubbar .horbaritem a {
	/*color: #333;*/
	font-weight: normal;
}

.horsubbar .horbaritem a:link, .horsubbar .horbaritem a:visited {
	/*color: #333;*/
	font-weight: normal;
}

.horsubbar .horbaritem a:hover, .horsubbar .horbaritem a:active , .horsubbar .horbaritem a:focus {
	color: #fff;
}

.topbar {
	color:  #000080;
}

.topbar .topbaritem a:link, .topbar .topbaritem a:visited {
	color:  #000080;
}

.topbar .topbaritem a:hover, .topbar .topbaritem a:active , .topbar .topbaritem a:focus {
	color:  #000080;
}

.verbar {
	background-color:  #000080;
}

h1	{
	font-size: 1.3em;
	font-weight: bold;
	color:  #000080;
}

h2	{
	font-size: 1.2em;
	font-weight: bold;
	color:  #000080;
}

h3	{
	font-size: 1.1em;
	font-weight: bold;
	color:  #000080;
}

h4	{
	font-size: 1.1em;
	color:  #000080;
}

h5	{
	font-size: 1em;
	color:  #000080;
	font-weight: bold;
}

h6	{
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

.label	{
	color:  #000080;
}

.biglabel	{
	color:  #000080;
}

.sitepath li a:active, .sitepath li a:focus, .sitepath li a:hover {
	color:  #000080;
}

legend {
	color:  #000080;
}

#cssmenu {
	background: #000080;
/*	background: -moz-linear-gradient(top, #000080 0%, #0000FF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000080), color-stop(100%, #0000FF));
	background: -webkit-linear-gradient(top, #000080 0%, #0000FF 100%);
	background: -o-linear-gradient(top, #000080 0%, #0000FF 100%);
	background: -ms-linear-gradient(top, #000080 0%, #0000FF 100%);
	background: linear-gradient(to bottom, #000080 0%, #0000FF 100%);*/
	border-bottom: 2px solid #000040;
}

#cssmenu a {
	background: #000080;
	color: #ffffff;
	padding: 8px 9px;
}

#cssmenu li {
	border-right: 1px solid #aaaaff;
}

#cssmenu .has-sub ul li a {
	background: #000080;
	border-bottom: 1px dotted #0000cc;
}

#cssmenu .has-sub ul li:hover a {
	background: #0000cc;
}

#cssmenu > ul > li:hover:after {
	border-bottom: 10px solid #000040;
}

#cssmenu > ul > li:hover > a {
	background: #0000cc;
}

#cssmenu .has-sub ul li a {
	background: #0000a0;
	border-bottom: 1px dotted #0000cc;
}

#cssmenu .has-sub .has-sub ul li a {
	background: #0000a0;
	border-bottom: 1px dotted #0000cc;
}

#cssmenu .has-sub .has-sub ul li a:hover {
	background: #4444a0;
}

.menubox .hidden {
	display: none;
}

#vermenubox {
	border: 0px solid #fff;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.horbaritem a {
	color: #fff;
	background-color: #000080;
	text-align: center;
}

.menubox h2, .newsbox h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.menubox .horbar .horbaritem {
	font-weight: normal;
	color: #000;
	background-color: white;
	border: 2px solid #000080;
	border-radius: 5px;
	margin-bottom: 1em;
	padding-bottom: 1px;
}

.horbar .horbaritem a {
	color:  #fff;
	background-color: #000080;
	text-decoration: none;
	border-color: transparent;
	font-weight: bold;
}

.horbar .horbaritem a:link, .horbar .horbaritem a:visited {
	color:  #fff;
	background-color: #000080;
	text-decoration: none;
}

.horbar .horbaritem a:hover, .horbar .horbaritem a:active , .horbar .horbaritem a:focus {
	color:  #fff;
	background-color: #000080;
	text-decoration: none;
}

.horsubbar {
	border-color: white;
}

.horbar .horbaritem .horsubbar .horbaritem {
	border: 0px solid #fff;
	margin-bottom: 0em;
	font-size: 1.05em;
}

.horsubbar .horbaritem a {
	color: #333;
	text-align: left;
	color:  #000080;
	background-color: #fff;
	font-weight: bold;
	border: 0px solid #fff;
}

.horsubbar .horbaritem a:link, .horsubbar .horbaritem a:visited {
	color:  #000080;
	background-color: #fff;
	font-weight: normal;
}

.horsubbar .horbaritem a:hover, .horsubbar .horbaritem a:active , .horsubbar .horbaritem a:focus {
	color:  #000080;
	background-color: #fff;
	text-decoration: underline;
}

#cssmenu li {
	text-transform: uppercase;
}

#cssmenu ul li ul li {
	text-transform: none;
}
