<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
Body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5e5e5e;
	text-align:justify;
	line-height:19px;
	background:#fff;
}
#header-panel{
	width:100%;
	height:130px;
	float:left;
	padding:0px;
	margin:0px 0 0px 0;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat;
}
a{
	color:#000;
	text-decoration:none;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
#header{
	width:1000px;
	height:120px;
	margin:0px auto;
	padding:10px 0 0 0;
}
#logo{
	width:307px;
	height:116px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#searchsec{
	width:485px;
	height:120px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#social{
	height:auto;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px;
	width: 300px;
}
.social-links{
	height: auto;
	padding: 0px 0px 0px 0px;
	float: right;
	margin: 0px;
	color: #81b1d1;
	font-family: 'PT Sans', sans-serif;
	width: auto;
}
.social-links ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
}	
.social-links li{
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 0px;
	list-style:none;
	float:left;
	color:#81b1d1;
	font-size:14px;
	line-height:30px;
}
.social-links li a{
	padding:3px 0px 0px 0px;
	margin:0px 5px 0px 1px;
	float:right;
	width:26px;
	height:25px;
	text-align:center;
	
}
.social-links li a:hover{
	
}
#search-panel{
	width: auto;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
	border: 1px solid #ffe3b7;
}
.srch-input{
	width: 220px;
	height:30px;
	padding:0px 0px 0px 10px;
	margin:0px;
	border:0px;
	color:#939191;
	line-height: 30px;
	float: left;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.srch-btn{
	width: 33px;
	float: left;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
	background-image: url(../images/srchbtn.jpg);
	background-repeat: no-repeat;
}
.toplinks{
	width: auto;
	height: 30px;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
.toplinks ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
}	
.toplinks li{
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 0px;
	list-style:none;
	float:left;
}
.toplinks li a{
	padding: 0px 5px 0px 8px;
	font-family: 'Merriweather', serif;
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight:600;
	text-align: left;
	color: #5e5e5e;
	line-height: 20px;
	white-space: nowrap;
	height: 18px;
	border-right: 1px solid #d9d9d9;
	text-decoration: none;
}
#flashnewscover{
	width:100%;
	float:left;
	padding:0px;
	margin:0px 0 15px 0;
	height: 35px;
}
#flashnews_content{
	width: 1000px;
	height:34px;
	background:#fff;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
#menucover{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	height: 38px;
	background: #003573;
	border-top: 5px solid #ffc935;
}
#menu-container{
	width: 1000px;
	height:37px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	color:#faefbc;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background-color: #003573;
}
#cssmenu {
	position: relative;
	height: 37px;
	background:url(../images/menubg2.png);
	background-repeat:repeat;
	width: auto;
}
#home
{
	width: 19px;
	height: 17px;
	padding-right:5px;
	margin:0;
	background: url(../images/home.png) no-repeat left;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu &gt; ul {
  position: relative;
  display: block;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu &gt; ul &gt; li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:1px solid #001c3d;
 
}
#cssmenu &gt; ul &gt; li.last{
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:none;
 
}
#cssmenu &gt; ul &gt; #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
  font-size: 14px;
  padding: 12px 14px;
  font-weight:400;
  text-transform:uppercase;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 32px;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
 color: #000;
  background:#ffc935;
}

