/* CSS Document */

html,body { height: 100%; }

#layout { height: 100%; }
#layout td { vertical-align:top; }

body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ababab
}

a img { border: 0; }

a {
	color: #a6abae;
}
a:hover {
	color: #c38931;
}

a.active {
	color: #ff9900;
}

.width100 {
	width: 100%;
}

#c1 { background-color: #000000;
	padding:0; margin:0;
}

#c3 {
	background-color: #363633;
	background-image: url('../images/01-23-2007/c3-bg.gif');
	background-position: top;
	background-repeat:repeat-x;
	text-align:left;
	padding:0; margin:0;
}

#main {
	width: 771px;
	background-color: #363633;
	padding:0;
	margin:0;
}

h1 {
	margin: 0;padding: 0;
	background-image: url('../images/01-23-2007/title-bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height:53px;
	text-align:right;
	font-size: 32px;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	font-weight: bold;
	font-variant:small-caps;
	text-transform:uppercase;
	padding-top:25px;
	color: #a6abae;
}

h1 span { font-size: 24px; }

#headerbar {
	background-color: #525250;
	background-image: url('../images/01-23-2007/nav-bg.gif');
	background-position: top;
	background-repeat:repeat-x;
	height: 28px;
}

#cpr { padding: 45px 50px 10px 50px;text-align:center;

font-size: 16px;
font-family:"Times New Roman", Times, serif;
width:637px;
}

#foot { background-color: #363633;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	padding:0;
	margin:0;
	}


#body {
	background-image: url('../images/01-23-2007/main-bg.gif');
	background-position: top;
	background-repeat: no-repeat;	
	text-align:left;
}

#body .inner {
	padding: 0 50px 50px 50px;
	text-align:justify;
	width:630px;
}

h2 {
	color: #aaafb2; /*color: #bd7100;*/
	text-align:right;
	padding: 50px 0 50px 0;
	margin: 0;
}
.c { text-align:center; }
.newsitem {
	text-align:justify;
	margin: 0px auto;;
	
}
.newsitem table { width: 100%; }
.newsitem table td{	text-align:justify;vertical-align:top;padding: 5px; }
.fl { float:left; }
.fr { float:right;}

.newsitem .image { border: 0; padding: 10px; }
/********************** nav.php *********************************/
#nav
	{
	position:relative;
	background: #363633;
	font-family: "Book Antiqua";
	}
#nav table
	{
	color: #868686;  
	background: #363633;
	height: 37px;
	font-weight: bold;
	position:relative;
	width:771px;
	}
#nav td
	{
	text-align:left;
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align:middle;
	}
#nav td.skip
	{
	background-image: none;
	}

#nav td.first
	{
	background-position: left top;
	background-repeat: no-repeat;
	width: 9px;
	}

#nav td.last
	{
	background-position: right top;
	background-repeat: no-repeat;
	width: 9px;
	}

#nav a  
	{
	display:block;
	text-decoration: none;
	padding-left:15px;
	font-size:135%;
	}

#nav a.active,#nav a:active
	{
	}

#nav a:hover
	{
	text-decoration:underline;
	
	}

#nav td ul {
	width:250px;
	background: #363633;
	list-style: none;
	position: absolute; top: 30px;
	left: auto;
	height: auto;
	margin: 0; padding:0; border:0;
	z-index:10;	
	color:#868686;
}
#nav td li {
	background:#363633;
	text-align:left;
	width:250px;
	padding:0; 
	margin:0;
	border:0;
	height:auto;
	z-index:10;
	color:#868686;
}
#nav td ul a {
	color:#868686;
	width:250px;
	margin:0;
	height:auto;
	display:block;
	text-decoration:none;
}

#nav td ul a:hover {color:#c38931; text-decoration:underline;}
#nav td ul ul {
	margin: -2em 0 0 149px;
	background:#363633;
	color:#c1c1c1;
}

#nav td:hover ul ul, #nav td:hover ul ul ul, #nav td.sfhover ul ul, #nav td.sfhover ul ul ul {
	left: -999em;
}
#nav td:hover ul, #nav td li:hover ul, #nav td li li:hover ul, #nav td.sfhover ul, #nav td li.sfhover ul, #nav td li li.sfhover ul{
	left: auto;
	z-index:1;
}
/*#nav td:hover, #nav td.sfhover {
	background: transparent;
}*/
