/*CG STYLES*/
* {
	margin: 0;
	padding: 0;	
}

body {	
	margin-bottom: 1em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
	font-size: 10pt;	
	font-family: Arial, Helvetica, sans-serif;

	/* Center in IE5.5 */
	text-align: center;
}

p {
	margin-bottom: 15px;
}

td {
	font-size: 10pt;	
	font-family: Arial, Helvetica, sans-serif;
}

div#container {
	position: relative;
	/*width: 750px;
	max-width: 750px*/;
	min-width: 850px;	
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	width:expression(document.body.clientWidth < 850 ? "850px" : "auto" );

	/* Don't center text, only div#container */
	text-align: left;
}

#header {
	height: 160px;
	overflow: hidden;
}

div#logo {
	float: left;
	width: 142px;
	height: 149px;
	margin-right: 31px;
}

div#verse {
	position: absolute;
	top: 0px;
 	right: 0px;  
	width: 577px;
	height: 61px;
	font-size: 10pt;	
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

div#toptitle {
	position: absolute;
	top: 61px;
	left: 173px;
	line-height: 35px;
	font-weight: bold;
	font-size: 14pt;	
}

/* Navigation */

ul#navMain {
	position: absolute;
	top: 96px;
	left: 173px;
	height: 38px;
	margin: 0;
	list-style-type: none;	
}

ul#navMain li {
	display: inline;
	background-image: none;	
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	font-size: 11pt;
	line-height: 38px;	
}

ul#navMain li.first-child {
	/* IE compatibility */
	border-left: none;		
}

ul#navMain li a {		
	padding: 0.2em 0.5em 0.2em 0.8em;	
	color: #000000;
	text-decoration: none;
}

ul#navMain li.first-child a {
	/* IE compatibility */
	padding-left: 0;
}

ul#navMain li a:hover {	
	text-decoration: underline;
	background-color: transparent;
}

/* Mark the current page */
body#chess a.chess,
body#community a.community,
body#about a.about,
body#gallery a.gallery,
body#highschool a.highschool,
body#athletics a.athletics,
body#MUMS a.MUMS,
body#resources a.resources {
	font-weight: bold;
}

/*Page elements*/
#announcebox {
	background-color: #DCD8BF;
	border: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;	
	margin: 5px 0px 20px 0px;
	padding: 10px 100px 10px 100px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#sorting {
	text-align: right;
	font-size: 8pt;
	margin: 0px 0px 10px 0px;
	padding: 6px 20px 6px 20px;
	border-top: 1px solid #DCD8BF;
	border-bottom: 1px solid #DCD8BF;
	background: url(/images/sortbg.gif);
}

#posted {
	/*width: 750px;*/
	color:#666666;
	font-size: 8pt;
	font-weight: normal;
	border-top: 1px dotted #DCD8BF;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 10px 40px 10px 0px;
}

#Addresses {
	float: left;
	width: 265px;
	padding-right: 10px; 
	border-right: solid black 1px;
}

#BaseContent {
	margin-left: 400px;
}

#OneColumn {

}

#Articles {
	/*width: 750px;*/
}

#leftof2 {
	float: left;
	width: 350px;
	padding-right: 20px;
	border-right: solid black 1px;
	margin-bottom: 30px;
}

/* This is the Tan Hack and Commented Backslash hack to compensate for Internet Explorer incompatibilities \*/
* html div#leftof2 {
	width: 371px;
}
/* End Tan Hack -- don't edit these comments!*/

#rightof2 {
	margin-left: 390px;
	margin-bottom: 30px;
}

ul#vertical {
	margin-left: 20px;
	margin-bottom: 20px;
}

ul#vertical li {
	font-size: 10pt;
	line-height: 1.7em;
}

/*Font Styles*/
.sectionhead {
	font-size: 12pt;
	border-bottom: 1px dotted #a1a5a9;
	color: #7A6643;
	font-weight: bold;
	margin-bottom: 5px;
}

.subsectionhead {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.7em;
}

.bodytype {
	font-size: 10pt;
	line-height: 1.7em;
}

.divider {
	line-height: 20px;
	border-bottom: 1px dotted #a1a5a9;
	margin-top: 10px;
	margin-bottom: 10px;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #336633;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/images/icon_arrow.gif) no-repeat top left;

}

.expires {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: brown;
	font-weight: normal;
}

.articlebody {
}


a:link {color: brown; text-decoration: none;}
a:visited {color: brown; text-decoration: none;}
a:active {color: brown; text-decoration: underline;}
a:hover {color: brown; text-decoration: underline;}

/*Editor Styles*/

.editortext {
	font-size: 8pt;
}

.even {
	background-color:#DDDDDD;
}
