body {
	font-family: "Lucida Sans", Verdana;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

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

#one-column-emphasis
{
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-weight: normal;
	padding: 5px 5px;
	background-color: #000000;
}
#one-column-emphasis td
{
	padding: 5px 5px;
	color: #669;
	background-color: #f6f6f6;
	border-top: 1px solid #ffffff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #f6f6f6;
}

.SuperTitle {
	font-family: Verdana;
	margin: 5px 0 0 5px;
	font-size: 45px;
	color: #FFFFFF;
	font-weight: bolder;
}

.PageWidth {
	margin-top: 0;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.MenuBlock {
	border: 0px #336699 double;
	float: left;
	width: 160px;
}

.MenuOption {
	margin-top:2px;
	margin-bottom:2px;
}

.MainBlock {
	float: left;
	width: 1010px;
	vertical-align: top;
	margin: 0;
}

.Footer {
	font-size: 90%;
}

.NewsTitle {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: 0px;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Tahoma;
	padding-bottom: 3px;
	float:left;
	text-align:left;	
	width:750px;
}

.NewsDate {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: 0px;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Tahoma;
	padding-bottom: 3px;
	float:right;
	text-align:right;	
	width:250px;
}

.NewsText {
	padding-top:10px;
	padding-bottom:40px;
}

.Feedback {
	margin-top:20px;
	padding-top:20px;
}

h1 {
	font-weight: bold;
	margin:0px;
	height: 45px;
	font: bold 120%/100%;
	font-family: "Trebuchet MS", Arial, Tahoma;
	color: #000000;
	letter-spacing: 2px;
}

h2 {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #8D8D8D;
	letter-spacing: 0px;
	font: normal 110%/100%;
	font-family: "Trebuchet MS", Arial, Tahoma;
	padding-bottom: 3px;
}

h3 {
	color: #000000;
	letter-spacing: 0px;
	font: normal 100%/100%;
	font-family: "Trebuchet MS", Arial, Tahoma;
	#font-style: italic;
	#margin-bottom: -5px;
	border-bottom: 1px dashed #8D8D8D;
}

code {
font-family: "Courier New";
font-size: 16px;
}

blockquote {
color: #000000;
display: block;
background: #e0e0e0;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
font-family: Courier New;
font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 4px solid white; /*right divider between tabs*/
color: white;
background: #000000; /*background of tabs (default state)*/
font-size:16px;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: white;
background: #336666 /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* Wordpress */

.entry-meta {
	color:#808080;
	font-size:90%;
	margin-top:10px;
	margin-bottom:20px;
}

.entry-date {
	color:#808080;
	font-size:90%;
	border-bottom:none;
}
