body {

	color: #4C4C4C;
	background-image: url('images/page_bg.jpg');
	margin: 0px;
	height:100%; 
}










.shadowcontainer { 
	width: 960px;	
	margin: 0px auto 0px auto;
	height: 1068px;
	/* This is positions the shadow borders. The height is set to match the depth of the content. */
}




.videoshadowcontainer { 
	width: 960px;	
	margin: 0px auto 0px auto;
	height: 100%;

	/* This is positions the shadow borders. The height is set to match the depth of the content. */
	/* The height cannot be set to 100%. A pixel value must be used. */
}



#vertspacer6 {
	margin-top: 5px;
	height: 2px;
	width: 154px;
	margin-bottom: 5px;	
	border-top: 2px solid #ffffff;
}

#vertspacer7 {
	height: 1px;
	width: 154px;
	margin-bottom: 2px;	
	border-top: 2px solid #EDF3F1;
}



#maincontainer {
	background-color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	height: 1048px;
/* This is what it says, all the pages elements, except the shadow borders, sit inside it. */	
}


#maincontainervideo {
	background-color: #ffffff;
	margin: 0px 20px 0px 20px;
	padding: 5px;
	height: 100%;
/* This is what it says, all the pages elements, except the shadow borders, sit inside it. */	
}


/* IE 5/6 ignores styles with [attributes], so it will skip the following. */
.shadowcontainer[class] {
	background-image:url('images/sides_shadow.png');
	background-repeat: repeat-y;
}

/* IE 5/6 ignores styles with [attributes], so it will skip the following. */
.videoshadowcontainer[class] {
	background-image:url('images/sides_shadow.png');
	background-repeat: repeat-y;
}


.topshadow[class] {
	width: 960px;
	height: 17px;
	background-image: url('images/top_shadow.png');
	background-repeat: no-repeat;
	margin: 8px auto 0px auto;
}

.bottomshadow[class] {
	width: 960px;
	height: 17px;
	background-image: url('images/bottom_shadow.png');
	background-repeat: no-repeat;
	margin: 0px auto 8px auto;
}


#contentcontainer {
	margin: 5px 0px 0px 0px;
}

#videocontentcontainer {
height: 100%;
background-color: #ffffff;
	margin: 5px 0px 0px 0px;
}

#topwhite {
background-image: url('images/news_header.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 910px;
	height: 68px;
/* This is what it says, all the pages elements, except the shadow borders, sit inside it. */	
}


/* This is the text that sits in the lower-right corner of the thick green banner at the top of the page */	
.topwhitetext {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	color: #ffffff;
	padding-left: 500px;
	font-family: verdana, sans-serif;
	padding-top: 55px;
}


/* This controls the color of links in the text that sits in the lower-right corner of the thick green banner at the top of the page */	
.topwhitetextlink A:link {
	text-decoration: none;
	color: #ffffff;
}


/* This controls the color of visited links in the text that sits in the lower-right corner of the thick green banner at the top of the page */
.topwhitetextlink A:visited {
	text-decoration: none;
	color: #ffffff;
}


/* This controls the color of active links in the text that sits in the lower-right corner of the thick green banner at the top of the page */
.topwhitetextlink A:active {
	text-decoration: none;
	color: #ffffff;
}


/* This controls the color and hover state oflinks in the text that sits in the lower-right corner of the thick green banner at the top of the page */
.topwhitetextlink A:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* this is the higher of the two horizontal dotted lines between the top banner and the rest of the page. */
#vertspacer1 {
	margin-top: 4px;	
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 1px;
}


/* this is the lower of the two horizontal dotted lines between the top banner and the rest of the page. */
#vertspacer2 {
	margin-top: 3px;	
	border-bottom: 1px dotted #C0C0C0;
}


/* This contains the upper content block */
#leftcol {
	float: left;
	width: 154px;
	background-color: #EDF3F1;
	height: 100%;
	/* height: 700px; /* debugger */
}


/* This contains the upper content block */
#videoleftcol {
	float: left;
	width: 154px;
	background-color: #EDF3F1;
	height: 100%;
	/* height: 700px; /* debugger */
}


/* This is a spacer that sits just below the search box in the left-hand nav */
#vertspacer3 {
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #C6D6CE;	
	border-bottom: 1px solid #C6D6CE;
	background-color: #ffffff;
	padding: 1px;
}


