html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #523244;
	font-family: sans-serif;
	text-align: center;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #3D7214;
}

div.namehead {
	font-weight: bold;
	font-size: 2.5em;
	color: #3D5214;
	text-align: left;
	padding: 5px;
}

div#maincontainer {
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

div.background {
	background: #FFFFFF;
	width: 800px;
	border: 0px;
	border-style: solid;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.image {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}

#monasidimage {
	width: 280px;
}

div.tabrow {
	margin-top: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.tab {
	font-size: 1.25em;
	color: #AAAAAA;
/*	display: inline;*/
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFFFF;
	border-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

.tab:hover {
	border-bottom-color: #666666;
	color:  #666666;
}

.tab#active {
/*	border-bottom-color: #5D0000;*/
	border-bottom-color: #A6BF75;
	color:#333333;
}

div.maincontent {
	margin: 4px;
//	margin-top: 20px;
	margin-bottom: 4px;
	text-align: left;
/*	background: #EEEEEE;*/
}

div.contentcontainer {
/*	background: #CCCCCC;*/
	background: #DDDDDD;
	text-align: left;
	margin: 0px;
	padding: 8px;
}

div.designtabbar {
	background: #EEEEEE;
	padding-top: 7px;
	padding-bottom: 10px;
	opacity: 1;
	height: 1.3em;
	
/*	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;*/
}

div.designtabbarhidden {
	opacity: 0;
	height: 0px;
}

a.designtab {
	padding-top: 4px;
	padding-bottom: 1px;
	margin-left: 6px;
	margin-right: 6px;
	color: #AAAAAA;
	font-size: 1.1em;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	opacity: 1;
		
/*	-webkit-transition: opacity 0.5s ease-in-out 0.5s;
	-o-transition: opacity 0.5s ease-in-out 0.5s;
	-moz-transition: opacity 0.5s ease-in-out 0.5s;
	transition: opacity 0.5s ease-in-out 0.5s;*/
}

a.designtab#back {
	border: 0px;
}

a.designtabactive {
/*	border-bottom: 2px;
	border-bottom-style: solid;*/
/*	border-bottom-color: #5D0000;*/
	border-bottom-color: #8A0000;
	color: #000000;
}


div.copyright {
	color: #333333;
	font-size: .75em;
	margin-top: 6px;
}

li {
	margin-bottom: 2px;
	line-height: 130%;
}

p {
	line-height: 130%;
}

h4 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}

.ital {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}








