/* CSS Document */




body{
	background-image:url(images/red-back.gif);
	margin:0px;
	padding:0px;
	text-align: center; /* for IE */
	}
	
#master{
	position:relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 790px;
/*	background-image:url(feet-white.gif);
	background-repeat: repeat-y;  */

	}

#base {
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}
	
#navigation {
	height:140px;
	background-image:url(images/nav-background.gif);
	z-index:1;
	font-family: "Comic Sans MS";
text-decoration: none;
font-size: 16px;
	color:#07357e;
	}
	
#logo {
	position:absolute;
	left:143px;
	top:11px;
	width:162px;
	height:111px;
	
}
#navigation a {
	font-family: "Comic Sans MS";
	font-size: 16px;
	line-height:28px;
	color:#07357e;
	text-decoration:none;
}

#navigation a:hover{text-decoration: underline;	color:#DC1217;}
#header1 {
	font-size: 18px;
	color: #DC1217;
	line-height:35px;
}
#body2 {
	font-size: 14px;
	color: #03327B;
	line-height:18px;
}
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav2 {
	width:163px;
	height:100px;
	border-left: thin solid #07357e;
	float:right;
	margin-top:20px;
}
#nav2	a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:28px;
	color:#DC1217;
	text-decoration:none;
}
#nav2 a:hover{text-decoration: underline;	color:#DC1217;}

#right-column{float:right; width:400px; margin-bottom:220px;font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;"}