#cssmenu &gt; ul &gt; li a.current
 {
  background:#ffc935;
  color:#000;

  }
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu &gt; ul &gt; li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #fff;
}
#cssmenu &gt; ul &gt; li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 27px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  top: 38px;
  opacity: 1;
}
#cssmenu ul ul li:hover &gt; ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px dotted #d1a300;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
   font-weight:400;
  background: #003573;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
   text-align:left;
  line-height:18px;

}
#cssmenu ul ul li:hover &gt; a {
  color: #000;
  background:#ffc935;

}
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last &gt; a {
  border-bottom: 0;
}
.submenuArrow {
	  border: 6px solid transparent;
	  width: 0;
	  height: 0;
	  border-bottom-color: #fff;
	  position: absolute;
	  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#wrapper-out{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px 0 0 0;
}
#banner-out{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:0 auto;
	background-image: url(../images/bannerbg.png);
	background-repeat: repeat;
}
#wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#container{
	width:1000px;
	height:372px;
	margin:8px auto;
	padding:0px;
	
}
#main-banner-panel{
	width:727px;
	float:left;
	margin:0px;
	height: 372px;
	background: #fff;
	padding: 0px;
}
#banner_links
{
	float:left;
	width:273px;
	height:372px;
	margin: 0px 0px 0 0px;
	padding: 0;
	position: relative;
	/*z-index: 1000;*/
	left: -10px;
}
#banner_link1
{
	float:left;
	width:219px;
	height:80px;
	margin: 15px;
	padding: 0px;
	border-right: 1px solid #e0e0e0;
}
#banner_link1.last
{
	float:left;
	width:219px;
	height:80px;
	margin: 15px;
	padding: 0px;
	border-right: none;
	
}

#homecontent-panel{
	width:1000px;
	height:auto;
	padding:0px;
	margin:0 auto;
	clear:both;
}
.newsouter{
	width:330px;
	height:auto;
	float:right;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}
.news{
	width:330px;
	height:348px;
	float:right;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}
.news h2{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 13px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#newsticker-demo {
	width:236px;
	background:#FFF;
	font-family: Arial;
	font-size: 12px;
	color: #353333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top: 0px solid #dddddd;
	
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo a hover { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title 
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.newsticker-jcarousellite {
	width:330px;
	float: left;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:5px;
	margin-bottom:8px;
	width: 320px;
	height:70px;
	border-bottom: 1px dotted #ccc;
	
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:105px;
	height: auto;
	margin: 0 10px 0 0;
}
.newsticker-jcarousellite .thumbnail img {
	border:3px solid #eee;
}
.newsticker-jcarousellite .info {
	float:left;
	width:205px;
}
.newsticker-jcarousellite .info_1 {
	float:left;
	width:233px;
	text-align:justify;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
.newsticker-jcarousellite a{
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	font-weight: 600;
}
.newsticker-jcarousellite p{
	color:#5e5e5e;
	text-align:justify;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 0 0 0;
	margin: 0;
}
.newsticker-jcarousellite a hover{
text-decoration:none;

}
#more
{
	float:right;
	margin: 5px 0 0 0;
}
#about_outer{
	width:432px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px 20px 0px 0px;
	
}
#about{
	width:432px;
	height:auto;
	float:left;
	padding:0px 0 15px 0;
	margin:0px 0px 0px 0px;
	background: #fff;
}
#about h2{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#souhrda{
	width:411px;
	height:200px;
	float:left;
	padding:10px 10px 15px 10px;
	margin:0px 0px 0px 0px;
	background: #fbfbfb;
	border: 1px dotted #d9d9d9;
}
#souhrda h2{
	font-family: 'Oswald', sans-serif;
	color:#003573;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#souhrda img
{
	padding:0 0 0px 0;
	border:3px solid #eee;
}
#souhrda p{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 0;

}
#souhrdaphoto
{
	float:left;
	width:158px;
	height:157px;
	margin: 0 15px 0 0;
}
.news_outer{
	width:1000px;
	height:auto;
	float:left;
	margin: 0px 0 10px 0;
}
#about p{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	margin:0px 0px 0px 0px;
	padding:0px;

}
#highlights
{
	float: left;
	width: 1000px;
	height: auto;
	margin: 0 0 20px 0;
}
#gallerysec
{
	float: left;
	width: 1000px;
	height: auto;
	margin: 0 0 0px 0;
}
#highlt
{
	float: left;
	width: 322px;
	height: auto;
	margin: 0 25px 0 0;
	background: #fff;
	padding: 0px;
	padding: 35px 0 36px 0;
	border-bottom:3px dotted #d9d9d9;
	border-top:3px dotted #d9d9d9;
}
#highlt h2{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 15px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#highlt img
{
	width: 190px;
	height: auto;
	
}
#highlt p
{
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-weight: 400;
	color: #5e5e5e;
	text-align: justify;
	padding: 0px 0 0px 0;
	margin: 0;
}
#highlt h3
{
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 600;
	color: #FB0D13;
	padding: 0px 0 5px 0;
	margin: 0;
}
#highlt img
 {
	float: left;
	width: auto;
	margin: 0 0px 0px 0;
}


