/* 

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 86% Arial Narrow,sans-serif;
	background: #999999;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 850px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
	width: auto;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}
#header2 {
	padding: 0;
	height: 38px;
	width: 140px;
	background-color: #FFCC00;
	border-top: thin solid #999999;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
	float: right;
}
#header2 p {
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 2pt;
}
#header3 {
	padding: 0;
	height: 38px;
	width: 280px;
	border-top: thin solid #999999;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
	float: left;
}
#header3 p {
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 2pt;
}
#header4 {
	padding: 0;
	height: 38px;
	width: 322px;
	background-color: #FFCC00;
	border-top: thin solid #999999;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
	float: left;
}
#header4  p {
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 2pt;
}
table.stats 
{
	text-align: center;
	font-family: "Arial Narrow";
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 174px;
	background-color: #FAA41A;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.stats td 
{
	background-color: #FAA41A;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}
#frontphoto {
	margin: 0 0 1px 0;
	border: 0;
}

#avmenu {
	clear: right;
	float: left;
	width: 105px;
	padding: 0;
	font-size: 1em;
	letter-spacing: 0.7pt;
	height: auto;
}

#avmenu ul {
	list-style: none;
	width: 105px;
	margin: 0 0 20px 0;
	padding: 0;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 0 0 2px;
	background: #fAA41A;
	border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
	background: #eaeaea;
	color: #333333;
	border-left: 4px solid #333333;
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 30px 20px 10px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	float: left;
	width: 150px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	width: 850px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
	margin: 4px 0 3px 4px;
	float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
#content2 {
	margin: 0 10px 20px 10px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	width: 150px;
	float: left;
}
#content2 h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
#content2 img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}
#Box1 {
	float: left;
	width: 130px;
}
#Box2 {
	float: left;
	width: 174px;
	padding: 0px 8px 0px 8px;
	height: 1200px;
}
#Box3 {
	float: left;
	width: 199px;
	padding: 0px 7px 0px 4px;
	border-left: thin solid #6EB3D4;
	border-right: thin solid #6EB3D4;
	background-color: #F0F1F0;
	height: 1200px;
	border-bottom: 1px solid #6EB3D4;
}
#Box4 {
	float: left;
	width: 159px;
	padding: 0px 8px 0px 8px;
	border-right: thin solid #6EB3D4;
	background-color: #F0F1F0;
	height: 1450px;
	border-bottom: 1px solid #6EB3D4;
}
#Box5 {
	float: left;
	width: 152px;
	padding: 0px 0px 0px 8px;
	background-image: url(../images/bg2.png);
	height: 1200px;
}
#Box6 {
	float: left;
	padding: 8px 0px 4px 0px;
	height: 20px;
	text-align: center;
	width: 106px;
	color: #6EB3D4;
	font-weight: bold;
}
#Box7 {
	float: left;
	width: 188px;
	padding: 6px 0px 4px 0px;
	border-right: thin solid #6EB3D4;
	height: 23px;
	text-align: center;
	color: #9EA4A2;
	font-size: 1.49em;
	font-weight: bold;
	letter-spacing: 1pt;
	font-family: "Trebuchet MS";
}
#Box8 {
	float: left;
	width: 387px;
	padding: 4px 0px 4px 0px;
	height: 23px;
	text-align: center;
	border-right: thin solid #6EB3D4;
	background-color: #FAA41A;
	color: #FFFFFF;
	font-size: 1.49em;
	font-weight: bold;
	border-top: thin solid #6EB3D4;
	letter-spacing: 2pt;
	font-family: "Trebuchet MS";
	border-left: thin solid #6EB3D4;
}
#Box9 {
	float: left;
	width: 159px;
	padding: 6px 0px 4px 0px;
	height: 23px;
	text-align: center;
	background-image: url(../images/bg2.png);
	font-weight: bold;
	font-size: 1.49em;
	letter-spacing: 2pt;
	color: #9EA4A2;
	font-family: "Trebuchet MS";
}
#headerwrap {
	padding: 10px 0 0 0;
	height: 32px;
}
#headerblack {
	padding: 0;
	background-image: url(../images/front2.jpg);
}
.box {
	color: #666666;
	font-size: 1em;
	font-family: "Arial Narrow";
	line-height: 8pt;
}
.TitleText {
	color: #115DAB;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.TitleTextBig {
	color: #115DAB;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-family: "Arial Narrow";
}

.DateText {
	color: #FF9900;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	margin: 3px 0 3px 8px;
	float: right;
}
.DateText2 {
	color: #FF9900;
	font-size: 1.1em;
	line-height: normal;
	margin: 3px 0 3px 0px;
}
.DateText3 {
	color: #FAA41A;
	font-size: 0.9em;
	line-height: normal;
	font-weight: bold;
	margin: 3px 5px 3px 5px;
	font-family: "Arial Narrow";
	float: right;
	padding: 1px 0px 1px 0px;
}
.NewsBlue   {
	color: #115DAB;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#Box5 p {
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #115DAB;
}

img {
	color: #000000;
	padding: 4px 0 0 0;
}
.BluelinkSmall {
	color: #115DAB;
	font-size: 0.8em;
	font-family: "Arial Narrow";
	text-align: left;
}
#video {
	float: none;
	padding: 8px 0px 4px 0px;
	height: auto;
	text-align: left;
	width: 232px;
	color: #6EB3D4;
	font-weight: bold;
	clear: both;
}
#banner {
	padding: 0;
	background-image: url(../images/front2.jpg);
	height: 193px;
	width: 680px;
	float: left;
}
#Box22 {
	float: left;
	width: 284px;
	padding: 0px 8px 0px 2px;
	height: 1200px;
	background-image: url(../images/bg2_reverse.png);
	background-repeat: repeat-y;
}
#Box66 {
	float: left;
	padding: 8px 0px 5px 0px;
	height: 20px;
	text-align: center;
	width: 293px;
	color: #9EA4A2;
	font-weight: bold;
	background-image: url(../images/bg2_reverse.png);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
}
#wrap1 {
	background: #F4F4F4;
	color: #303030;
	margin: 0 auto;
	width: 850px;
}


#Box55 {
	float: left;
	width: 226px;
	padding: 0px 2px 0px 8px;
	background-image: url(../images/bg2.png);
	height: 2300px;
}

#Box33 {
	float: left;
	width: 200px;
	padding: 0px 7px 0px 4px;
	border-left: thin solid #6EB3D4;
	border-right: thin solid #6EB3D4;
	background-color: #F0F1F0;
	height: 1450px;
	border-bottom: 1px solid #6EB3D4;
}
#Box333 {
	float: left;
	width: 375px;
	padding: 0px 7px 0px 4px;
	border-left: thin solid #6EB3D4;
	border-right: thin solid #6EB3D4;
	background-color: #F0F1F0;
	height: 2300px;
	border-bottom: 1px solid #6EB3D4;
}

#Box222 {
	float: left;
	width: 200px;
	padding: 0px 8px 0px 2px;
	height: 2300px;
	background-image: url(../images/bg2_reverse.png);
	background-repeat: repeat-y;
}
#Box666 {
	float: left;
	padding: 8px 0px 5px 0px;
	height: 20px;
	text-align: center;
	width: 210px;
	color: #9EA4A2;
	font-weight: bold;
	background-image: url(../images/bg2_reverse.png);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
}

#Box6666 {
	float: left;
	padding: 8px 0px 5px 0px;
	height: 20px;
	text-align: center;
	width: 198px;
	color: #9EA4A2;
	font-weight: bold;
	background-image: url(../images/bg2_reverse.png);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
}

#wrap2 {
	color: #FFFFFF;
	margin: 0 auto;
	width: 850px;
}
#Box99 {
	float: left;
	width: 235px;
	padding: 6px 0px 4px 0px;
	height: 23px;
	text-align: center;
	background-image: url(../images/bg2.png);
	font-weight: bold;
	font-size: 1.49em;
	letter-spacing: 2pt;
	color: #9EA4A2;
	font-family: "Trebuchet MS";
}
