@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/Sea_light.jpg);
	background-repeat: no-repeat;
	background-position: 0px 106px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
}
#BodyContainer {
}
#RightImage {
	position: absolute;
	height: 360px;
	width: 200px;
	left: 960px;
	top: 106px;
}
.LeftColumn {
	width: 280px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	height: auto;
}
#Footer {
	font-size: 0.8em;
	color: #999999;
	margin-top: 40px;
}
#Footer a {
	color: #999999;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#ArrowLink {
	padding-left: 40px;
	background-image: url(../assets/ArrowRight_red.gif);
	background-position: 22px center;
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 200px;
}
#ArrowLink a {
	font-weight: bold;
	color: #CC0000;
	margin-top: 20px;
	text-decoration: none;
	text-transform: lowercase;
}
#ArrowLink a:hover {
	text-decoration: underline;
}
#MainBody  .ArticleTitle {
	font-size: 120%;
	font-weight: bold;
}
#ResourcesTable td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
}
#MainBody {
	width: 600px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #003366;
	line-height: 1.8em;
}
hr {
	color: #FFFFFF;
}
#Statement {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thick;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0068AF;
	border-left-color: #0068AF;
	width: 390px;
	vertical-align: top;
	margin-top: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../assets/Alpha50.png');
	line-height: 1.5em;
}
#Statement[class]  /* IE ignores styles assigned a class */ {
	background-image: url(../assets/Alpha50.png);
}
#Statement ul li {
	list-style-type: disc;
	margin-top: 0px;
}
#Statement .Title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #003366;
	text-transform: lowercase;
}
.ArticleLink    {
	color: #003366;
	text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='assets/ArrowRight.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 110%;
}
.ArticleLink[class]      /* IE ignores styles assigned a class */ {
	background-image: url(../assets/ArrowRight.png);
}
#Statement a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Statement  .source  {
	font-size: 80%;
	padding-left: 25px;
}
.TextLink {
	color: #FFFFFF;
	text-decoration: underline;
}
.TextLinkBlue {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.TextLinkBlue a:hover {
	text-decoration: underline;
	color: #9F0;
}