/* This contains the upper content block and provides the dotted border on the left and bottom */
#maincol {
	float: left;
	width: 736px;
	margin-top: 3px;
	border-LEFT: 1px dotted #C0C0C0;
	margin-left: 5px;
	padding-left: 4px;
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 2px;
	margin-bottom: 2px;	
}

 
/* This contains the upper content block and is for structure, as it is not visible */
#newbox {
	float:left;
	width: 740px;
	background-color: #ffffff;
}

 
/* This surrounds the main image, text, and pale green border */
#stuffbox {
	float:left;
	width: 490px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* This surrounds the main image and the text and provides the pale green border */
#picbox {
	float:left;
	width: 480px;
	background-color: #01573e;
	border: 5px solid #c6d6ce;
}


/* This contains the text that goes with the main image */
#pictextbox {
	float:left;
	width: 147px;
	margin-top: 15px;
	margin-left: 6px;
	margin-right: 10px;
	background-image: url('images/white_stripe.gif');
	background-repeat: repeat-y;
}


/* This controls the text of the headline that goes with the main image */
.pictextheadline {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-left: 9px;
	font-family: verdana, sans-serif;
}

/* This formats the linked title text at the top of each featured story */
.pictextheadline A:link {
text-decoration: none;
color: #ffffff;
}


/* This formats the linked title text at the top of each featured story */
.pictextheadline A:visited {
text-decoration: none;
color: #ffffff;
}


/* This formats the linked title text at the top of each featured story */
.pictextheadline A:active {
text-decoration: none;
color: #ffffff;
}


/* This formats the linked title text at the top of each featured story */
.pictextheadline A:hover {
text-decoration: underline;
color: #ffffff;
}


/* This controls the text of the body-copy that goes with the main image */
.pictextbody {
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding-left: 9px;
	font-family: verdana, sans-serif;
}


/* This controls the link text of the body-copy that goes with the main image */
.pictextbody A:link {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.pictextbody A:visited {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.pictextbody A:active {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.pictextbody A:hover {
text-decoration: underline;
color: #ffffff;
}


/* This box contains the main image */
#mainpic {
	float:right;
	width: 306px;
	height: 276px;
}


.vidtitle{
margin-top: 2px;
margin-bottom: 6px;
line-height: 11px;
padding-left: 7px;
float:left;
font-size: 9px;
	color: #ffffff;
	font-family: verdana, sans-serif;
}


/* This box contains the video component, DO NOT MAKE IT WIDER, IT WILL BLOW OUT */
#videocontent {
	float:right;
	width: 240px;
	background-color: #3a393e;
	margin-left: 7px;
	padding-left: 0px;
	margin-right: 0px;
}


/* This box provides the black background for the video component, DO NOT MAKE IT WIDER, IT WILL BLOW OUT */
#videobox {
	float:right;
	width: 240px;
	height: 287px;
	background-color: #3a393e;
}


/* This controls the text of the body-copy that goes with the main image */
.vidtextbody {
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding-left: 9px;
	font-family: verdana, sans-serif;
}


/* This controls the link text of the body-copy that goes with the main image */
.vidtextbody A:link {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.vidtextbody A:visited {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.vidtextbody A:active {
text-decoration: none;
color: #ffffff;
}


/* This controls the link text of the body-copy that goes with the main image */
.vidtextbody A:hover {
text-decoration: underline;
color: #ffffff;
}




/* This contains the lower content block */
#maincol2 {
	float: left;
	width: 736px;
	padding-top: 4px;
	border-left: 1px dotted #C0C0C0;
	margin-left: 5px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-bottom: 7px;	
}


/* This contains the lower content block */
#videomaincol2 {
	float: left;
	width: 744px;
	background-image:url('images/story_bg.jpg');
	background-repeat: repeat;
	height: 100%;
	padding-top: 4px;
	border: 1px dotted #C0C0C0;
	margin-left: 5px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-bottom: 7px;	
}



/* This contains the lower-left content, featured stories */
#newbox2 {
	float:left;
	width: 489px;
	height: 539px;
	background-color: #ebf1ef;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C0C0C0;
	padding-bottom: 4px;
	margin-bottom: 7px;	
}


/* This contains the title for the lower-left content, featured stories */	
#flattop {
	width: 486px;
	background-color: #01573e;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}


/* This controls the text for the section titles for featured stories and calendar */
.pictextwhite {
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	padding-left: 9px;
	font-family: verdana, sans-serif;
}


/* This is where the featured stories populate */	
#blogbox {
	float:left;
	width: 480px;
	background-color: #ebf1ef;
	margin-top: 5px;
}


