a { color: #BACFFF; }
a:hover { color: #FFB71C; }

a.topnav
{
	font-weight: bold;
	text-decoration:none;
	color: #FFB71C;
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFB71C;
}

a.topnav:hover,a.linklistanchor:hover { color: #FFFF00; }

a.linklistanchor
{
	font-weight: bold;
	color: #FFB71C;
}

.topHere
{
	font-weight: bold;
	text-decoration:none;
	color: #AAAAAF;
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFB71C;
}

body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #819CDB;
	background-color: #0C162F;
	text-align: justify;
}

sup { font-size: smaller; }

ul
{
	clear: both;
	list-style: none;
}

ul.standardli { list-style-type: disc; }

li.blueline
{
	border-bottom: 1px solid #02051f;
}

li.amberline
{
	border-bottom: 1px solid #FFB71C;
}

ul.menuList
{
	list-style-type: square;
}

ul.linkspagelist
{
	list-style-type: disc;
}

li.menuItem,li.here
{
	margin-bottom: 5px;
}

li.here
{
	color: #A0A0A0;
}

th,td { padding: 5px; }
th
{
	background-color: #0f1a34;
	color: #FFB71C;
}

p { text-indent: 1.5em; }

h1
{
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
}

h1.title
{
	text-align: left;
	font-size: 2.5em;
	color: #FFB71C;
}

h1.postTitle
{
	text-align: center;
	font-size: 1.2em;
	color: #CCCCCC;
	margin-bottom: 0px;
}

h2.postSubTitle
{
	text-align: center;
	font-size: 1em;
	color: #DDDDDD;
	margin-top: 0px;
}

#supraheader
{
	background-color: #02051f;
}

#header
{
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 110px;
	background-image: url('../../images/layout/bg.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 0px 25px;
	border-bottom: 4px solid #222b3f;
	color: #5f6677;
}

#updatediv
{
	float: right;
	color: #FFFFFF;
	padding-right: 30px;
}

#topnav
{
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}

#page
{
	width: 850px;
	margin: 0 auto;
	padding-top: 30px;
}

#content
{
	float: right;
	width: 620px;
	margin: 0;
	background: #222b3f;
	border: 10px solid #0f1a34;
	margin-bottom: 30px;
}

#sidebar
{
	float: left;
	width: 190px;
	background: #222b3f;
	border: 5px solid #0f1a34;
	padding: 5px;
	margin-top: 5px;
}

#footer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.footertable
{
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

.subfootertable
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}

.post,ul
{
	margin: 0px;
	padding: 20px 20px 0 20px;
	line-height: 20px;
}

.clockbox
{
	height: 60px;
}

.clocktable
{
	float: right;
	color: #000000;
	background-color: #FFFFFF;
}

.footnotesdiv
{
	clear: both;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #121f41;
	font-size: 12px;
}

#spacerdiv
{
	min-height: 400px;
	height: 400px;
}

td.digits
{
	background-color: #000000;
	color: #00FF00;
	text-align: right;
}

td.doomDate
{
	background-color: #000000;
	color: #FFB71C;
	text-align: left;
}

td.separator
{
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #819CDB;
	white-space: nowrap;
}

.extraindent { padding-left: 150px; }

.txtinput
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5F6677;
	border: 1px solid #FFB71C;
}

.thicktl
{
	border-top: 3px solid #02051f;
	border-left: 3px solid #02051f;
}

.thickbr
{
	border-bottom: 3px solid #02051f;
	border-right: 3px solid #02051f;
}

.tl
{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.br
{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.ljust { text-align: left; }
.rjust { text-align: right; }
.cjust,.adsense
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}