/******************** GLOBAL ************************/
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	/*background-color: #0099ff;*/
	background: #0099ff url(../images/mainBgBottom.png) repeat-y center top;
}
h1 {
	margin: 10px 0;
	font-size: 20px;
	color: #ff0000;
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 14px;
}
a {
	color: Red;
}

table.paragraph_table, table.paragraph_table td {
  border: solid 1px Silver;
}

/*------- NEWS -------*/
.news_date {
  margin: 0 0 12px 0;
}
.news_img {
  text-align: center;
}
.news_img p {
  margin: 5px 10px 12px 10px;
  font-size: 11px;
}
.news .paragraph_download {
  margin-bottom: 12px;
}


/******************** BANNER ************************/
#bannerLevel{
	background-color: #000020;
}
#banner {
	background-image: url(../images/topBanner.png);
	position: relative;
	width: 925px;
	height: 159px;
	margin: 0px auto;
}
#leftOfBanner {
	position: absolute;
	width: 1000px;
	left: -1000px;
	height: 159px;
	overflow:hidden;
	background-color:White;
}

/******************** TOP MENU BAR ************************/
#topMenuLevel{
	background: url(../images/topMenuLevelBg.png) repeat-x;
}
#topMenuOuter{
	background-image: url(../images/topMenuBg.png);
	width: 925px;
	margin: 0px auto;
}
#topMenu{
	width: 901px;
	height: 47px;
	margin: 0px auto;
}

#topNav{
	margin-left: 43px;
}
#topNav li{
	list-style: none;
	float: left;
	padding: 2px 14px 0 12px;
	line-height: 45px;
	background: url(../images/topMenuDivider.gif) no-repeat right 9px;
}
#topNav li a {
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#topNav li a:hover {
	text-decoration: underline;
}

#topNav li.selected {
	/*background-color: #00073c;*/
	background: url(../images/topMenuSelectedBg.gif) repeat-y right top;
}

#divSearch {
	float: left;
	margin-left: 45px;
	/*
	float: right;
	margin-right: 50px;
	*/
	padding-top: 2px;
}
#divSearch input.searchbox {
	width: 136px;
	height: 17px;
	padding-top:3px;
	margin-right: 8px;
}

/******************** RED BLOCK ************************/
#redBlockLevel{
	background: url(../images/redBlockLevelBg.png) repeat-x;
}
#redBlock{
	position: relative;
	width: 901px;
	height: 143px;
	margin: 0px auto;
}
#redBlockLeftShade{
	position: absolute;
	height: 143px;
	width: 12px;
	left: -12px;
	background-image: url(../images/redBlockLeftShade.png);
}
#redBlockRightShade{
	position: absolute;
	height: 143px;
	width: 12px;
	right: -12px;
	background-image: url(../images/redBlockRightShade.png);
}
.redBlockSection{
	float: left;
	background: url(../images/redVertDivider.png) no-repeat left;
	padding: 10px 0 0 35px;
	width: 215px;
	height: 133px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.redBlockSection, .redBlockSection * {
	font-size: 13px;
	color: White;
}
.redBlockSection a {
	text-decoration: none;
}
.redBlockSection a:hover {
	text-decoration: underline;
}

.redBlockSection ul {
	list-style-type: none;
}
.redBlockSection li {
	padding-left: 12px;
	border-bottom: 1px dotted Black;
	line-height: 30px;
	width: 188px;
}
.redBlockSection li:last-child {
	border-bottom: none;
}

.redBlockSection table {
	height: 125px;
}
.redBlockSection h2 {
	font-size: 16px;
	margin: 0 0 6px 0;
}
.redBlockSection h2 a {
	font-size: 16px;
}

/**************************************\
 *      M A I N   S E C T I O N       *
\**************************************/
#mainLevel{
	background: url(../images/mainBg.png) repeat-x top;
}
#tbMainOuter{
	width:925px;
	margin: 0px auto;
}

#tbMainOuter td{
	vertical-align: top;
}
#tdLeftShade{
	width: 12px;
	background: url(../images/mainLeftShadeOuter.png) repeat-y top right;
}
#mainLeftShade{
	width: 12px;
	background: url(../images/mainLeftShade.png) no-repeat top right;
	height: 500px;
}
#tdRightShade{
	width: 12px;
	background: url(../images/mainRightShadeOuter.png) repeat-y top left;
}
#mainRightShade{
	width: 12px;
	background: url(../images/mainRightShade.png) no-repeat top left;
	height: 500px;
}

#tdMain{
	background-color: White;
	width:901px;
}

#tbMain{
	width: 100%;
}

/******************** LEFT MARGIN ************************/
#tdLeftMargin {
	width: 184px;
	border-right: solid 1px Black;
}

#navigation a {
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
}

#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	background: url(../images/navLv1Bg.png) no-repeat;
	width: 164px;
	padding-left: 20px;
}
#navigation ul li a{
	line-height: 30px;
	color: White;
	font-weight: bold;
	font-size: 13px;
}
#navigation ul li.selected{
	background: url(../images/navLv1BgSelected.png) no-repeat;
}

#navigation ul li ul {
	padding: 2px 0 2px 0;
}
#navigation ul li ul li{
	background: none;
	border-bottom: 1px dotted #38d7ff;
	width: 140px;
	padding-left: 6px;
}
#navigation ul li ul li a{
	line-height: 23px;
	color: Black;
}
#navigation ul li ul li.selected{
	background: none;
	border-bottom: 1px dotted #38d7ff;
}
/*
#navigation ul li ul li:last-child,
#navigation ul li ul li.selected:last-child{
	border-bottom: none;
}
*/
#navigation ul li ul li.last{
	border-bottom: none;
}
#navigation ul li ul li.selected a{
	color: #00679a;
}

/******************** MAIN CONTENT ************************/
#tdContent{
	height: 500px;
}
#mainContent{
	margin: 30px 27px 10px 27px;
}

/******************** RIGHT MARGIN ************************/
#tdRightMargin {
	width: 181px;
	border-left: solid 1px Black;
}

.rightMarginItem {
	background-color: #33ccff;
	margin-bottom: 1px;
	padding: 18px;
}
.rightMarginItem h2, .rightMarginItem p {
	margin: 0;
}
.rightMarginItem h2 {
	font-size: 16px;
}
.rightMarginItem a {
	color: Blue;
}
.rightMarginItem .paragraph_download {
	margin: 6px 0 0 0;
}
.rightMarginItem img {
	margin: 6px 0 0 0;
}

.rightMarginImage {
	margin: 3px 0;
	text-align: center;
}

/******************** FOOTER ************************/
#footerLeft{
	float: left;
	width: 32px;
	height: 35px;
	background-image: url(../images/footerLeft.png);
}
#footerRight{
	float: left;
	width: 32px;
	height: 35px;
	background-image: url(../images/footerRight.png);
}
#footer{
	float: left;
	margin: 0 auto;
	background-color: White;
	width: 793px;
	height: 25px;
	margin: 0 22px;
	padding-top: 9px;
	border-top: 1px dotted black;
	overflow: hidden;
}
#footer *{
	color: Gray;
}
#footerLinks{
	float: right;
	width: 320px;
}
#footerLinks ul{
	list-style-type: none;
	display: inline;
}
#footerLinks li{
	float: left;
	margin-left: 40px;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

