body {
	margin: 0;
	color: #333;
	font-family: Georgia;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

div#top {
	background-color: #014363;
	height: 100px;
	margin-bottom: 20px;
}

div#pageWrapper {
	margin: 0 auto 0 auto;
	width: 914px;
	background-color: #FFF;
	height: 100%;
}

div#logo {
	float: left;
	margin: 0 20px 0 0;
	/*background-color: #333;*/
	height: 100%;
	width: 78px;
	height: 145px;
}

div#logo img {
	border: 0px;
}

div#logo a {
	border: 0px;
	background: transparent;
}

div#mainContainer {
	width: 815px;
	float: left;
}

div#footerContainer {
	/*background-color: #BBEAFE;*/
	border: 1px solid #EEE;
}

div#footer {
	padding: 15px;
	font-family: Arial;
	color: #333;
	font-weight: bold;
}

div#footerBox {
	float: left;
	margin-right: 70px;
}

div#footerName {
	font-size: 18px;
	margin-bottom: 5px;
}

div.footerRow {
	font-size: 14px;
	margin-bottom: 5px;
}

div#menuContainer {
	margin-bottom: 20px;
}

div#contentContainer {
	background-color: #EEE;
	padding: 20px 20px 20px 20px;
}

div.menuRuler {
	height: 8px;
	background-color: #CCC;
}

div.menuRow {
	height: 24px;
}

div.menu1Item, div.menu1ItemSelected, div.menu2Item,  div.menu2ItemSelected, div.menu3Item, div.menu3ItemSelected {
	line-height: 24px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

a.noBg {
	background-color: transparent;
}

div.menu1Item, div.menu1ItemSelected {
	font-size: 14px;
	padding: 0 25px 0 25px;
}

div.menu2Item, div.menu2ItemSelected {
	font-size: 12px;
	padding: 0 25px 0 25px;
	font-weight: normal;
}

div.menu3Item, div.menu3ItemSelected {
	font-size: 10px;
	padding: 0 25px 0 25px;
	font-weight:normal;
	text-transform:none;
}

div.menu1ItemSelected {
	/*background-color: #BBEAFE;*/
	background-color: #EEEEEE;
}

div.menu2ItemSelected {
	/*background-color: #BBEAFE;*/
	background-color: #EEEEEE;
}

div.menu3ItemSelected {
	/*background-color: #BBEAFE;*/
	background-color: #EEEEEE;
}

div.menu1Item a, div.menu1ItemSelected a, div.menu2Item a, div.menu2ItemSelected a, div.menu3Item a, div.menu3ItemSelected a{
	text-decoration: none;
	background-color: transparent;
}

div.menu1Item a, div.menu1ItemSelected a {
	color: #333;
	background-color: transparent;
}

div.menu2Item a {
	color: #333;
	background-color: transparent;
}

div.menu2ItemSelected a {
	color: #333;
	background-color: transparent;
}

div.menu3Item a {
	color: #333;
	background-color: transparent;
}

div.menu3ItemSelected a {
	color: #333;
	background-color: transparent;
}

div#leftWrapper {
	width: 524px;
	height: 100%;
	/*border-right: 1px solid #FFF;*/
	float: left;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #FFF;
}

h1.loose {
	font-weight: normal;
	font-size: 30px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #FFF;
	color: #333;
	float: left;
}

h2, h2.loose {
	font-weight: normal;
	font-size: 22px;
	background-color: #FFF;
	padding: 5px;
}

h2.loose {
	margin: 0 0 5px 0;
	float: left;
}


h3 {
	font-size: 18px;
	padding: 5px 5px 5px 5px;
	background-color: #333;
	color: #FFF;
	font-weight: normal;
	float: left;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 5px 0px;
}

div.textContainer {
	background-color: #FFF;
	padding: 10px;
	margin-right: 20px;
	line-height:20px;
}

p {
	margin-top: 0px;
}

div#calendarNavRow {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

span#calendarWeekNr {
	font-size: 20px;
}

div#calendarNavNext, div#calendarNavPrevious {
	background-color: #333;
	color: #FFF;
	width: 80px;
	text-align: center;
	padding: 5px 0 5px 0;
	cursor: pointer;
}

a.calendarNavLink {
	color: #FFF;
	text-decoration: none;
}

div#calendarNavNext {
	float: right;
}

div#calendarNavPrevious {
	float: left;
}

div#calendarNavPrevious {
	float: left;
}

div.calendarDayContainer {
	border-bottom: 1px solid #CCC;
	padding: 10px 0 10px 0;
}

