<!--
html
{
	height:100%;
	padding-bottom: 1px;
}

body
{
	background-color:#F1EBCB;
	color: #343434;
	font-family: verdana, arial;
	font-size: 70%;
	margin: 0;
	text-align:center;
}

#wrapper
{
	background-color: #446633;
	background-image: url('/images/layout/background.gif');
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
}

#outercontainer
{
	width:980px;
	margin: 0 auto;
}

#container
{
	background-color:#F1EBCB;
	width:980px;
	float: left;
	text-align: left;
	background-image: url('/images/layout/content_background.gif');
	background-repeat: repeat-y;
}

#header
{
	height:154px;
	width: 980px;
	background-color: #F1EBCB;
}

#header .logo
{
	width:200px; 
	margin: 0 5px!important; 
	float:left; 
	display: inline; 
	position: relative;
	height:154px;
}

#header .header
{
	width:564px; 
	background-color:#fff; 
	margin: 0!important; 
	float:left; 
	display: inline; 
	position: relative;
	height:154px;
}

#header .founder
{
	width:196px;  
	margin: 0 5px!important; 
	float:left; 
	display: inline; 
	position: relative;
	height:154px;
}

#outerfooter
{
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
}

#footer
{
	height:15px;	
	margin: 10px auto;
	padding:5px;
	background-color: #F1EBCB;
	color: #9A121C;
	width:970px;
	margin: 0 auto;
}

.left
{
	display:inline;
	float:left;
}

img.left
{
	margin-right: 20px;
}

.right
{
	display:inline;
	float:right;
}

#footer a
{
	color: #9A121C;
}

img
{
	border: 0;
}

#contentspace
{
	width: 980px;
	float:left;
}

#leftcontent
{
	width:200px; 
	background-color:#99131A; 
	margin: 0 5px!important; 
	float:left; 
	display: inline; 
	position: relative;
}

#maincontentspace
{
	width:524px; 
	background-color:#fff; 
	margin: 0!important; 
	float:left; 
	display: inline; 
	position: relative;
	min-height:260px;
	height:auto !important;
	height:260px;
	padding: 20px;
}

#rightcontent
{
	width:196px; 
	background-color:#99131A; 
	margin: 0 5px!important; 
	float:left; 
	display: inline; 
	position: relative;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #99131A;
	width: 200px;
}

#navigation li
{
	border-bottom: solid 1px #F1EBCB;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 0;
	width: 200px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
	width:170px;
	display: block;
}

#news img
{
	border: solid 1px #fff;
	float:left;
	margin: 0 10px;
}

#news ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width:196px;
	background-color: #99131A;
	color: #fff;
}

#news li
{
	border-bottom: solid 1px #F1EBCB;
	margin: 5px 0;
	padding: 6px 0;
	clear: both;
}

#news p
{
	margin: 5px 10px;
	padding: 0;
	clear: both;
}

#news a
{
	color: #fff;
	text-decoration: none;
}

#navigation a.sel
{
	font-weight: bold;	
}

#navigation a:hover
{
	font-weight: bold;	
}

#navigation li.home
{
	background-image: url('/images/layout/nav_home.gif');
	background-repeat: no-repeat;
}

#navigation li.news
{
	background-image: url('/images/layout/nav_news.gif');
	background-repeat: no-repeat;
}

#navigation li.community
{
	background-image: url('/images/layout/nav_photo.gif');
	background-repeat: no-repeat;
}

#navigation li.talk
{
	background-image: url('/images/layout/nav_talkaboutwork.gif');
	background-repeat: no-repeat;
}

#navigation li.world
{
	background-image: url('/images/layout/nav_world.gif');
	background-repeat: no-repeat;
}

#navigation li.schools
{
	background-image: url('/images/layout/nav_schools.gif');
	background-repeat: no-repeat;
}

#navigation li.generalcouncil
{
	background-image: url('/images/layout/nav_council.gif');
	background-repeat: no-repeat;
}

#navigation li.formation
{
	background-image: url('/images/layout/nav_formation.gif');
	background-repeat: no-repeat;
}

#navigation li.founder
{
	background-image: url('/images/layout/nav_founder.gif');
	background-repeat: no-repeat;
}

#navigation li.documents
{
	background-image: url('/images/layout/nav_documents.gif');
	background-repeat: no-repeat;
}

#navigation li.daughters
{
	background-image: url('/images/layout/nav_daughters.gif');
	background-repeat: no-repeat;
}

#navigation li.contact
{
	background-image: url('/images/layout/nav_contact.gif');
	background-repeat: no-repeat;
}

#navigation li.josephites
{
	background-image: url('/images/layout/nav_josephites.gif');
	background-repeat: no-repeat;
}

#navigation li.links
{
	background-image: url('/images/layout/nav_links.gif');
	background-repeat: no-repeat;
}

h1
{
	font-family: verdana, arial;
	font-size: 1.8em;
}

h2
{
	font-family: verdana, arial;
	font-size: 1.4em;
	margin: 5px 0 3px 0;
	padding: 0;
}

label
{
	float: left;
	text-align: left;
	display: block;
	width: 150px;
}

input
{
	margin-bottom: 5px;
}

textarea {
	width: 350px;
	height: 120px;
}

input.button
{
	width: 75px;
}

.border_left
{
	float:left; 
	border: solid 1px #ccc; 
	padding: 5px; 
	margin: 10px 20px 10px 0px;
	diaplay:block;
	width: 168px;
}

.border_right
{
	float:right; 
	border: solid 1px #ccc; 
	padding: 5px; 
	margin: 10px 0px 10px 20px;
	diaplay:block;
	width: 168px;
}

.caption
{
	font-size: 0.8em;
	display: block;	
}

.photos
{
	clear: both;
}

#maincontentspace a
{
	color: #000;
}

#maincontentspace li
{
	margin: 5px 0;
}

#maincontentspace li a
{
	color: #000;
	text-decoration: none;
}

#maincontentspace ol li a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

ul.nobullets, ul.news_bullet
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;	
}

ul.nobullets li
{
	margin-bottom: 3px;
}

ul.council li
{
	margin-bottom: 10px;
	float: left;
}

ul.council p
{
	float: right;
	width: 449px;
}

ul.talk li
{
	margin-bottom: 10px;
	float: left;
}

ul.talk p
{
	float: right;
	width: 429px;
}

ul.news_bullet
{
	border-top: solid 1px #99131A;
}

ul.news_bullet li
{
	padding: 15px 0 0px 0;
	border-bottom: solid 1px #99131A;
}

img
{
	border: 0;
}

p.hit
{
	text-align:center;
	font-size: 1.1em;
	font-weight: bold;
}
		
-->
