body {
	background-image: url(../Images/side-slice.jpg);
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
}

#page-background {
   width: 100%;
   position: absolute;
   top: 0px;
   margin-bottom:-2px;   
   z-index: 1;
}

#content{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 108px;
   margin-top:-2px;   
   z-index: 11;
}

#content-nav-bar-item-enabled{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 39px;
   z-index: 11;
}

#content-nav-bar{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 35px;
   z-index: 11;
}

#page-footer {
   width: 100%;
   position: absolute;
   bottom: -1px;
   z-index: 11;
}

p {
	margin-bottom:0;
	font-size: 12px;
}

h1 {
	font-size:24px;
	margin-top:0px;
	margin-bottom:30px;
	color:#ffffff;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:20px;
	font-style: regular;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	margin:0;
}
h3 {
	font-size:20px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	padding-top: 0px;
	margin:0;
}
h4 {
	font-size:16px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:5px;
}
h5 {
	font-size: 14px;
	margin-top:5px;
}

/* FOOTER */

td#footer {
	font-size: 9px;
	color: #ffffff;
}

A#emaillink {
	color:#333333;
}


A { text-decoration:none;}
A:link	{color: #ffffff;font-weight: bold;}
A:visited{color: #ffffff;font-weight: bold;}
A:hover	{color: #009CD9;background-color:none; text-decoration:none;}
	
