﻿body
{
	background-position: left top;
	background-color: #adadaa;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(   '../Images/background.jpg' );
	background-repeat: no-repeat;
}

#PageWrapper
{
	width: 912px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	height: inherit;
}

#Header
{
	width: 912px;
	height: 207px;
	background-image: url(  '../Images/header.jpg' );
}

#Content
{
	width: 912px;
	background-image: url(  '../Images/content.jpg' );
	background-repeat:repeat-y;
}

#Footer
{
	width: 912px;
	height: 55px;
	background-image: url(  '../Images/footer.jpg' );
}

#Bottom
{
	width: 912px;
	height: 121px;
	background-image: url(  '../Images/bottom.jpg' );
}

H2  
{
	font: normal 16px "Trebuchet MS", "Times New Roman", Times, serif; 
	letter-spacing: 1px; 
	color: #333; 
	text-transform: uppercase; 
	line-height: 14px; 
}

H2 .gray
{
	color: #666666;
}

H2 .green
{
	color: #339966;
}

H3  
{
	font: normal 14px "Trebuchet MS", "Times New Roman", Times, serif; 
	color: #333; 
	line-height: 14px; 
}

H3 .gray
{
	color: #666666;
}

H3 .green
{
	color: #339966;
}




#MainContent { position: relative;  width: 700px; left:15px; color: #333; }
#MainContent  p { margin: 15px 0px 5px 0px; text-align: justify; }
#MainContent  p.info { text-align: right; background: url(../Images/dots.gif) top repeat-x; color: #999; margin: 0px; padding: 3px 0px; }
#MainContent p.info strong
{
	color: #336699;
	font-weight: bold;
}
#MainContent  p.info a { color: #690; text-decoration: none; }
#MainContent  p.info a:hover { text-decoration: underline; }

#RightContent { position: relative;  width: 170px; left:40px; color: #333; }
#RightContent  p { margin: 15px 0px 5px 0px; text-align: justify; }
#RightContent  p.info { text-align: right; background: url(../Images/dots.gif) top repeat-x; color: #999; margin: 0px; padding: 3px 0px; }
#RightContent p.info strong
{
	color: #336699;
	font-weight: bold;
}
#RightContent  p.info a { color: #690; text-decoration: none; }
#RightContent  p.info a:hover { text-decoration: underline; }

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}


a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339966;
}

