a:link{
	color:#4D6FAC;
	text-decoration:none;
}
a:visited{
	color:#4D6FAC;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:none;	
}
a:active{
	color:#4D6FAC;
	text-decoration:none;
}
body{
	background-color:#4D6FAC;	
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial;
}
td{
	font-size:10pt;
}
#footer{
	background-color:#666;
	color:black;
	width:100%;
	padding:2px;
	font-weight:bold;
	text-align:center;
}
.footerLinks{
	color:white;
	text-decoration:none;
}
#header{
	position:absolute;
	width:665px;
	height:160px;
	top:10px;
	left:7px;
	background-image:url(../images/header.png);
}
h1{
	color:#4D6FAC;
	font-weight:bold;
	font-size:18pt;
	text-decoration:underline;
}
#menu{
	padding:200px 0px 0px 20px;
	margin:auto;
	font-size:10pt;
}
#page{
	width:665px;
	color:black;
	position:relative;
	padding:0px 14px 40px 0px;
	margin:auto;
	background-color:white;
	font-size:10pt;
	z-index:1;
}

#pageShadowR{
	position:absolute; 
	right:0px; 
	width:12px; 
	height:100%;
	background-image:url(../images/pageright.png);
	background-color:#4D6FAC;
	 
}
#pageShadowL{
	position:absolute; 
	left:0px; 
	width:12px; 
	height:100%;
	background-image:url(../images/pageleft.png); 
	background-color:#4D6FAC;
	
}
#pageShadowBR{
	position:absolute; 
	right:0px; 
	bottom:0px; 
	width:34px; 
	height:34px; 
	background-image:url(../images/pagebr.png); 
	background-repeat:no-repeat;
	background-color:#4D6FAC;
	
}
#pageShadowB{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	height:34px; 
	background-image:url(../images/pagebottom.png); 
	background-color:#4D6FAC;
	
}
#pageShadowBL{
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:34px; 
	height:34px; 
	background-image:url(../images/pagebl.png); 
	background-repeat:no-repeat;
	background-color:#4D6FAC;
	
}