/* This contains the read more link that is specific to the featured stories */
#morebox {
	float:left;
	width: 110px;
	margin-top: 15px;
	margin-left: 5px;
}

/* This formats the linked read more text at the end of each featured story */
.moreboxtext A:link {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.moreboxtext A:visited {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.moreboxtext A:active {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.moreboxtext A:hover {
	text-decoration: underline;
	color: #01573e;
}


/* This contains the contents of each of the individual featured stories */
#arholder {
	float:left;
	width:300px;
	margin-top: 3px;
	margin-left: 7px;
	height: 15px;
	padding-top: 5px;
	border-bottom: 1px dotted #C0C0C0;
}


/* This contains the contents of each of the individual featured stories */
#holder {
	float:left;
	width: 111px;
	margin-top: 3px;
	margin-left: 7px;
	height: 235px;
	padding-top: 5px;
	border-bottom: 1px dotted #C0C0C0;
}


/* This formats the headline of each of the individual featured stories */
.blogheadline {
	font-size: 10px;
	font-weight: bold;
	color: #01573e;
	margin: 0px;
	padding-left: 0px;
	font-family: verdana, sans-serif;
}


/* This formats the linked title text at the top of each featured story */
.featuretextlink A:link {
text-decoration: none;
color: #01573e;
}


/* This formats the linked title text at the top of each featured story */
.featuretextlink A:visited {
text-decoration: none;
color: #01573e;
}


/* This formats the linked title text at the top of each featured story */
.featuretextlink A:active {
text-decoration: none;
color: #01573e;
}


/* This formats the linked title text at the top of each featured story */
.featuretextlink A:hover {
	text-decoration: underline;
	color: #01573e;
}


/* This formats the description of each of the individual featured stories */
.blogtextbody {
	font-size: 9px;
	text-decoration: none;
	color: #6c7272;
	margin: 0px;
	font-family: verdana, sans-serif;
}


/* This formats the linked read more text at the end of each featured story */
.blogtextbody A:link {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.blogtextbody A:visited {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.blogtextbody A:active {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.blogtextbody A:hover {
	text-decoration: underline;
	color: #01573e;
}


/* This contains the lower-right contents, calender and ads */
#lower_right {
	float:right;
	width: 236px;
	height: 539px;
}


/* This contains the lower-right ads */
.signage {
	float:right;
	margin-top: -15px;
	width: 111px;
}


/* This contains the section title text of the calendar */
#flattopsmall {
	float:left;
	width: 114px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #01573e;
}


/* This contains the read more link that is specific to the calendar */
#calendarmorebox {
	float:left;
	width: 110px;
	margin-top: 15px;
	margin-left: 1px;
}


/* This formats the linked read more text at the end of each featured story */
.calendarmoreboxtext A:link {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.calendarmoreboxtext A:visited {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.calendarmoreboxtext A:active {
	text-decoration: none;
	color: #01573e;
}


/* This formats the linked read more text at the end of each featured story */
.calendarmoreboxtext A:hover {
	text-decoration: underline;
	color: #01573e;
}


/* This contains the calendar */
#calendar {
	float:left;
	width: 115px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ebf1ef;
}


/* This contains the calendar contents */
#calholder {
	width: 111px;
	margin-top: 23px;
	margin-left: 2px;
	height: 519px;
}


/* This controls the positioning of the individual calendar elements */
.calendarUL {
	margin: 0px;
	padding: 0px 8px 0px 10px;
}

/* This controls the appearance of the individual calendar elements */
.calendarStyle	{
	border-bottom: 2px dotted #01573e;
	margin-bottom: 10px;
	list-style: none;
}


/* This controls the appearance of the individual calendar elements */
.calendarDate	{
	font-size: 10px;
	color: #666666;	
	text-decoration: none;
}


/* This controls the appearance of the individual calendar elements */
.calendarTitle	{
	text-decoration: none;
	padding-bottom: 10px;
}


/* This controls the appearance of the individual calendar elements */
.calendarTitle a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}


/* This controls the appearance of the individual calendar elements */
.calendarTitle a:hover	{
	text-decoration: underline;
}


/* This controls the left-nav link text */
#newsnavlinks {
	font-size: 10px;
	font-weight: bold;
	background-color: #C6D6CE;
	margin: 0px;
	padding: 0px;
	border-top: 4px solid #FFFFFF;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li {
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}


