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

table.logo {
	height:30px;
	width:50px;
	background-color:white;
}
table.logo td.square1 {
	font-family:"trebuchet ms", verdana, arial;
	font-size:14px;
	height:15px;
	width:25px;
	color:white;
	background-color:#ff9900;
}
table.logo td.square2 {
	border:1px solid #ff9900;
	height:15px;
	width:25px;
	background-color:white;
}

table.banner {
	border:1px solid #ff9900;
	height:50px;
	width:40%;
	background-color:white;
}
table.banner td.logo {
	width:70px;
}
table.banner td.title {
	font-family:impact,arial;
	font-size:26px;
}
table.banner td.title span.name {
	color:#003366;
}

.footer {
	font-family:impact,arial;
	font-size:12px;
}

.footer_date {
	font-family:arial;
	font-size:9px;
}

.footer_small {
	font-family:impact,arial;
	font-size:9px;
}

table.main {
	border:1px solid #ff9900;
	height:400px;
	width:65%;
	background-color:white;
}
table.main td.title {
	font-family:impact,arial;
	font-size:26px;
}
table.main td.title span.name {
	color:#ff9900;
}
table.main td.content {
	border-top:1px solid #ccc;
	font-family:"trebuchet ms", verdana, arial;
	font-size:11px;
	padding:5px;
}
table.main td.content img.pic {
	border:1px solid #000000;
}
table.main td.content div.header {
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#003366;
	font-size:14px;
}
table.main td.content div.subheader {
	border-bottom:1px solid #ff9900;
	font-weight:bold;
	color:#003366;
}
table.main td.content div.date {
	font-weight:bold;
	font-size:10px;
}
table.main td.content a {
	color:#ff9900;
}
table.main td.content a:hover {
	color:#dd7700;
}
table.main td.content a:visited {
	color:#dd7700;
}

table.nav {
	position:absolute;
	background-color:white;
	border:1px solid #ff9900;
	border-top:none;
	border-left:none;
	font-family:arial;
	font-size:12px;
	padding:2px;
}
table.nav a {
	text-decoration:none;
	color:#003366;
}
table.nav a:hover {
	color:#336699;
}
table.nav span.highlight {
	color:#ff9900;
}
table.nav span.separator {
	color:#ccc;
}


