*{ 
	margin:0px;
	padding:0px;
	}
	
body { 
		margin:0px;
		text-align:center;
		background-image:url(../_images/bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}


#wrapper_body {
		width:704px;
		margin:auto;
		background-color:#FFFFFF;
		}
		

#holderindex {
		width:704px;
		margin:auto;
		}


			
#header {
	text-align:left;
	background-image:url(../_images/head_bg.gif);
	background-repeat:repeat-x;
	width:704px;
	height:170px;
	}
	
#head_note {
	text-align:right;
	padding:5px 10px 5px 0;
	}
	
#content {
	text-align:left;
	padding:20px 0px 30px 30px;
	overflow:hidden;
	
	}
	
#links_pod {
	height:29px;
	background-image:url(../_images/header_text_bott.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:right;
	}

#wrapper_footer {
	width:704px;
	height:80px;
	background-color:#112234;
	position:relative;
	padding:10px 0px 10px 0px;
}

#logo_fraynework{
	position:absolute;
	right:20px;
	top:25px;
	}
	
#jesuit{
	width:100px;
	height:20px;
	position:absolute;
	left:30px;
	top:15px;
	text-align:left;
	}
	
#css{
	width:100px;
	height:20px;
	position:absolute;
	left:150px;
	top:15px;
	text-align:left;
	}	
	
#copyright{
	border-left:solid #666666 1px; 
	width:200px;
	height:70px;
	position:absolute;
	right:100px;
	top:15px;
	text-align:left;
	padding-left:10px;

	
	}	
	
/* ---( DIV STYLES )---------------------------------------- */

#content_left {
	width:490px;
	text-align:left;
	float:left;
	display:inline;
	padding-bottom:10px;
	}
	
.leftsidebarHeader {
    text-align:left;
	display:block;
	}
	
.leftsidebarContent {
	font-size:9px;
   	padding-left:15px;
	text-align:left;
	display:block;
	}	

/* ---( more )---------------------------------------- */

#content_right {

	text-align:left;
	width:165px;
	text-align:top;
	padding:0px 3px 0 3px;
	float:right;
	display:inline;
	}
	
.rightcontent {
	font-size:9px;
	color:#FFFFFF;
	}
	
	
#contact_squares {
	border:solid #006699 1px; 
	background-image:url(../_images/css_bg.jpg); 
	background-repeat:no-repeat;
	background-position: top right;
	padding:5px; 
	margin-bottom:10px;
	height:150px;
	}
	
#contact_squares_02 {
	border:solid #006699 1px; 
	background-image:url(../_images/jesuit_bg.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	padding:5px; 
	margin-bottom:10px;
	height:150px;
	}
	
#download_sq {
	margin-bottom:20px; 
	background-color:#CEEFFF; 
	border:solid #006699 1px; 
	padding:2px;

}

/* ---( TEXT STYLES )---------------------------------------- */
	
.copyright {
	font-size:9px;
	color:#ffffff;
	}

.selected_nav {
	color:#ff843a;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	}

.quotes {
	font-size:11px;
	font-style:italic;
	color:#006699;
	}

.header {
		color:#006699;
		font-size:12px;
		font-weight:bold;
		}
		
.aandb {
	color:#FF6600;
	font-size:12px;
	}

.SmallHeaderText {
	font-size:9px;
	color:#666666;
	}

b {
	color:#2f5178;
	font-size: 13px;
	font-weight:bold;
	padding-bottom:20px;
}

p {

	color:#333333;
	font-size: 11px;
	font-weight:normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	}

h1 {
	color:#2f5178;
	font-size: 13px;
	font-weight:bold;
	padding-bottom:10px;
	}

h2 {
	color:#666666;
	font-size: 12px;
	font-weight:bold;
	}
	
h3 {
	color:#FF6600;
	font-size: 14px;
	font-weight:bold;
	}
	
/* ---( link Styles )---------------------------------------- */

a:link {
		color:#006699;
	text-decoration: none;
	font-size:11px;
	}

a:visited {
		color:#006699;
	text-decoration: none;
	font-size:11px;
	}
	
a:hover {
	color:#ff843a;
	text-decoration: none;
	font-size:11px;
	}


#navlinks {margin:0; padding:0;}

#navlinks li {
	padding:1px;
	list-style: none;
	display: inline;
}

/* ---( Modified link Styles )---------------------------------------- */

a.nav:link, a.nav:visited {
	color:#333333;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

a.nav:hover {
	color:#FF6600;
	font-size: 12px;
		text-decoration:none;
	font-weight:bold;

}
/* ---( Image styles )---------------------------------------- */

.img_style_1 {

            float:left;

            padding: 1px;

            border: 1px solid #ababab;

            margin:0px 15px 15px 0px;

}

div.hr_A {
	border-bottom:solid #006699 1px; 
