html, body {
	height: 100%;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

body, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #CACBDE;
	background-color: transparent;
}
a:active, a:visited {
	/*color: #D4D4D4;*/
}

a:hover {
	color: #E2D790;
	background-color: #484868;
}

a img {
	border: none;
	background-color: transparent;
}

table#main {
	width:768px;
	border: solid black 0px;
}

td#header {
	height: 10px;
	background-color: #000000;
}


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {}

h1, .h1 { font-size: 180%; }
h2, .h2 { font-size: 160%; }
h3, .h3 { font-size: 140; }
h4, .h4 { font-size: 120%; }
h5, .h5 { font-size: 100%; }


table#menulinks td {
	font-size: 10px;
	background-color: #051021;
	border: solid;
	border-color: #313146 #49496B #49496B #313146; 
	border-width: 2px 1px 0px 1px;
	padding: 4px 12px;
}

table#menulinks td.menulink, table#menulinks td.menulink-hover {
	font-weight: bold;
	text-align: center;
}
td.menulink a {
	color: #ffffff;
}
td.menulink a:hover, td.menulink-hover a, td.menulink-hover a:hover {
	background-color: transparent;
	color: #E2D790;
}
table#menulinks td.menulink-hover {
	background-color: black;
	cursor: pointer;
}

table#menulinks td.breadcrumbs {
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}

td#content {
	height: 420px;
	padding: 10px 6px 20px 6px;
	background-color: #101E3A;
	color: #FFFFFF;
	border: solid 2px;
	border-color: #313146 #49496B #49496B #313146; 
	border-width: 2px 2px 2px 2px;
}
div.content {
	padding:0px 20px;

}

td#footer {
	font-size: 9px;
	height: 10px;
	background-color: #000000;
	padding: 5px 10px;
	text-align: center;
}


div.jsmenu {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
div.jsmenu table {
	border: 0px solid;
	border-width: 1px 0px;
	border-color: #484868 #36364E #36364E #484868; 
}

div.jsmenu table td {
	font-size: 11px;
	background-color: #051021;
	border: solid;
	border-width: 1px 2px;
	border-color: #484868 #36364E #36364E #484868; 
	padding: 2px 4px;
}

div.jsmenu table td.hover {
	background-color: #000000;
	cursor: pointer;
	color: #E2D790;
}


li {
	margin-top:5px;
	margin-bottom:5px;
}

.imaginet {
	font-family: 'Matisse ITC', Times, serif;
}
.asylumnation {
	font-family: 'arial narrow', arial, sans-serif;
}

div.floatrightmenu {
	float:right;
	width:100px;
	margin-left:10px;
}

table.blogpost {
	margin-bottom: 18px;
}

table.blogpostheader {
	background-color: #051021;
	border: solid black 2px;
}
table.blogpostheader td, table.blogpostheader td a, table.blogpostheader td a:hover {
	padding: 2px 5px;
	color: #E2D790;
	background-color: transparent;
}

td.blogposttitle {
	font-size: 10px;
	font-weight: bold;
}
td.blogpostdateline {
	font-size: 9px;
}

td.blogpostcontent {
	padding: 8px 15px;
}

table.blogpostfooter {

}

table.blogpostfooter td {
	padding: 2px 15px;
	font-size: 9px;
}

