﻿body 
{
	background-color:#000000;
	color:#ffffff;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:160%;
	
}

.main
{
	background-image: url(images/bg_bluebonnetswide.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:413px;
	width:1280px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:right;
	vertical-align:bottom;
}

a:link,a:visited,a:hover,a:active
{
    text-decoration:none;
    color:White;
    border-bottom: dotted 1px #ffffff;
}

a:hover
{
    color:#6291f1;
    text-decoration:underline;
    border-bottom: none;

}

div.centered {text-align: center;}
div.centered table {margin: 0 auto;text-align: left;font-size:0.9em;}