
html
{
	height: 100%;
}
body
{
	height: 100%;
	padding:0px;
	margin:0px;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	background-color:#e0e0e0;
	color:#000000;
}
.body
{
	background-color:#f0f0f0;
}
#nonFooter
{
	text-align:left;
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 78px;
	text-align: center;
	margin:0 auto;
}

#footer
{
	text-align:left;
	position: relative;
	margin-top: -78px;
	height:78px;
	
} 
#headSection
{
	
	overflow:hidden;
}
#informationSection
{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align: center;
	padding:5px;
	background-color:#e0e0e0;
}
#footSection
{
	padding:5px;
	
}
#toolBarSection
{
	padding:5px;	
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#e0e0e0;
}
#boxSectionRight
{	
	padding-top:5px;
	width:160px;
	overflow: hidden;
	padding-right:0px;
	padding-left:5px;	
	margin:0;
}
#boxSectionLeft
{
	padding-top:5px;
	width:160px;
	overflow: hidden;
	margin:0;
	padding-right:5px;
	padding-left:0px;	
	margin-bottom:-5px;
}
#mainSection
{
	padding-top:5px;
	width:100%;
	text-align: center;
	margin:0px;
}
* html form
{
	margin-top:0px;
}
#navigationSection
{
	width:100%;
	text-align: left;
	background-color:#d0d0d0;
	margin-bottom:5px;
	overflow:hidden;
}
#nav
{
	padding:5px;
	width:100%;
}
* html #navigationSection
{
	width:100%;
}

#titleSection
{
	height:20px;
	padding-top:5px;
	background-color: #F5DEB3;
	text-align: center;
}

#contentSection
{
	padding:5px;
	text-align: left;
	border:1px solid #e0e0e0;
	border-top:none;
	background-color: #fff;
}
.boxHead
{
	color:#000;
	font-weight: bold;
	overflow:hidden;
	font-size:12px;
	text-align: center;
	background-color:#d00000;
}
.boxHead a
{
	padding-top:5px;		
	text-decoration: none;
	display:block;
	height:20px;
	color:#000;
	font-weight:normal;
	background-color:#d00000;
}
.boxHead a:hover
{
	padding-top:5px;		
	color:#d00000;
	font-weight:bold;
	background-color:#ffffff;
}
.boxContent
{
	font-size:11px;
	text-align: left;
	border-top:none;
	overflow:hidden;
	
	background-color:#fff;
}
*html .boxContent
{
	margin-bottom:0px;
}
.boxContent ul
{
	list-style: none;
	padding:0px;
	margin:0px;	
}
.boxContent ul li
{
	border:none;
	border-bottom:1px solid #e0e0e0;
}
.boxContent ul li a
{
	text-decoration: none;
	color:#888;
	display:block;
	padding:2px;
	background-color:#fff;
}
.boxContent ul li a:hover
{
	color:#000;
	display:block;
	padding:2px;
	background-color:#f0f0f0;
	font-weight:bold;
}
.boxContent ul li ul
{
	padding:0px;
}
.boxContent ul li ul li
{
	border:none;
	border-top:1px solid #e0e0e0;
}

.boxContent ul li ul li a
{
	text-decoration: none;
	color:#888;
	display:block;
	padding:2px;
	background-color:#fff;
	border-left:5px solid #e0e0e0;
}
.boxContent ul li ul li a:hover
{
	color:#d00000;
	display:block;
	padding:2px;
	border-left:5px solid #e0e0e0;
	background-color:#f0f0f0;
}
* html .boxContent ul li ul li a
{
	width:151px;
}
.thumb
{
	text-align: center;
	padding:5px;
	height:110px;
	/*width:175px;*/
}
* html .thumb
{
	/*width:211px;*/
}
.thumb img 
{
	border:1px solid #e0e0e0;
	padding:5px;
}
.thumb a
{
	text-decoration: none;
	font-weight:bold;
	color:#888;
}
.thumb a:hover
{
	font-weight:bold;
	color:#000;
}
.clear,p
{
	clear: both;
}
a
{
	color:#000000;
	text-decoration: none;
}
a:hover
{
	color:#808080;
	text-decoration: none;
}
table
{
	font-size: 12px;
}
input.size
{
	width:40px;
}
.texthead
{
	color:#000000;
	font-weight:bold;
	background-color: #d0d0d0;
}
.nopic,.border
{
	width:5px;
	height:5px;
}
.nopic
{
	width:100%;
	display:block;
	background-color:#f0f0f0;
}
.button
{
	background-color: red;
	border:1px solid;
	padding:3px;
	width:100%;
	color:#ffffff;
	cursor:pointer;
}
#headSection
{
	background-color:none;
}
.vline
{
	background:url(vline.gif) top center repeat-y #fff;
}