.more_hlt{
	background: url(../images/rdmore.jpg) center;
	background-repeat: no-repeat;
	width: 293px;
	height: auto;
	text-align: right;
	float: left;
}
.more_hlt a{
	text-decoration:none;
	color: #f28b0b;
	font-weight: 600;

}
.photo_gallery{
	width:293px;
	height:210px;
	float:left;
	padding:15px;
	margin:0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #fff;
	
}
.photo_gallery h2{
	font-family: 'Oswald', sans-serif;
	color:#52a600;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	border-bottom: 1px solid #d9d9d9;
	
}
.home-photogallery{
	float:left;
	clear:both;
	width:322px;
	height:auto;
	padding:0px 0px 0px 0px;
}
.home-photogallery ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.home-photogallery li{
	padding:0px 0px 0px 0px;
	margin:0 12px 12px  0;
	float:left;
	width:148px;
	height:94px;
	text-align:center;
	border:3px solid #eee;
}
.home-photogallery li.last{
	padding:0px 0px 0px 0px;
	margin:0 0px 12px 0;
	float:right;
	width:148px;
	height:94px;
	text-align:center;
	
}
.home-photogallery li img{

}
.video_gallery{
	width:293px;
	height:210px;
	float:left;
	padding:15px;
	margin:0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #fff;
	
}
.video_gallery h2{
	font-family: 'Oswald', sans-serif;
	color:#52a600;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	border-bottom: 1px solid #d9d9d9;
	
}
.home-videogallery{
	float:left;
	clear:both;
	width:322px;
	height:auto;
	padding:0px 0px 13px 0px;
}
#video
{
	width:323px;
	height:210px;
}
.otherlinks{
	width:180px;
	height:60px;
	float:left;
	padding:10px;
	margin:0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #f6f6f6;
	border-top: 5px solid #ffc935;
	
}
.otherlinks2{
	width:180px;
	height:60px;
	float:left;
	padding:10px;
	margin:0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #ededed;
	border-top: 5px solid #f99300;
	
}
.otherlinks p{
	padding:0;
	margin:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000;
	line-height:65px;

	
}
.otherlinks2 p{
	padding:10px 0 0 0;
	margin:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000;
	line-height:20px;

	
}

.otherlinks_outer{
	float:left;
	clear:both;
	width:293px;
	height:auto;
	padding:0px 0px 10px 0px;
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 28px 0;
}
.otherlinks img{
	float:left;
	padding:5px 9px 0 0px;
	margin:0px 0px 0px 0px;
	
}
.otherlinks2 img{
	float:left;
	padding:5px 10px 0 5px;
	margin:0px 0px 0px 0px;
	
}
#linkimage
{
	float:left;
	width:50px;
}
#linkname
{
	float:left;
	width:91px;
	font-family: 'Merriweather', serif;
	font-weight: 600;
	font-size: 15px;
	color: #000000;
	line-height: 35px;
	padding: 0 0 0 5px;
}
#linkname a
{
	text-decoration:none;
	color: #000;
	
	
}
#footer-content-panel{
	width:100%;
	height:260px;
	float:left;
	clear:both;
	padding:10px 0px 0px 0px;
	margin:0px;
	background-repeat: repeat;
	background: #003573;
	border-top: 6px solid #ffc935;
}
#footer-content{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:10px 0px 0px 0px;
}
#footer-content h2{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	
	
}
#footer-content ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footer-content li{
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
	width:323px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	text-align:left;
	line-height:25px;
	color:#000000;
	}
	#footer-content li h2{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 15px 0px;
	padding:0px;
	padding-right: 10px;
	
}
	#missionmap li{
	padding:0px;
	margin:0px 30px 0px 0px;
	float:left;
	width:300px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	text-align:left;
	line-height:25px;
	color:#000000;
	}
