/* CSS Document */

body {
	margin-top: 15px;
}

.frame {
	width: 972px;
	border: 1px solid #05266D;
	background: #FFF url(content_bg.gif) repeat-y top left;
}

.header {
	height: 219px;
	width: 970px;
}

.headerLeft {
	float: left;
	width: 167px;
	height: 219px;
}

.headerText {
	float: right;
	width: 803px;
	height: 141px;
}

.headerFlash {
	float: right;
	width: 803px;
	height: 78px;
}

.footerEnclose {
	width: 970px;
	height: 77px;
	background: #0F3487 url(It_Must_Be_St_Marys_footer.gif) no-repeat bottom left;
	padding: 15 7 10 7px;
	color: #FFF;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
}

.footer {
	color: #FFF;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
}

#footerLeft {
	float: left;
}

#footerLeft a, #footerLeft a:link, #footerLeft a:visisted, #footerLeft a:active {
	color: #FFF;
	text-decoration: none;
}

#footerLeft a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerRight {
	float: right;
}

#footerRight a, #footerRight a:link, #footerRight a:visisted, #footerRight a:active {
	color: #FE6062;
	text-decoration: none;
}

#footerRight a:hover {
	color: #FC999B;
	text-decoration: underline;
}

.menu {
	width: 164px;
	/*background: #D1D7E4;*/
	color: #444444;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
}

.content {
	width: 515px;
	padding: 10 16 10 16px;
	color: #444444;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
	border-right: 1px solid #D1D7E4;
}

.contentInner {
	width: 774px;
	padding: 10 16 10 16px;
	color: #444444;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
}

.quickEntry {
	width: 226px;
	padding: 18 16 18 16px;
	color: #444444;
	font-family: Arial, Verdana, Tahoma, san-serif;
	font-size: 12px;
}

h1 {
	color: #092564;
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 0 0px;
}

/* Main Menu */
.MainMenu_MenuContainer { /* Main Menu table outline */
	background-color: transparent; 
	width: 164px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 30px;
	background-color: Transparent;
}
.MainMenu_MenuContainer table tbody tr td { /* Main Menu item only casing (not Sub Menu item) - Won't work in tr.MainMenu_MenuItem */
	text-align: right;
	border-bottom: 1px solid #092564;
	padding: 0 5 0 0px;
}
tr.MainMenu_MenuItem { /* Main Menu item only styling (not Sub Menu item) */
	cursor: pointer; 
	cursor: hand; 
	color: #092564; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: 0px; 
	border-bottom: 0px;
	border-top: 0px; 
	border-right: 0px; 
	background-color: Transparent;
	height: 30px;
}
tr.MainMenu_MenuItemSel { /* Main Menu item only rollover (selected) styling (not Sub Menu item) */
	cursor: pointer; 
	cursor: hand; 
	color: #092564; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #B9C4DC;
	height: 30px;
}
.MainMenu_SubMenu { /* Sub Menu table outline */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #D1D7E4; 
	filter: none; 
	border-bottom: 0px;
	border-left: #05266D 1px solid;
	border-top: #05266D 1px solid;
	border-right: #05266D 1px solid;
	border-bottom: #05266D 1px solid;
}
.MainMenu_SubMenu td { /* Sub Menu item only casing (not Main Menu item) */
	/*border-bottom: #05266D 1px solid;*/
	height: 25px;
}
.MainMenu_MenuItem { /* Sub Menu item only styling (not Main Menu item) */
	cursor: pointer; 
	cursor: hand; 
	color: #092564; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: 0px; 
	border-bottom: 0px; 
	border-top: 0px; 
	border-right: 0px; 
	background-color: Transparent;
	/*background: url("1px_border.gif") repeat-x bottom left;*/
}
.MainMenu_MenuItemSel { /* Sub Menu item only rollover (selected) styling (not Sub Menu item) */
	cursor: pointer; 
	cursor: hand; 
	color: #092564; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #B9C4DC;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	/*background-color: red;*/ /* Puts a border of this colour around the Sub Menu item */
	/*background-color: Transparent; /*#092564; /* Rollover works correctly when there is no background-color */
	background-color: #D1D7E4;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	text-align: center; 
	width: 0px; 
	height: 25px;
}
.MainMenu_MenuBreak {
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	background-color: Transparent;
	height: 1px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


#topmenu td.MainMenu_MenuItem, td.MainMenu_MenuItem {
	
}
#topmenu td.MainMenu_MenuItemSel, td.MainMenu_MenuItemSel {
	background: #B9C4DC;
}


