/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background-color:#000; 
	line-height: 1.1;
	color: black;
	background-color: #5D5D5D;
	background: #5D5D5D;}
	
p   {color:#5d5d5d; font-size:105%; margin-top:0px; font-weight:lighter}
h1 {color:#005b7f; font-size:170%; margin-top:0px;font-weight:bold; line-height: 180%}
h2 {color:#8a1e04; font-size:130%; margin-top:0px;font-weight:bold; line-height: 140%}
h3 {color:#8a1e04; font-size:110%; margin-top:0px; font-weight:bold}
h4 {color:#5d5d5d; font-size:105%; margin-top:0px; font-weight:lighter}
a {color:#008cba; text-decoration:underline; font-weight: bold}
a:hover {color:#525151; text-decoration:none;}




#wrapper
	{
	border: 6px solid #e6e6e6;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	background-image: url(../images/WebImages/WWCHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	}
	
#wrappercontent
	{
	/*border: 6px solid #e6e6e6;*/
	width: 780px;
	margin-left: 100px;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	/*background-color: #ffffff;*/
	}


#homepageContent 
	{
	background-position:right top; 
	background-repeat:no-repeat;
	background-image:url(../images/WebImages/DioceseLogo.gif); 
	overflow:hidden;
	margin-top: 10px;
	margin-left: 5px;
	}
	
	
#homepageContentLeft
	{
	width:550px;
	float:left;
	padding:10px;
	margin-top: 15px;
	}
	
#homepageContentRight 
	{
	width:250px;
	float:right;
	border-left:1px solid #999;
	padding:10px;
	margin-top: 50px;
	font-size:85%;}

#footer {
	clear:both;
	height:12px;
	padding:7px 10px;
	background-color:#e6e6e6;
	color:#5d5d5d;
	font-size:85%;
	font-family: Verdana;
	font-size: 9px;
	line-height: 16px;
	}
	#footerLeft {width: 860px; float:left;}
	#footer ul {list-style-type:none;margin:0px; padding:0px;}
	#footer ul li {display:inline; padding:0px 10px; border-right:1px solid #8c8c8c;}
	#footer ul li.last {border-right:none;}

/* Main Navigation */

#mainnav
	{
	margin-top: 200px;
	position: relative;
	left: 0px;
	z-index: 100;
	height: 30px;
	}

.mainnav {
	display: block;
	background-image: url(../images/mainnav_bkgd_off.png);
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 110px;
	font-family: Arial;
	font-weight: Bold;
	font-size: 13px;
	line-height: 28px;
	margin-right: 0px;
	}

.mainnav a:link /* unvisited link */
	{
	display: block;
	background-image: url(../images/mainnav_bkgd_off.png);
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 110px;
	font-family: Arial;
	font-weight: Bold;
	font-size: 13px;
	line-height: 28px;
	margin-right: 0px;
	cursor: pointer;
	}
	
.mainnav a:visited   /* visited link*/
	{
	display: block;
	background-image: url(../images/mainnav_bkgd_off.png);
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 110px;
	font-family: Arial;
	font-weight: Bold;
	font-size: 13px;
	line-height: 28px;
	margin-right: 0px;
	cursor: pointer;
	}

	
.mainnav a:hover /* mouse over link */
	{
	display: block;
	color: #005b7f;
	background-image: url(../images/mainnav_bkgd_on.png);
	cursor: pointer;
	width: 110px;
	}
	
.mainnav a:active  /* selected link */
	{
	display: block;
	color: #005b7f;
	background-image: url(../images/mainnav_bkgd_on.png);
	cursor: pointer;
	width: 110px;
	}


/* End Main Navigation */


/* Main Body Table */
#mainbodytable
	{
	margin: 30px 0px 0px 0px;
	width:99%;
	padding:0;
	}

#mainbodytable tr td
	{
	vertical-align: top;
	}




