/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #3E5972;
}

body {
	background-color: #000;
	min-width: 820px;
}

p {
	padding-bottom: 13px;
}

h1 {
	font-size: 15px;
	color: #CCC;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #131D26;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	color: #C5C5C6;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #B70000;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 13px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #C5C5C6;
}

.Article {
	margin-bottom: 8px;
	border-bottom: 1px solid #131D26;
}

.Article#Last {
	margin-bottom: 0;
	border-bottom: none;
}

h4 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 4px;
	color: #6B8FB1;
	text-transform: uppercase;
}

a:link, a:visited {
	text-decoration: underline;
	color: #6B8FB1;
}

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

a:active {
	text-decoration: none;
	color: #999;
}

.BigLink {
	width: 99%;
	text-align: right;
	border-top: 1px solid #131D26;
	padding: 6px 0 0 0;
}

.BigLink a {
	padding: 3px;
	font-style: italic;
}

.BigLink a:link, .BigLink a:visited {
	text-decoration: none;
}

.BigLink a:hover, .BigLink a:active {
	text-decoration: none;
}

#Wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#MastHead {
	position: relative;
	width: 800px;
	height: 120px;
}

#MastHead a.Map {
	position: absolute;
	width: 160px;
	height: 90px;
	left: 20px;
	top: 20px;
	text-indent: -1000em;
	text-decoration: none;
}

#MastHead #Subscribe {
	position: absolute;
	width: 183px;
	height: 18px;
	left: 607px;
	top: 92px;
}

#MastHead #PageTitle {
	position: absolute;
	width: 233px;
	height: 30px;
	left: 567px;
	top: 81px;
	text-align: right;
}

#Home #MastHead {
	background: #000 url(../images/una_header.jpg) no-repeat top left;
}

#Sub #MastHead {
	background: #000 url(../images/una_header2.jpg) no-repeat top left;
}

.Lt {
	float: left;
}

.Rt {
	float: right;
}

.Box span {
	vertical-alignment: top;
	float: right;
}

.Box p {
	color: #6B8FB1;
	padding-bottom: 7px;
}

p.Spacer {
	padding-bottom: 3px;
}

input {
	width: 122px;
	height: 18px;
	color: #000;
}

input#bton {
	width: 44px;
	height: 18px;
}

.Clear {
	clear: both;
}

#HeadPhoto {
	width: 800px;
	background: #000 no-repeat top left;
}

#Home #HeadPhoto {
	height: 309px;
}

#Sub #HeadPhoto {
	height: 145px;
}

#Navigation, #CallOuts, #Footer {
	position: relative;
	width: 800px;
}

#Navigation img {
	float: left;
}

#CallOuts #TextBlock {
	float: right;
}

#CallOuts #TextBlock {
	width: 333px;
	margin-right: 26px;
	margin-top: 10px;
}

#Content {
	width: 764px;
	margin: 0 auto;
}

#PrimaryContent {
	float: right;
	width: 515px;
	border: 6px solid #141E27;
	margin: 4px 0;
	background-color: #06090C;
}

#PrimaryContent #InnerContent img.Cout {
	background-color: #000;
	padding: 2px;
	margin: 0px 5px 7px 5px;
	border: 1px solid #4D4D4D;
}

#PrimaryContent #InnerContent img {
	background-color: #000;
	padding: 2px;
	margin-bottom: 7px;
	border: 1px solid #4D4D4D;
}

#SecondaryContent {
	float: left;
	width: 233px;
	margin: 1px 0;
	background: #000 url(../images/subnavbg.jpg) no-repeat top left;
}

#SecondaryContent #InnerContent {
	width: 216px;
	padding: 13px 0;
}

#SecondaryContent img {
	border-bottom: 1px solid #131D26;
}

#SecondaryContent img.Cout {
	background-color: #000;
	padding: 2px;
	margin: 7px 0;
	border: 1px solid #4D4D4D;
}

#Calendar img {
	border-bottom: none;
}

#Calendar thead td {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

#CalChoose img {
	float: left;
	border-bottom: none;
}

#PrimaryContent #InnerContent {
	width: 491px;
	padding: 12px;
}

#Footer {
	height: 34px;
	background: #000 url(../images/footer_bar.jpg) no-repeat top center;
	clear: both;
}

#TableForm input, #TableForm select {
	width: 96%;
	margin: 2px 0 7px 0;
}

#TableForm textarea {
	width: 98%;
	margin: 2px 0 7px 0;
}

#TableForm input.Bton {
	width: auto;
}

.Star {
	color: #B70000;
}

.Blue {
	color: #3E5972;
}