html {
	height: 100%
}

body	{
	font-family: 'bitstream vera serif', 'luxi', 'Times New Roman', serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	/*	text-shadow: 1px 1px #333; */
}

a:link	{
	color: #0b495e;
	text-decoration: none;
}

a:visited	{
	color: #0b495e;
	text-decoration: none;
}

a:active	{
	color: #1589b0;
}

a:hover	{
	color: #1589b0;
	text-decoration: underline;
}

.menubox {
	position: fixed;
	background-color: transparent;
	display: block;
	top: 45px;
	left: 50px;
	font-size: 1em;
	float: left;
	width: 200px;
}

.hidden {
	display: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.horbar {
	display: table;
	width: 100%;
	margin: 0;
	padding:0;
	color: #fff;
	background-color:transparent;
}

.horbaritem {
	float: left;
	display: table-cell;
	list-style: none;
	white-space: nowrap;
	margin: 5px;
	color: inherit;
	font-weight: normal;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	/*	background-color: #0b495e; */
}

.horbaritem a, .topbaritem a {
	color: #fff;
	text-decoration: none;
	/*	padding: 5px; */
	padding-left: 4px;
	padding-right: 4px;
	border-left:6px solid #0b495e;
	/*	box-shadow: 1px 1px #333; */
}

.horbar .horbaritem a:link, .horbar .horbaritem a:visited {
	color: #0b495e;
	/*	background-color: #0b495e;*/
	text-decoration: none;
}

.horbar .horbaritem a:hover {
	color: #1589b0;
	border-color: #1589b0;
	/*	background-color: #1589b0;*/
	text-decoration: underline;
}

.horbar .horbar .horbaritem a:active, .horbar .horbaritem a:focus {
	color: #1589b0;
	/*	background-color: #1589b0;*/
}

.horsubbar {
	padding-left: 1em;
}

.horbar {
	width: 100%;
	height: 30em;
	background-color: transparent;
}

.horbaritem {
	display:block;
	float: none;
	color: #1589b0;
	background-color: transparent;
}

.horbaritem a {
	display:block;
	/*	border:3px solid #006600;*/
	color: #1589b0;
	background-color: transparent;
}

.verbar	{
	color: #000;
	background-color: #1A5920;
	/* 	border: 2px outset #cecac1; */
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #c3922f;
}

.item	{
	text-align: left;
	color: #000;
	white-space: nowrap;
	font-family: 'bitstream vera sans', Verdana,Geneva,Arial,helvetica,sans-serif;
	font-size: 14px;
	/* 	font-variant:small-caps; */
	font-weight: bold;
}

.item a	{
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.item a:link	{
	color:#000;
	text-decoration: none;
}

.item a:visited	{
	color:#000;
	text-decoration: none;
}

.item a:hover	{
	color:#000;
	background-color: #1589b0;
	text-decoration: none;
}

.item a:active	{
	color: #000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #000;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.textcol {
	width: 480px;
	height: 600px;
	font-size: 1.2em;
	padding-left:15%;
	padding-right:10%;
	padding-top:20px;
	padding-bottom:60px;
}

h2 {
	border-bottom: 1px solid #fff;
}

.postit {
	position: fixed;
	width: 150px;
	height: 125px;
/*	border: 1px solid #ccc; */
	color: #000;
	font-size: 11px;
	overflow: auto;
	transform: rotate(-6deg);
	-ms-transform: rotate(-6deg); /* IE 9 */
	-webkit-transform: rotate(-6deg); /* Safari and Chrome */
}

@font-face {
    font-family: 'dorsaregularregular';
    src: url('/fonts/dorsa-regular-webfont.eot');
    src: url('/fonts/dorsa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/dorsa-regular-webfont.woff') format('woff'),
         url('/fonts/dorsa-regular-webfont.ttf') format('truetype'),
         url('/fonts/dorsa-regular-webfont.svg#dorsaregularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.menuitem {
	font-family: 'dorsaregularregular', 'Bodoni', sans-serif;
	font-size: 38px;
	display:block;
	position:fixed;
	left:385px;
/*	border: 1px solid #ccc; */
	width:120px;
	text-align:right;
	color: #ddf;
}

.menuitem:link, .menuitem:visited {
	color: #ddf;
	text-decoration: none;
}

.menuitem:hover, .menuitem:active, .menuitem:focus {
	color: #fff;
	text-decoration: underline;
	text-shadow: 0px 0px 5px #88c;
}
