*{
padding:0;
margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#262626;
	color:#666666;
	line-height:14pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color:#942406;
	letter-spacing: 2pt;
	text-transform: uppercase;
}

a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
	}
	
.bottom-nav {
	color:#ffffff;
	line-height: normal;
	}

.bottom-nav a {
	color:#999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
.bottom-nav a:hover {
	color:#FFFFFF;
	}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin: 10px 30px 10px 30px;
	line-height:14pt;
}

/*News Box*/

#newsbox {
	float: right; 
	margin: 30px 40px 10px 30px;
	background-image:url(images/news-box_middle.jpg); 
	width:257px; 
	font-style: italic;  text-align: center; 
}
#newsbox h2 { margin: 0px 0px 10px 0px; color: black; font-family: Georgia,serif; line-height: 18px;}
#newsbox p {margin: 16px 40px 6px 40px; color: black; font: 10pt/18px Arial, Helvetica, sans-serif;}
#newsbox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#821e1e;
	text-decoration:none;
	line-height: 16px;
}

#newsbox a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#821e1e;
	font-weight: bolder;
	text-decoration:underline;
}

#newsbox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	font-weight: bolder;
	letter-spacing: 0pt;
	text-transform:none;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 24px;
	padding-top: 5px;
}


/*container*/
.main-outer {
	width: 897px;  
	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. */
	border: 4px solid #000000;
	background:#000000;
} 

/*div sections*/
.main-outer-expanded {
	width: 897px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 800px;
	text-align: LEFT; /* this overrides the text-align: center on the body element. */
	border: 4px solid #000000;
	background:#000000;
} 

.main-outer-expanded2 {
	width: 897px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 1000px;
	text-align: LEFT; /* this overrides the text-align: center on the body element. */
	border: 4px solid #000000;
	background:#000000;
} 


#left-bar {
 	width: 51px;
	height:640px;
	background:url(images/cellbar.jpg) no-repeat #000000;
}

#left-bar-expanded {
 	width: 51px;
	height:800px;
	background:url(images/cellbar.jpg) no-repeat #000000;
}

#left-bar-expanded2 {
 	width: 51px;
	height:1000px;
	background:url(images/cellbar.jpg) no-repeat #000000;
}


#center-section {
	width: 897px;
	height: 640px;
	background:url(images/header.jpg) no-repeat top center #FFFFFF;
}
#center-sub-section {
	width: 897px;
	height: 800px;
	background:url(images/sub-header.jpg) no-repeat top center #FFFFFF;
}

#center-sub-section2 {
	width: 897px;
	height: 1000px;
	background:url(images/sub-header.jpg) no-repeat top center #FFFFFF;
}

#right-bar {
 	width: 51px;
	height:640px;
	position: relative; left: 846px;
	background: url(images/cellbar-right.jpg) no-repeat #000000;
}
#right-bar-expanded {
 	width: 51px;
	height:800px;
	position: relative; left: 846px;
	background: url(images/cellbar-right.jpg) no-repeat #000000;
}

#right-bar-expanded2 {
 	width: 51px;
	height: 1000px;
	position: relative; left: 846px;
	background: url(images/cellbar-right.jpg) no-repeat #000000;
}

#linkbar {
	position:absolute;
	width:807px;
	height:228px;
	z-index:1;
	left: -794px;
	top: 333px;
}
#sub-linkbar {
	position:absolute;
	width:205px;
	height:370px;
	z-index:1;
	left: -772px;
	top: 159px;
	background:url(images/dot.gif) right repeat-y;
}
#bodytextbox {
	position:absolute;
	width:667px;
	height:183px;
	z-index:1;
	left: 192px;
	top: 415px;
}
#subcontent {
	position:absolute;
	width:532px;
	height:623px;
	z-index:2;
	left: -551px;
	top: 158px;
}
#subcontent2 {
	position:absolute;
	width:532px;
	height:836px;
	z-index:2;
	left: -551px;
	top: 158px;
}

#homebutton {
	position:absolute;
	width:903px;
	height:135px;
	z-index:1;
	left: 44px;
	top: 15px;
}

#link-list li {list-style: none; margin: 6px 0px;}
#link-list li a{font-weight: bold; }

.box-shadow {
	box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
}