/* This controls the individual left-nav link text items */
#newsnavlinks a {
	color: #4C4C4C;
	text-decoration: none;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmain {
	padding: 0px;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmain a {
	display: block;	
	padding: 5px;
	color: #4C4C4C;
	text-decoration: none;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmain a:hover {
	background-color: #337964; /* 80% of #00573D; */
	color: #FFFFFF;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmainbulletin {
	background-color: #337964; /* 80% of #00573D; */
	padding: 0px;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmainbulletin a {
	background-color: #337964; /* 80% of #00573D; */
	display: block;	
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}


/* This controls the individual left-nav link text items */
#newsnavlinks li.newsnavmainbulletin a:hover {
	background-color: #337964; /* 80% of #00573D; */
	color: #FFFFFF;
}



/* This relates to the left-nav search box */
#newsnavlinks form {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


/* This relates to the left-nav search box */
#newssearchbox {
	background-color: #EBF1EF;
	border: 1px solid #747474;
	width: 102px;
	min-height: 20px;
	font-size: 12px;
	margin: 0px;
	padding: 1px;
}


/* This is where the featured stories populate */	
#videoblogbox {
	float:left;
	width: 739px;
	height: 100%;
	background-color: #ebf1ef;
	margin-top: 5px;
	margin-left: 5px;
	border: 2px dotted #000000;
}


/* This contains the lower-left content, featured stories */
#videonewbox2 {
	float:left;
	width: 744px;
	height: 100%;
	background-image:url('images/story_bg.jpg');
	background-repeat: repeat;
	background-color: #ebf1ef;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #c60000;
	padding-bottom: 4px;
	margin-bottom: 7px;	
}


/* This contains the title for the lower-left content, featured stories */	
#videoflattop {
	width: 740px;
	background-image:url('images/homepage_headline_bg.jpg');
	background-repeat: repeat-x;
	background-color: #01573e;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}


/* This contains the title for the lower-left content, featured stories */	
.vertbar {
	width: 16px;
	height: 150px;
	background-image:url('images/story_bg.jpg');
	background-repeat: repeat-y;
border-left: 1px dotted #C0C0C0;
}


/* This contains the title for the lower-left content, featured stories */	
.horizbarl {

	height: 3px;
	background-image:url('images/story_bg.jpg');
	background-repeat: repeat-y;
border-top: 1px dotted #C0C0C0;
}



/* This contains the title for the lower-left content, featured stories */	
.horizbarr {

	height: 3px;
	background-image:url('images/story_bg.jpg');
	background-repeat: repeat-y;
border-top: 1px dotted #C0C0C0;
}






/* This contains the contents of each of the individual featured stories */
#videoholder {
	float:left;
	width: 150px;
	margin-top: 3px;
	margin-left: 21px;
	height: 180px;
	padding-top: 5px;
	border-bottom: 1px dotted #C0C0C0;
}


/* This formats the headline of each of the individual featured stories */
.multimediaheadline {
	font-size: 13px;
	font-weight: bold;
	color: #01573e;
	margin: 0px;
	padding-left: 0px;
	font-family: verdana, sans-serif;
}


/* This formats the headline of each of the individual featured stories */
.multimediabodytext {
	font-size: 10px;
	color: #6c7272;
	margin: 0px;
	padding-left: 0px;
	font-family: verdana, sans-serif;
}



/* This formats the headline of each of the individual featured stories */
.tinytext {
	font-size: 9px;
	Line-height: 10px;
	color: #000000;
	margin: 0px;
	padding-left: 0px;
	font-family: verdana, sans-serif;
}


/* This formats the headline of each of the individual featured stories */
.tinytext2 {
	font-size: 9px;
	Line-height: 10px;
	color: #000000;
	margin: 0px;
	padding-left: 18px;
	font-family: verdana, sans-serif;
}


/* This formats the headline of each of the individual featured stories */
.tinycaptiontext {
	font-size: 9px;
	Line-height: 10px;
	color: #000000;
	margin: 0px;
	padding-left: 20px;
	font-family: verdana, sans-serif;
}


/* This contains the contents of the footer */
#publicaffairsfooter {
	float:left;
	margin-top: 3px;
	margin-left: 7px;
		padding-left: 100px;
}


/* This controls the text of the footer */
.footersig {
	font-size: 10px;
	font-weight: bold;
	color: #01573e;
	margin: 0px;
	font-family: verdana, sans-serif;
}


/* This contains the contents of the footer */
#videopublicaffairsfooterfront {
	margin-top: 3px;
	margin-left: 70px;
	padding-left: 250px;
}


/* This controls the text of the footer */
.videofootersigfront {
	font-size: 10px;
	color: #000000;
	font-family: verdana, sans-serif;
	padding-left: 200px;
}
