body {
	background-image: url(Graphics/gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #cccccc;
	height: 100%;
	
}
.container {background-image: url(Graphics/background.png); 
	background-position: center;
	background-repeat: repeat-y;}
	
.banner {background-image:url(Graphics/topbanner.jpg);
position: relative; 
height: 110px; 
width: 930px;
margin-top: 0px;
}

#home-link {
    position: absolute;
    display: inline-block;
    width: 316px;    /* width of the logo */
    height: 65px;   /* height of the logo */
    top: 34px; left: 22px; /* top-left corner of logo */
    border: 0;
    float: left;
    
}

.mainimage {
background-position: center;
height: 275px; 
width: 875px;
}

.content {background-position: center;
	background-color:#CCCCCC;
	margin-top:0px;
	width: 875px;
	height: 100%;
	float:none
}

.whitecontent {
	background-color:#FFFFFF;
	margin-top:10px;
	width: 650px;
	float:right;
	margin-right:15px;
}

.leftnav {background-image:url(Graphics/shadow.png);
position: absolute;
background-repeat: repeat-y;
	margin-top:-50px;
	width: 215px;
	float:left;
	margin-left:-100px;
	
}
a.top {font: Arial, Helvetica, sans-serifo}
a.top {font-size:11px}
a.top:link { color: white; text-decoration: none }
a.top:active { color: white; text-decoration: none }
a.top:visited { color: white; text-decoration: none }
a.top:hover {
	color: #WHITE;
	font-weight: bold;
	}
	
a.text {font: Arial, Helvetica, sans-serifo}
a.text {font-size:12px}
a.text:link { color: #333333; text-decoration: underline }
a.text:active { color: #333333; text-decoration: underline}
a.text:visited { color: #666666; text-decoration: underline }
a.text:hover { color: #621313; text-decoration: underline}

a.headline {font: Tahoma, Helvetica, sans-serifo}
a.headline{font-size:14px}
a.headline:link { color: #621313; text-decoration: none }
a.headline:active { color: #621313; text-decoration: none}
a.headline:visited { color: #621313; text-decoration: none}
a.headline:hover { color: #621313;}

a.headline2 {font: Tahoma, Helvetica, sans-serifo}
a.headline2{font-size:14px}
a.headline2:link { color: #666666; text-decoration: none }
a.headline2:active { color: #666666; text-decoration: none}
a.headline2:visited { color: #666666; text-decoration: none}
a.headline2:hover { color: #666666;}