div.calendarDateBox, div.calendarDateBoxSunday {
	width: 60px;
	height: 65px;
	background-color: #EEE;
}
div.calendarDateBoxSunday {
	background-color: #FFCCCC;
}

div.calendarDateBoxContainer {
	float: left;
	height: 100%;
	margin-right: 10px;
}

div.calendarDayName, div.calendarDayMonth, div.calendarDayNr {
	text-align: center;
}

div.calendarDayName {
	padding-top: 5px;
}

div.calendarDayNr {
	font-size: 20px;
}

div.breaker {
	clear: both;
}

div.calendarDayItemsContainer {
	
}

div.calendarItemContainer {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	float: right;
	width: 410px;
	margin-bottom: 10px;
}

div.calendarItemTime {
	font-weight: bold;
	float: left;
	height: 100%;
	margin-right: 10px;
	font-size: 16px;
}

div.calendarItemText {
	float: left;
	height: 100%;
	width: 370px;
}

div.moduleText {
	line-height: 16px;
}

div.moduleContentContainer {
	background-color: #FFF;
	padding: 10px;
	font-size: 11px;
}

div.standardRow {
	margin: 0 0 5px 0;
}

input {
	font-family: Georgia;
	font-size: 11px;
	padding: 5px;
}

input.text {
	background-color: #BBEAFE;
	color: #333;
	border: 0px;
	width: 201px;
	font-style: italic;
}

textarea.textarea {
	background-color: #BBEAFE;
	color: #333;
	border: 0px;
	width: 201px;
	height: 65px;
	font-family: Georgia;
	font-size: 11px;
	padding: 5px;
	font-style: italic;
	overflow: auto;
}

input.button {
	border: 0px;
	background-color: #333;
	color: #FFF;
}

a {
	background-color: #BBEAFE;
	color: #333;
	text-decoration: none;
}

div.moduleContainer {
	/*margin-bottom: 20px;*/
}

div.cermonLeftCol {
	float: left;
	width: 150px;
	font-weight: bold;
}

div.cermonContainer {
	border-bottom: 1px solid #CCC;
}

div#quoteBox {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
	font-size: 22px;
}

div#reflectionContainer {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 0 0 10px 0;
}

div#reflectionContainer p {
	text-align: justify;
	line-height: 20px;
}

div.commentText {
	padding: 5px;
	font-size: 11px;
	border: 1px solid #CCC;
}
div.commentInfo {
	background-color: #CCC;
	float: left;
	padding: 2px;
	font-size: 10px;
	clear: both;
}

div.moreReflectionRow {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

div#reflectionImage {
	margin-right: 10px;
	float: left;
}

div.startRowContainer {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}

div.twoThirdsCol {
	width: 523px;
	border-right: 1px solid #FFF;
	float: left;
}

div.twoThirdsColContent {
	margin-right: 20px;
	padding: 10px;
	background-color: #FFF;
	line-height: 20px;
}

div.twoThirdsColHeader {
	margin-right: 20px;
	margin-bottom: 10px;
}

div.oneThirdRightCol {
	width: 231px;
	float: left;
	margin-left: 20px;
}

div.oneHalfRight {
	width: 367px;
	float: left;
	margin-left: 20px;
}

div.oneHalfLeft {
	width: 387px;
	float: left;
	border-right: 1px solid #FFF;
}

div.oneThirdLeftCol {
	float:left;
	width:251px;
	border-right: 1px solid #FFF;
}

div.oneThirdCenterCol {
	width: 251px;
	float: left;
	margin-left: 20px;
	border-right: 1px solid #FFF;
}

div.oneHalfLeftContent {
	padding-right: 20px;
}

div#mediaspace, div#mediaspace_faith {
	margin-bottom: 10px;
}

div.nextGatheringBackground {
	width: 347px;
	height: 195px;
	margin-bottom: 10px;
}

div.nextGatheringBackgroundSmall {
	margin-bottom: 10px;
	width: 212px;
	height: 120px;
}

div.nextGatheringTextContainer {
	position: relative;	
	top: 76px;
	left: 0px;
	height: 90px;
}

div.nextGatheringTextContainerSmall {
	position: relative;	
	top: 44px;
	left: 0px;
	height: 78px;
}

div.nextGatheringTrans {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
}

div.oneThirdLeftColContent {
	margin-right: 20px;
}

div.oneThirdCenterColContent {
	margin-right: 20px;
}

div#rightWrapper {
	float: left;
	padding: 0 0 0 20px;
	width: 230px;
	border-left: 1px solid white;
}

div.educationListRow {
	border-bottom: 1px solid #EEE;
	margin-bottom: 5px;
}