/* General */
body {
	font-family:Verdana, Arial;
	font-size:8pt;
	margin:0px;
	padding:0px;
	background:#1A2236;
	line-height:1.5;
}

a, a:visited {
	text-decoration:none;
	color:#777777;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px;
	padding:0px;
	color:#A8B055;
	font-size:11pt;
}

h2 {
	margin:0px;
	padding:0px;
	color:#66645B;
	font-weight:normal;
	font-size:10pt;
}

h3 {
	margin:0px;
	padding:0px;
	color:#777777;
	font-size:9pt;
}


/* Header */



/* Content */
#thepage {
	width:800px;
	margin:2px auto;
}

#leftcont, .leftcont {
	width:150px;
}
.leftcont {
	background:#1C2436;
}

#midcont {
	color:#dddddd;	
	padding:25px;
	font-size:9pt;
	background:#1E263B;
	margin:20px 0 0 0;
}
.midcont {
	color:#dddddd;	
	font-size:9pt;
	background:#1E263B;
}
.midcont tr {
	text-align:left;
}
.midcont th {
	background:#1A2236;
	text-align:center;
}

#rightcont {
	width:270px;
	height:300px;
}

.theadsense1 {
	width:336px;
	height:280px;
	margin:0 auto;
}
.theadsense2 {
	width:468px;
	height:60px;
	margin:0 auto;
}
.theadsense3 {
	width:234px;
	height:60px;
}

.thegap {
	width:20px;
}

#leftcont ul {
	list-style-type:none;
}
#leftcont ul li {
	margin:0 0 5px 0;
}
#leftcont a, #leftcont a:visited {
	color:#EA9F00;
}


/* Footer */
#footer {
	color:white;
	background:#192230;
	padding:10px;
}


/* Other */
#banner {	
	height:35px;
	background:url(images/banner.jpg) center;
	margin-bottom:10px;
}

h1.home-title {
	margin:0px;
	padding:0 0 0 10px;
	color:#A8B055;
	font-size:13pt;
}

.international {
	background:#221F2A;
	color:#dddddd;
	border-collapse:collapse;
}
.international th {
	color:#888888;
	background:#1A1820;
}
.international td, .international th {
	border:1px dotted #3A2D32;
}
th.titleindex {
	background:#17151C;
	color:#bbbbbb;
}

.watchscreen {
	background:#202940;
	color:#eeeeee;
	border-collapse:collapse;
}
.watchscreen th {
	color:#888888;
	background:#131927;
	padding:10px 0;
}
.watchscreen td, .watchscreen th {
	border:1px solid #1A2236;
}
th.titleindex {
	background:#17151C;
	color:#bbbbbb;
}

.loginbox {
	color:white;
	padding:3px 0px;
	border:2px solid #555B6B;
	background:#242A40;
}
.loginbox input {
	font-size:8pt;
	font-family:Verdana;
}

a.special, a.special:visited {
	color:white;
}
a.special:hover {
	text-decoration:underline;
}

.error {
	color:crimson;
}