/* Start of CMSMS style sheet 'Chris Lee' */
@charset "utf-8";
/* CSS Document */

#page {
	position: absolute;
	top: 0px; 
	width: 98%;
}

chromeFix { 
	display: block; 
	position: absolute; 
	width: 1px; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
}

body {
	background-color: #ABCCCF;
}
.Body {
	/* position: absolute; */
	width: 917px;
                margin: 0 auto;
                /* margin-left: -408.5px; */
                /* left: 50%; */
	/* top: 0px; */
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
.nav 	A:link {
	text-decoration: none; 
	color: #AD3A35;
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
}
.nav 	A:visited {
	text-decoration: none; 
	color: #AD3A35;
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
}
.nav 	A:active {
	text-decoration: none; 
	color: #AD3A35;
	font-family: "Arial";
	font-size: 15px;	
	font-weight: bold;
}
.nav 	A:hover {
	text-decoration: none;
	color: #000000;
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
}
.SidebarText {
	padding-left: 10px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.Content {
	padding: 10px;
	font-family: "Arial";
	font-size: 14px;
	vertical-align: text-top;
}
.FooterText {
	text-align: center;
	font-family: "Arial";
	font-size: 15px;
	color: #AD3A35;
	padding: 16px;
}
A:link {
	text-decoration: none; 
	color: #AD3A35;
	font-weight: bold;
}
A:visited {
	text-decoration: none; 
	color: #AD3A35;
	font-weight: bold;
}
A:active {
	text-decoration: none; 
	color: #AD3A35;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


/* End of 'Chris Lee' */

