/* Body and general rules ---------------- */

body {
	margin: 0;
	padding: 0;
	background: #eee;
	text-align: center;
	color: #555;
	font: 12px/17px Arial, Helvetica, sans-serif;
}

h3 {
	padding-left: 20px;
	padding-top: 10px;
	font-weight:bold;
	font-size:12px;
}
ul {
	margin-top: 0;
}
/* Page Layout ---------------- */

#wrapper {
	width: 870px;
	margin: 0 auto;
	background: #fff;
}
#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}


#naviMainHome {
	float:left;
	height:290px;
	width: 300px; /* 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-color: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#naviMainHome img{
	display:block;
}


#naviMainSub {
	float:left;
	height:230px;
	width: 300px; /* 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-color: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#naviMainSub img{
	display:block;
}


#logoHome {
	display: block;
	margin-bottom:60px;
}
#logoSub {
	display: block;
	margin-bottom:2px;
}
#flashHome {
	background-color:#000;
	height:290px;
	width: 555px;
	margin: 0 0 0 305px;
}

/* Hack for IE */
* html #flashHome {
	margin-right: -3px;
	}


#flashSub {
	background-color:#fff;
	height:230px;
	width: 555px;
	margin: 0 0 0 305px;
}

/* Hack for IE */
* html #flashSub {
	margin-right: -3px;
	}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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-color: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 65px 0;
	margin: 0;
}


#sidebar p {
	padding: 20px 20px 0 20px;
	margin: 0;
}


#mainContent {
	width: 555px;
	margin: 0 0 0 305px; /* the left margin on this div element creates the column down the left 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: 5px 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Hack for IE */
* html #mainContent {
	margin-right: -3px;
	}


#mainContent p {
	padding: 20px 50px 0 20px;
	margin: 0;
}

.newsItem{
	display:block;
	padding-bottom:10px;


}


#mainContent table {
	margin: 20px 0 0 20px;
}

table.results td {
	border-bottom:1px solid #ddd;

}



/* Side navigation rules ---------------- */

#sideNavi{
	padding-top: 20px;
}

#sideNavi ul li {
	list-style: none;
	margin: 0 0 0 -20px;
	text-align: left;
	padding: 0 0 6px 0;
	background-image: url(images/underline.gif);
	background-repeat:no-repeat;
	line-height: 20px;

}
#sideNavi a {
	text-decoration: none;
	font-weight: bold;
}

.secondLink a:link {
	text-decoration: none;
	font-weight: bold;
	color:#666;
	font-size:11px;
	margin-left: 8px;
}

.secondLink a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#666;
	font-size:11px;	
	margin-left: 8px;

}
.secondLink a:hover {
	background-color:#111;
	color:#fff;
	margin-left: 8px;
	font-size:11px;	

}

/* Footer rules ---------------- */
	
#footer {
	height: 23px;
	padding-top: 7px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #aaa;
	display: block;
	text-align: center;
	font-size:11px;
}
#footerLink {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #666;
	display: block;
	text-align: center;
	font-size:11px;
	font-weight: normal;

}

#footerLink a:link {
	text-decoration: none;
	color: #666;
	font-size:11px;
	font-weight: normal;	
}

#footerLink a:visited {
	text-decoration: none;
	color: #666;
	font-size:11px;
	font-weight: normal;	
}

#footerLink a:hover {
	text-decoration: none;
	color: #111;
	font-size:11px;
	font-weight: normal;
}

/* Multimedia page rules ---------------- */

table#videos {
	width:auto;
	text-align:left;
	font-weight:bold;
}

td.caption {
	padding: 4px 0 30px 2px;
}
/* Images rules ---------------- */

.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: 2px 0 0 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 2px 15px 0 0;
}

.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;
}
/* Link rules ---------------- */

a:link {
	color: #004466;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
	
}
a:visited {
	color: #004466;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}
a:hover {
	color: #930;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}

a.newsTitle:link, a.newsTitle:visited {
	color: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.newsTitle:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	font-size:12px;
}

.underline {
background-image: url(images/underline.gif);
background-repeat:no-repeat;

}

.here {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	font-size:11px;
}