html,body{
	border:0px;
	height:100%;
	margin:0px;
}
body{
	background-color:#000000;
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #282828;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #282828;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #282828;
}

p,form{
	margin-top:0xp;
}

#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:294px;
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
}
#header h1{
	position:absolute;
	left:-9999px;
	font-size:21px;
}

#navigation{
	height:48px;
	background-color:#000000;
}

#pagecontent{
	text-align:left;
	margin-left:1px;
	width:948px;
}
#topbanner{
	position:absolute;
	left:50%;
	top:41px;
	margin-left:98px;
	width:375px;
	height:240px;
	overflow:hidden;
	text-align:right;
	vertical-align:top;
	color:#f7f7f7;
	background-image:url(); /* images/bluetrans.png */
	background-repeat:repeat;
}

.box_rightcolumn{
	margin-bottom:12px;
}

.mainpad{
	padding-left:15px;
	padding-right:15px;
	padding-top:13px;
	padding-bottom:22px;
}

/* TEXT STYLES */
.entrydate{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
}
.entrytext{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747474;
}
.entrytext a, .entrytext a:active, .entrytext a:visited{
	color:#000000;
	text-decoration:none;
}
.entrytext a:hover{
	color:#000000;
	text-decoration:underline;
}
.entryexcerpt{
	color:#3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}
.entrytitle{
	font-family: Cambria, Georgia, Times, serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	line-height:20px;
}
.entryfulldate{
	font-family: "Trebuchet MS", Trebuchet, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #5a5a5a;
}

.entryfulltext{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#242424;
}
.entryfulltext a, .entryfulltext a:active, .entryfulltext a:visited{
	color:#000000;
	text-decoration:underline;
}
.entryfulltext a:hover{
	color:#000000;
	text-decoration:none;
}

td.entrydate{
	vertical-align:top;
	height:18px;
}
td.entrytext{
	vertical-align:top;
	height:18px;
}

div.moreundertable{
	margin-top:8px;
}

div.line{
	height:13px;
	background-image:url(images/line.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

td.showline{
	height:5px;
	background-image:url(images/showline.png);
	background-position:middle left;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.thumb{
	border-width:1px;
	border-color:#3a3a3a;
	border-style:solid;
}
a.thumb img{
	border-width:1px;
	border-color:#3a3a3a;
	border-style:solid;
}