body{
	background : black;
}
table{
	border: 0px;
}

#maincontent
{
	position:absolute;
	padding-left: 15px;

}

#loading
{
	position:absolute;
	z-index:600;
}



.sub_nav_on
{
	font-size : 11px;
	color: #686868;
	font-weight: bold;
	padding-bottom: 3px;
}

.sub_nav_off
{
	color: #000000;
	padding-bottom: 3px;
}

.sub_nav_off a:link, .sub_nav_off a:visited, .sub_nav_off a:hover
{
	color: #FE0000;
	font-weight: bold;
	text-decoration: none;
}

.sub_nav_off a:hover
{
	text-decoration: underline;
}



a:link.navLink, a:visited.navLink, a:active.navLink	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size : 11px;
}

a:hover.navLink{
	color: #fe0000;
	text-decoration: none;
	font-weight: bold;
}

a:link.navLinkOn, a:visited.navLinkOn
{
	color: #fe0000;
	text-decoration: none;
	font-weight: bold;
}

a:link.pageNav, a:visited.pageNav, a:active.pageNav{
color: #000000;
text-decoration: none;
font-weight: bold;
}

a:hover.pageNav{
color: #686868;
text-decoration: underline;
font-weight: bold;
}

a.pageNavOn{
color: #686868;
text-decoration: none;
font-weight: bold;
}

/* HEADER */

table.header{
width: 1024px;
height: 127px;
margin-bottom: 25px;
border :0px solid red;
}

td.logo{
width: 132px;
padding-left: 10px;
vertical-align: bottom;
}

.hdrBlock{
	width: 565px;
	vertical-align: bottom;
}

.hdr{
	width: 545px;
	border-bottom: 4px solid #333333;
	padding-bottom: 10px;
	padding-left: 20px;
}

.quoteBlock{
	width: 317px;
	vertical-align: bottom;
}

.quote {
	width: 277px;
	height: 117px;
	border-bottom: 4px solid #FE0000;

	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #686868;
	font-size: 12px;
	line-height: 1.3;
}

.quoteAuthor
{
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	color: #ffffff;
	font-size: 11px;
}

/* NAVIGATION */

.navBlock{
	width: 142px;
	vertical-align: top;
	border : 0px solid blue;
}

.nav{
	padding-left: 10px;
	padding-right: 15px;
	font-size : 11px;
}

.navDiv{
	height: 12px;
	background-image: url('dot-hor.gif');
	background-repeat: repeat-x;
	background-position: center center;
	font-size : 11px;
}

.navDiv2
{
	height: 1px;
	background-image: url('dot-hor.gif');
	background-repeat: repeat-x;
}

.navDiv3
{
	height: 1px;
	background-image: url('dot-hor.gif');
	background-repeat: repeat-x;
	margin-top: 5px;
}


.subNavButton{
	padding: 4px 0px 2px 0px;
}

.subNavArrow{
	width: 10px;
	padding-top: 1px;
}



/* CONTENT */

.mainContainer{
	width: 1024px;
}

.contentBlock{
	width: 882px;
	vertical-align: top;
}

.contentBlockSub{
	width: 862px;
	vertical-align: top;
	background-color: #ffffff;
	padding: 10px 0px 50px 20px;
}

.content{
	width: 862px;
}

.contentSub{
	width: 862px;
}

.hImgBoxBlock{
	width: 565px;
	background-color: #101010;
	border-bottom: 4px solid #333333;
	vertical-align: top;
}





.leftColumnBlock{
		width: 550px;
		background-image: url('../images/dot-vert.gif');
		background-repeat: repeat-y;
		background-position: right;
		height: 400px;
		vertical-align: top;
		color: #686868;
		line-height: 17px;
		padding-right: 15px;
}

.leftColumnBlock-search{
		height: 400px;
		vertical-align: top;
		color: #686868;
		line-height: 17px;
		padding-right: 15px;
}



.subColLeft a:link, .subColLeft a:hover, .subColLeft a:visited{
	color: #686868;
}

.quoteBigRight{
	float: left;
	font-size: 16px;
	color: #CCCCCC;
	padding-top: 35px;
	padding-left: 15px;
	line-height: 25px;
}



.dottedLine-v{
		width: 15px;
		background-image: url('../images/dot-vert.gif');
		background-repeat: repeat-y;
		background-position: center center;
}


td.sub-nav, td.sub-nav-selected{
	height : 24px !important;
	font-size : 11px;
	padding-top : 3px;
}

.sub-nav a:link, .sub-nav a:visited{

	font-weight: bold;
	color: white;
	text-decoration: none;
		padding-left: 5px;
}

.sub-nav a:hover
{
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
}


.sub-nav-selected a:link, .sub-nav-selected a:visited
{
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
		padding-left: 5px;
}

.sub-nav-selected a:hover
{
	font-weight: bold;
	color: #FE0000;
	text-decoration: none;
}


