/* CSS Document */

#textbg {
	margin: 0px;
	width: 100%;
	background-image: url(../images/secondary/htextbg.gif);
	background-repeat: repeat-y;
	height: auto;
	text-align: left;
}
#textbg2 {
	background-image: url(../images/secondary/pagetitles/htextbgbottom.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
}
#sidebar {
	position: absolute;
	height: 100%;
	width: 250px;
	left: 0px;
	top: 0px;
	background-image: url(../images/secondary/sidebarbgH.gif);
	background-repeat: repeat-y;
}
#sidebar a {
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sidebar a:hover {
	color: #CC6633;
	text-decoration: underline;
}

.cal {
	width: 220px;
	margin-left: 20px;
	height: auto;
}
.calpage {
	border: 1px solid #FF6600;
	padding: 5px;
}


.awardsimg {
	float: right;
	border: 1px solid #666666;
	text-align: center;
	margin: 5px;

}
.awardsimg2 {
	text-align: center;
	margin: 5px;
	float: left;
	border: 1px solid #666666;
}
