﻿body {
padding: 0px;
margin: 0px;
background: black;
text-align:center;

}


a:link {color: #990000;
		text-decoration:none;}
a:visited {color: #990000;
		text-decoration:none;}
a:hover {color: #990000; 
         font-style: italic;
         text-decoration:none;}

a:active {color: #990000;
		text-decoration:none;}


font {
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size:medium;
}

h1 {
	text-align:center;
	font-size:xx-large;
	color:white;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

#wrapper {
	background-color:white;
	width:800px;
	height:100%;
	border:2px black solid;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:30px;
	position:relative;
	display:block;
}
#header {
	height:152px;
	width:800px;
	background-color:white;
	margin:0px;
}

#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:black;
	text-align:center;
	margin:64px 0px 0px 60px;
	padding:0px;
	float:left;
}

#header h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	float:right;
	margin:64px 10px 0px 0px;
	padding:0px;
}


#logo {
	background-color:white;
	background-image:url('../images/maryLogo.png');
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	width:182px;
	height:143px;
	margin:0px;
	float:left;
}

#banner {
	background-image:url('../images/bannerbkgrd.png');
	background-repeat:repeat;
	position:relative;
	width:800px;
	height:50px;
	border-width:2px 0px 2px 0px;
	margin:-20px 0px;
	border-color:black;
	border-style:solid;
}

#banner .words {
	margin:8px 0px 3px 10px;
	float:left;
}


#menu {
	width:800px;
	border-bottom:thin #990000 dashed;
	overflow:hidden;
	margin:10px 0px;
	}

#menu ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#menu li {
	display:inline;
	margin:0;
	padding:0;
	}

#menu a {
	float:left;
	display:block;
	padding:0px 10px 0px 10px;
	margin-right:2px;
	color:#990000;
	text-decoration:none;
	}

#menu a:hover {
	background-color:#990000;
	color:white;
	font-weight:bolder;
	}
	
#menu .current {
	background-color:#990000;
	color:white;
	color:white;
	font-weight:bolder;
}


#content {
	margin:0px 0px 0px 0px;
	width:800px;
	padding:15px 25px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}

#content p {
	color:black;
	margin:25px 10px 10px auto;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#content p.center {
	text-align:center;
}

#content h1 {
	font-size:30px;
	font-style:italic;
	color:#990000;
	margin-bottom:0px;
	line-height:28px;
}

#content h1.secondline {
	font-size:22px;
	color:black;
	margin-top:0px;
}

#content h2 {
	font-size:18px;
	font-style:normal;
	color:black;
	text-align:center;
}

#content a {
	text-decoration:none;
}

#content a:hover {
	font-style:italic;
}

#content img {
	border:0px;
	margin:5px 4px 5px 4px;
}


#content table {
	border:0px;
	padding: 4px 5px 4px 5px;
}