#footer-content li a{
	color:#fff;
	text-decoration:none;
}
#footer-content li a:hover{
	color:#fff;
}
#footer-content li.endfooter{
	padding:0px 20px 0 0;
	margin:0px 0px 0px 0px;
	color: #fff;
	}
#footer-content li.endfooter h3{
	font-size:16px;
	font-weight:600;
	color: #509F00;
	margin: 0;
}	
.quicklinks{
	float:left;
	width:auto;
	clear:both;
	height:auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	text-align:left;
	line-height:19px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 8px 0px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}
.quicklinks:hover{
	color:#fff !important;
	background:#001c3c;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#footer-panel{
	width:100%;
	height:45px;
	float:left;
	padding:0px;
	margin:0px;
	background:#002958;
}

#footer{
	width:1000px;
	height:45px;
	margin:0px auto;
	padding:0px;
}
.copy{
	width:1000px;
	height:auto;
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:45px;
}
.collegemap
{
float:left;
margin-top: 45px;
}
#map
{
	float:left;
	margin-top: 45px;
	border: 2px solid #fff;
}
#inner-menu-content-panel{
	width:1000px;
	height:auto;
	float:left;
	padding:15px  0 15px  0;
	margin:0px;
	background:#fff;
}
#inner-container{
	width: 645px;
	height:auto;
	float:left;
	margin:0px 20px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:19px;
	text-align:justify;
}
#inner-container h2{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	border-bottom: 2px dotted #d9d9d9;

}
#inner-container h3{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:19px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin: 5px 0px 0px 0px;
	padding:0px;


}
#inner-container img{

}
#inner-container p{
	text-align:justify;
	padding-top:10px;
	font-size: 12px;
	color:#5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
}
#bannernav
{
	float:left;
	width:1000px;
	height:110px;
	background-image: url(../images/navbg.png);
	background-repeat: repeat;
	margin: 0 0 15px 0;
}
#bannernav img
{
	float:left;
	width:80px;
	height:80px;
	padding: 0 15px 0 0;
}
#bannernav p
{
	font-family: 'Oswald', sans-serif;
	color:#000000;
	font-size:20px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0;
	padding: 15px 0px 0px 0px;
 }
	
#bishop_outer{
	width:195px;
	height:auto;
	float:left;
	padding:0 0px 15px 0;
	margin:0px 20px 0px 0px;
	background-color:#f6f6f6;
}
#pope
{
	width:195px;
	height:auto;
	float:left;
	padding:18px 0 10px 0;
	text-align: center;
}
#pope img
{
	padding:0 0 0px 0;
	border:3px solid #fff;
}
#pope p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	
}
#pope h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	
}
#institutions
{
	float:left;
	width:303px;
	margin: 0px 0 0 0;
	border: 1px solid #e9e9e9;
}
#institutions_hd
{
	float:left;
	width:293px;
	height:35px;
	margin: 0px 0 0 0;
	background: #f99300;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	padding: 0 0px 0 10px;
	text-shadow: 1px 1px 1px rgba(122, 122, 122, 1);
}
#institution_name
{
	float:left;
	width:273px;
	height:200px;
	margin: 0px 0 0 0;
	background-image: url(../images/institution.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#institution_name ul
{
	padding: 0px 0px 0 25px;
	margin: 0px;
	
	

}
#institution_name li
{
	list-style:url(../images/listimg.png);
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	

}
#institution_name li a
{
	text-decoration:none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	

	
}
#directory
{
	float:left;
	width:303px;
	height:93px;
	margin: 20px 0 0 0;
	
}
</pre></body></html>