html { 
 height: 100%; 
 margin-bottom: 1px; 
}

body
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	background-color: #426566;
	text-align: center;
	margin: 0px;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	color: #B61300;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 a
{
	color: #B61300;
}

.frontPicture
{
	border: 10px solid #FFCB0B;
	margin-top: 20px;
	margin-bottom: 20px;
}

.newsImage
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

.newsTitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #B61300;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.newsTitle a
{
	color: #B61300;
}

.clear
{
	clear: both;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	height: 14px;
	text-decoration: none;
	font-size: 8pt;
	text-indent: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	}	

#nav li a:link, #nav li a:visited {
	display: block;
	}
	
#nav li a:hover {
	color: #FFF;	}	


.nav0
{
	background-image: url('../images/navHomeBackgroundHome.jpg');
	color: #B61300;
	font-weight: bold;
}

.nav0:hover
{
	background-image: url('../images/navHomeBackgroundHome.jpg');
}

.nav1
{
	background-image: url('../images/navHomeBackground.jpg');
	color: #B61300;
	font-weight: bold;
}

.nav1:hover
{
	background-image: url('../images/navBackgroundOver.jpg');
}

.navCart
{
	background-image: url('../images/navHomeCartBackground.jpg');
	color: #401F10;
	font-weight: bold;
	padding-left: 30px;
}

.navCart:hover
{
	background-image: url('../images/navCartBackgroundOver.jpg');
}

.nav1on
{
	background-color:  #CDE8EE;
	color: #426566;
	font-weight: bold;
}

.nav1on:hover
{
	background-color:  #859FA6;
}
		
#container
{
	width: 800px;
	background-image: url('../images/backgroundHome.jpg');
	background-repeat: repeat-y; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topcontent
{
	background-image: url('../images/backgroundHomeTop.jpg');
	margin-left: 20px;
	margin-right: 20px;
}

#bottomcontent
{
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#header
{
	padding: 0px;
	margin: 0px;
}

#nav
{
	float: left;
	width: 130px;
	padding-top: 20px;
}

#content
{
	margin-left: 130px;
	margin-right: 20px;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt; 
}

#new
{
	float: left;
	width: 130px;
}

#news
{
	margin-left: 130px;
	margin-right: 20px;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt; 
	border-left: 2px solid #FFA800;
	padding-left: 25px;
}

#footer
{
	clear: both;
	background-color: #426566;
	color: #FFFFFF;
	font-size: 7pt;
}

#footer a
{
	color: #FFFFFF;
	padding-left: 50px;
}

#footerRight
{
	float: right;
	padding-right: 50px;
	text-align: right;
}

.footerLink
{
	color: #FFFFFF;
	padding-left: 50px;
}

.footerLink:hover
{
	text-decoration: none;
}