#lnav
{
	float: left;
	left : 0;
	width : 150px;
	margin-left : 8px;
	margin-top : 20px;
	margin-right : 5px;
	color : #000000;
	padding : 3px;
	text-align : center;
	background-image: url('images/madonnanav2.jpg');
}
 
#header
{
	float : top;
  	width : 100%;
  	margin-left : 2px;
  	margin-top : 2px;
  	padding : 1px
}
 
 
#rnav 
{
	float: right;
	left : 80%;
	top : 20px;
	width : 140px;
	padding-left : 2px;
	padding-right :8px;
	color : #000000;
  	padding : 3px;
}
 
 
#content, #content2
{
 	 top : 0px;
 	 margin : 0px 20% 0 15%;
	 padding : 3px;
	 color : #000000;
 	 clear: none;
}

body
{
	background-color : #87CEFA;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

.header
{
	height:20%;
	width:100%;
}


.current
{
	font-style : oblique;
}

p, .indent
{
	text-indent : 5%;
	line-height : 140%;
}

.dontindent
{
	text-indent : 0%
}

img
{
	border-size: 0;
}

.tableborder
{
	border-width : medium;
	border-style : groove;
	border-collapse: collapse;
	margin : 10px;
	padding : 5px;
}

.outside
{
	border-spacing: 80px 0px
}

.emphasize
{
	font-style: bold;
}

.red
{
	font-style: bold;
	color: red;
}

.center
{
	margin-right: auto;
	margin-left: auto;
	text-align : center;
}

.links
{
	height:150%;
	width: 75%
}

#content2 a:visited {
      color: #ffffff;
      }

a:link { 
	color: #3681C7;
	}
a:visited { 
	color: #3681C7;
	}
a:hover { 
	color: #DFDFE7;
	background-color: #3681C7;
	}
a:active { 
	color: #333333;
	}

