body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#183C5E;
	background-image:url(../images/interface/gradient_bkg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/interface/botBkgrnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFEC;
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF;
	height:141px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #headerImage { 
	background-image:url(../images/interface/header_2.jpg);
	height:141px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding:0 20px 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixRtHdr #footer { 
	font-family:Arial, serif;
	font-size:13px;
	line-height:22px;
	color:#CCCCCC;
	padding:10px 0 20px 0;
	width:950px;
	text-align:center;
	background-color:#183C5E;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a {
	color:#CCCCCC;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover {
	color:#FFFFCC;
	text-decoration:none;
}
.twoColFixRtHdr #footer ul {
	margin:0;
	padding:0px;
	padding-top:15px;
}
.twoColFixRtHdr #footer ul li {
	display:inline;
	padding:0 5px 0 5px; /* change height here also */
}

.twoColFixRtHdr #partnerLogo { 
	font-family:Arial, serif;
	padding:0;
	padding-bottom:20px;
	margin-bottom:20px;
	width:910px;
	text-align:left;
} 
.twoColFixRtHdr #partnerLogo ul {
	margin:0;
	padding:0;
}
.twoColFixRtHdr #partnerLogo ul li {
	display:inline;
	padding:0; /* change height here also */
	margin:0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#noflash {
	background-image:url(../images/content/noFlashHeader.jpg);
}

#email_lft {
	float:left;
	width:14px;
	height:43px;
	background-image:url(../images/interface/email_lft.png);
}
#email_center {
	float:left;
	width:450px;
	height:43px;
	background-color:#004590;
	color:#ffffff;
	font-family:Arial, sans-serif; 
	font-size:14px;
}
#email_btn {
	float:left;
	width:106px;
	height:43px;
}
#email_rt {
	float:left;
	width:13px;
	height:43px;
	background-image:url(../images/interface/email_rt.png);
}

/*----------------------- rt column --------------------------*/
#rtColContainer {
	width:200px;
	padding:0 0 20px 0;
	margin:20px 10px 0 0;
	border:1px solid #004590;
}
#rtColMargin{
	margin-top:20px;
	text-align:center;
}

#rtColHead {
	border:1px solid #004590;
	margin-bottom:10px;
}
#rtColContainer ul {
	margin:0;
	padding:0 5px;
	list-style-type: none;
}
#rtColContainer ul li {
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:#004590;
	padding:5px 0 0 0;
}
#rtColContainer ul li a {
	color:#004590;
	text-decoration:none;
}
#rtColContainer ul li a:hover {
	color:#004590;
	text-decoration:underline;
}
#rtColContainer ul ul li {
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#333333;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
}
#rtColContainer ul ul li a {
	color:#004590;
	text-decoration:none;
}
#rtColContainer ul ul li a:hover{
	color:#004590;
	text-decoration:underline;
}
#rtColHead {
	background-color:#004590;
	padding:7px 0;
	text-align:center;
}
#rtColHead a {
	
	color:#004590;
	text-decoration:none;
}
#rtColHead a:hover {
	color:#004590;
	text-decoration:none;
}


/*----------------------- left column --------------------------*/
#leftColWrapper {
	 width:220px;
	 float:left;
}
#leftColumn {
	width:220px;
	border:1px solid #004590;
}
#leftColumn ul {
	margin:0;
	padding:0 5px;
	list-style-type: none;
}
#leftColumn ul li {
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:#004590;
	padding:5px 0 0 0;
}
#leftColumn ul li a {
	color:#004590;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#004590;
	text-decoration:underline;
}
#leftColumn ul ul li {
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#333333;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
}
#leftColumn ul ul li a {
	color:#004590;
	text-decoration:none;
}
#leftColumn ul ul li a:hover{
	color:#004590;
	text-decoration:underline;
}
#leftColHead {
	 text-align:center;
	 padding:7px 0;
	 background-color:#004590;
}
#leftColImg {
	 margin-top:10px;
	 text-align:center;
}
#leftColContent {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333333;
	padding:15px;
}


