body {
	background-color:#000;
	margin:0;
}

body, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, input, form, fieldset, label {
	padding:0;
	margin:0;
}

p {

}

body, p, td, th {
	font: 11pt "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

img.black_border {
	border:2px solid #000000;
}

input, textarea, select {
	font: 9pt Arial, sans-serif;
}

a, a:active, a:visited, a:link {
	color:#147102;
	text-decoration:none;
}

a:hover {
	color:#d38700;
	text-decoration:underline;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

#container {
	position:relative;
	width:784px;
	margin:0 auto;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
}

#top {
	position:relative;
	width:784px;
	height:476px;
	background:#FFF url('/images/top.jpg') top left no-repeat;
	overflow:hidden;
}

#logo {
	position:absolute;
	width:149px;
	height:114px;
	top:0;
	left:2px;
	cursor:pointer;
}

#header {
	position:absolute;
	right:5px;
	text-align:right;
	font-size:9pt;
}

#header, #header a, #header a:active, #header a:visited, #header a:link {
	color:#FFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#navbox {
	position:absolute;
	right:0;
	top:105px;
	width:216px;
	height:350px;
	color:#FFF;
}

ul#menu {
	list-style:none;
	margin:0;
	padding:0;
}
#shade {
	position:absolute;
	top:0;
	right:0;
	height:55px;
	width:216px;
	background:url('/images/nav_shade.png') top left no-repeat;
	z-index:1;
}
ul#menu li {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	text-align:right;
	height:55px;
	cursor:pointer;
}
ul#menu li div.title {
	position:relative;
	top:13px;
	right:10px;
	font-size:13pt;
	z-index:1000;
	width:155px;
	text-align:right;
}
ul#menu li img {
	position:relative;
	width:60px;
	float:right;
	z-index:1000;
}

#content_container {
	position:relative;
	width:784px;
	background:#FFF url('/images/top_reflection.jpg') top left no-repeat;
	overflow:hidden;
}

#pagetitle {
	text-align:right;
	padding-right:12px;
	padding-top:4px;
	height:50px;
}

#leftcol, #rightcol {
	position:relative;
	float:left;
}

#leftcol {
	width:540px;
	padding-right:8px;
}

h2 {
	margin-top:8px;
	margin-left:8px;
	font-size:13pt;
	border-bottom:1px solid #666;
}

small {
	margin-left:8px;
	color:#666;
	font-size:8pt;
}

#rightcol {
	width:226px;
	margin-left:8px;
	border-left:2px solid #666;
}

#rightcol, #rightcol p {
	font-size:10pt;
}

#rightcol small {
	color:#666;
	font-size:8pt;
	border-bottom:1px solid #666;
	margin-left:0;
}

#footer {
	position:relative;
	width:784px;
	margin:0 auto;
	color:#FFF;
	margin-top:8px;
	margin-bottom:8px;
	font-family:Arial;
}

#footer img {
	margin-right:16px;
}

#footer .nav {
	padding-top:3px;
	font-size:13px;
}

#footer .foot {
	margin-top:8px;
	font-size:12px;
	color:#dbdbdb;
}

#footer, #footer a, #footer a:active, #footer a:visited, #footer a:link {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.message {
	border:1px solid green;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:green;
	font-size:9pt;
}

.error {
	border:1px solid red;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:red;
	font-size:9pt;
}

.clear {
	height:0;
	overflow:hidden;
	clear:both;
}

img.more_icon {
	position:relative;
	top:4px;
	margin-left:4px;
}

table.tbl {
	margin:15px;
}

table.tbl td {
	font-size:9pt;
	background-color:#dbdbdb;
	font-weight:bold;
}

.newstitle {
	margin-left:8px;
}
.pad {
	padding:8px;
}