@charset "utf-8";
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #29547E;
}
h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0px;
	padding: 0px;	
}
#wrapper {
	width: 900px;
	min-height: 423px;
	background-color: #FFF;
	#position: relative;
	#top: -50%;
}
#header {
}
#topbar {
	background-color: #336699;
	height: 7px;
	margin-bottom: 1px;
}

#logo {
	background-color: #336699;
	height: 178px;
	width: 143px;
	float: left;
}
#address {
	background-color: #336699;
	float: left;
	height: 178px;
	width: 331px;
}
#headerpic {
	float: right;
	height: 178px;
	width: 425px;
}
#navbar {
	background-color: #C6E2FF;
	clear: both;
	margin-bottom: 1px;
}
#navbar #menus {
	height: 32px;
	text-align: center;

}
#navbar #menus ul {
	padding-top: 6px;
}
#navbar #menus ul li{
	display: inline;
	height: 32px;
	
}

#navbar #menus ul li a:link, #navbar #menus ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D3771;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration:none;
	padding: 7px 15px 8px;
}
/*#navbar #menus ul#submenus li a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	background-color: #99CCFF;
}*/

#navbar #menus ul li a:hover, #navbar #menus ul li a:active {
	background-color: #99CCFF;
}	

#content {
	background-color:#FFF;
	position: relative;
	height: 100%;
	min-height:423px;
}
#stcathpic {
	width: 195px;
	height: 100%;
	min-height:100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #BCC0CB;
	background-image: url(../img/stcath.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bodycontent {
	min-height: 363px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	padding: 30px;
	background-color: #DFEFFF;
	width: 644px;
	position: relative;
	left: 196px;
	line-height: 150%;

}
#twoCols #bodycontent {
	min-height: 363px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	padding: 30px;
	background-color: #DFEFFF;
	width: 644px;
	position: relative;
	left: 196px;
	line-height: 150%;

}
#bodycontent table {
	width: 95%;
	margin-left: 8px;
}

#bodycontent p {
	margin-top: 6px;
	margin-bottom: 6px;
}
#bodycontent h1 {
	font-size: 16px;
	color: #0D3771;
	margin-bottom: 16px;
}
#bodycontent h3 {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #0D3771;
}


#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	color: #0D3771;
	background-color: #99CCFF;
	width: 192px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	min-height:100%;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	color: #0033CC;	
}
#sidebar h2 {
	font-size: 13px;
	margin-bottom: 12px;
}
#sidebar h3 {
	font-size: 11px;
	margin-bottom: 10px;
}
#sidebar ul {
	margin-bottom: 15px;
	list-style-type: none;
	line-height: 16px;
}


#footer {
	background-color: #336699;
	font-family: Verdana, Geneva, sans-serif;
	color: #99CCFF;
	font-size: 9px;
	line-height: 37px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #99CCFF;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #99CCFF;
}
img.greyborder {
	border: 1px solid #47464C;
}
img.whiteborder {
	border: 1px solid #FFF;
}
.centerText {
	text-align: center;	
}
