body {
	color: #000;
	background-color: #C8C7C7;
	background-image: url(../images/backN.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}	
	
#extraDiv2 {
	background-image: url(edge_bottom_black.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 15px;
	margin-left: -100%;
}

#extraDiv3 {
	background-image: url(edge_top_black.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 20px;
	margin-left: -100%;
}

#extraDiv4 {
	background-image: url(edge_left_black.png);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	margin: 0;
}
h1 {
	background: #4879A4;
	color: #FFFFFF;
	font: 14px/40px "Lucida Grande", Verdana, Arial;
	text-align: center;
	text-transform: uppercase;
	margin: 3px 0px;
	padding: 0px;
}

#extraDiv5 {
	background-image: url(edge_right_black.png);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	right: 0;
	width: 13px;
	height: 100%;
	margin: 0;
}
.mainFont {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #4A4A4A;
	line-height: 14px;
}
.mainFont a:link {color: #2664A4; text-decoration: underline;
}
.mainFont a:visited {color: #2664A4; text-decoration: underline;
}
.mainFont a:hover {color: #338BE6; text-decoration: underline;
}


.small {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #666666;
}