/*----------------------- spotlight --------------------------*/
#spotlightHead {
	margin:0;
	padding:7px 10px;
	background-color:#D5AF14;
}
#spotlightSubLeadin {
	font-family:Verdana, sans-serif;
	font-weight:bold;
}
#spotlightImg {
	margin:15px 10px 0 10px;
	text-align:left;
	float:left;
}
#spotlightContentContainer {
	width:445px;
	margin:10px 0 0 20px;
	float:left;
	border:1px solid #D5AF14;
	background-image:url(../images/content/spotlight_05.jpg);
	background-position:0 20px;
}
#spotlightContent {
	font-family:Arial, sans-serif;
	font-size:12px; 
	line-height:15px;
	color:#333333;
	padding:10px;
}
#spotlightContent ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
#spotlightContent ul li {
	padding:0;
	font-family:Verdana, sans-serif;
	font-weight:bold;
}
#spotlightContent ul ul li{
	padding-top:5px;
	font-family:Arial, sans-serif;
	font-weight:normal;
}
#spotlightContent a {
	color:#004590;
	text-decoration:none;
}
#spotlightContent a:hover {
	color:#004590;
	text-decoration:underline;
}
#spotlightRead {
	margin:10px 0 5px 0;
}

/*----------------------- blog --------------------------*/
#blogHead {
	margin:0;
	padding:7px 10px;
	border-bottom:1px solid #d9e7f7;
/*	background-color:#D5AF14;*/
}
#blogSubLeadin {
	font-family:Verdana, sans-serif;
	font-weight:bold;
}
#blogImg {
	margin:15px 10px 0 10px;
	text-align:left;
	float:left;
}
#blogContentContainer {
	width:445px;
	margin:10px 0 0 20px;
	float:left;
	border:1px solid #d9e7f7;
	background-position:0 20px;
}
#blogContent {
	font-family:Arial, sans-serif;
	font-size:12px; 
	line-height:15px;
	color:#333333;
	padding:10px;
}
#blogContent ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
#blogContent ul li {
	padding:0;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	padding-top:5px;
}
#blogContent ul ul li{
	padding-top:5px;
	font-family:Arial, sans-serif;
	font-weight:normal;
}
#blogContent ul ul ul li{
	padding-top:5px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#357ECD;
	border-bottom:1px dashed #d9e7f7;
	padding-bottom:5px;
}
#blogContent ul ul ul ul li{
	padding-top:15px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#357ECD;
	border-bottom:1px dashed #d9e7f7;
	padding-bottom:5px;
}
#blogContent a {
	color:#004590;
	text-decoration:none;
}
#blogContent a:hover {
	color:#004590;
	text-decoration:underline;
}
#blogRead {
	margin:10px 0 5px 0;
}

/*----------------------- map --------------------------*/
#mapHead {
	margin:0;
	padding:7px 10px;
	background-color:#004590;
}

#mapImg {
	margin:15px 10px 0 10px;
	text-align:left;
	float:left;
}
#mapContentContainer {
	width:445px;
	margin:10px 0 0 20px;
	float:left;
	border:1px solid #004590;
}

/*----------------------- latest news --------------------------*/
#latestNewsContainer {
	float:right;
	margin:30px 25px 20px 25px;
	border:1px solid #D5AF14;
	background-color:#F0EFEF;
}
#latestNewsHead {
	width:218px;
	height:26px;
}
#latestNewsImg {
	text-align:center;
	padding:10px 0 10px 0;
}
#latestNewsContent {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333333;
	width:198px;
	margin:0 10px 10px 10px;
}
#latestNewsRead {
	 margin:10px 0 0 0;
}
#latestNewsSub {
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color:#004590;
	margin-bottom:5px;
}
#latestNewsSub a {
	color:#004590;
	text-decoration:none;
}
#latestNewsSub a:hover {
	color:#004590;
	text-decoration:none;
}

/*----------------------- main story --------------------------*/

#ProgramContainer {
	 height:240px;
	 border:1px solid #004590;
	 margin-top:20px;
	 background-image:url(../images/content/flag.png); background-position:515px 45px; background-repeat:no-repeat; padding-bottom:0px;
}
#ProgramHead {
	padding:7px 0;
	text-align:center;
	background-color:#004590;
}
#highlightStoryImage {
	 margin:10px 10px 20px 10px;
	 float:left;
}
#highlightStoryContent {
	 font-family:Arial, sans-serif;
	 font-size:14px;
	 line-height:17px;
	 color:#CCCCCC;
	 margin-left:265px;
} 

#highlightStoryContent p {
	 font-family:Arial, sans-serif;
	 font-size:14px;
	 line-height:17px;
	 color:#333333;
	 margin:2px 10px;
} 

#highlightHead {
	 margin:10px 10px;
}
#highlightStoryRead {
	  margin:10px 0 10px 0;
}

/* Start close*/
.Close
{
	color:#004590;
	font-family:Ariel, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0;
	height:15px;
}
.Close a
{
	font-family: Ariel, sans-serif;
	color: #004590;
	text-decoration:none;
	font-style:bold;
}
.Close a:hover
{
	color: #003366;
	text-decoration:underline;
}












