@charset "utf-8";
html {
	min-height: 100%;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000080;
}

h2, h3, h4, h5 {
	font-size: 0.9em;
	color: #CC0000;
	margin-bottom: 2px;
}

.red {
	color: #CC0000;
}

.paraheading {
	color: #CC0000;
}

ul {
	line-height: 1.5em;
}

li {
	list-style-image:  url(../Assets/Images/arrow.gif);
	font-size: 0.9em;
	line-height: 1.5em;
}

#container #nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 0.8em;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#container #footer p {
	font-size: 0.7em;
	text-align: right;
	color: #999999;
}
a {
	text-decoration: none;
	color: #0081E6;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #0081E6;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar1 p, #sidebar2 p {
	font-size: 0.75em;
	color: #666666;
}

#sidebar1 h2, #sidebar1 h3, #sidebar1 h4, #sidebar1 h5, #sidebar2 h2, #sidebar2 h3, #sidebar2 h4, #sidebar2 h5 {
	font-size: 0.8em;
	color: #CC0000;
	font-weight: normal;
}

#nav {
	background: #FFFFFF;
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
} 

#nav ul {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#nav a {
	font-size: 0.9em;
}

.audioplayer {
	float:right;
	width:300px;
	padding-bottom: 20px;
}

.smallgrey {
	font-size: 0.8em;
	color: #666666;
}

.margin0 {
	margin: 0px;
}

.margin-top0 {
	margin-top: 0px;
}

.margin-top3 {
	margin-top: 3px;
}

#rssbox {
	border: #999 1px solid;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F2F5FF;
}

#rssbox h3 {
	color: #6586BC;
}

ul.rss-items {
	padding: 0;
	margin-left: 0;
	font-size: 0.7em;
}

.rss-item {
	list-style-image: none;	
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	padding-bottom: 6px;
	color: #666;
}

.rss-item a:link {
	color: #0081E6;
}

#rss-footer {
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #8DA6CD;
	margin-left: -10px;
	margin-right: -10px;
}

#rss-footer a {
	color: #FFF;
}

.headline {
	border: #999 1px solid;
	padding: 10px;
	background-color: #FFFF99;
}

table {
	font: 0.7em Verdana, Sans-Serif;
	
}

caption {
	line-height: 2em;
	color: #999;
}

th {
	font-weight: bold;
	text-align: center;
}

label {
	font: 0.6em Verdana, Sans-Serif;
}

table.borders {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.borders th {
	padding: 2px 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #F2F5FF;
}

.borders td {
	padding: 10px 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

.missionagents th {
	padding: 5px 5px;
	border: 1px solid #999;
	background-color: #F2F5FF;
	text-align:right;
}

.missionagents td {
	padding: 5px 5px;
	border: 1px solid #999;
}

.missionagents td.img {
	padding: 0px;
	border: 0px;
}

table.normal {
	border: 1px solid #ccc;
}

.normal td {
	padding: 5px;
}

.agentlink {
	min-height: 52px;
}