body {
	background-color: #11181e;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
}

a:link              { color:cyan; text-decoration:none;}
a:visited           { color:cyan; text-decoration:none;}
a:hover            { color:cyan; text-decoration:none;}
a:active           { color:cyan; text-decoration:none;}

.outerborder
{
	border-width: 5px;
	border-color: #9a1d21;
	border-style: solid;
	margin: 10px;
}

.xbold 
{
	font-weight: bolder;
	font-size: 1.2em;
}

.red
{
        color: red;
	font-size: 1.2em;
}

.title
{
	color: #ffffff;
	font-size: 47px;
	font-weight: bolder;
        background: url('../images/bg/header.jpg') center repeat;
	background-color:#11181e;
        width: 1020px;
}
.title_text
{
	color: #ffffff;
	font-size: 47px;
	font-weight: bolder;
        background: url('../images/bg/header.jpg') center repeat;
	background-color:#11181e;
        width: 1020px;
}

.title_version
{
	color: #ffffff;
        color:cyan; 
        text-decoration:none;
	font-size: 12px;
}

.title h2
{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0.08em 0;
}

.blurb
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
        width: 1000px;
}
.blurb_text
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
        width: 1020px;
}

.contact
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
        width: 100%;
}
.contact_text
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
        width: 1020px;
}


.contact li
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.link_bar{
	color: blue;
	font-size: 12px;
	font-weight: bolder;
	background-color:#11181e;
      width: 1020px;
}

.links
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
        width: 100%;
}
.links_text
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
        width: 1020px;
}



.links li
{
	color: blue;
	font-size: 16px;
	font-weight: normal;
	text-align: left;

}

.main_content
{
        width: 1020px;
}


h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}


