@charset "utf-8";
/* CSS Document */

/* ------- Overal page layout ---------------------- */
body { 
background-color:#fff;
height:100%;
width:100%;
margin: 0px;
line-height: 1.5em;
font-family:"Times New Roman", serif ;
font-size: 18px;
color:#000;
} 

#page {
margin:0 auto;
margin-left: -5em;
padding:0px;
border:0px;
float:none;
clear:both;
}

/* GLOBAL NAV */
/*#navparent {
display:none;
}*/

/* MESSIAH HEADER */
#headerleft {
float:left;
width:160px;
height:65px;
background-color:#ffffff;
background-image:url(../../Templates/images/MCLogoBW.gif);
}

#headerright {
display:none;
}

/* BLUE SPACER */
#bluespacer {
height:2px;
background-color:#000000;
float:left;
clear:both;
}

/* SITE GLOBAL NAV */
#siteglobal {
display:none;
}


/* ONE COLUMN DIV */
#content {
width:900px;
padding:0px;
background-color:#FFFFFF;
}

#center {
width:890; 
padding:10px;
}

/* TWO COLUMN DIVS */
#container{
width:900px;
background-color: #ffffff; 
}
		
#rightConLeftCol{
float:right;
width: 160px; 
background-color:#ffffff;
}
		
#leftConRightCol{
float:left;
width:740px; 
background-color:#ffffff;
}
		
#colLeft{
display:none;
}
		
#colRight{
	visibility:hidden;
}

/* LEFT NAV MENU UNORDERED LIST */
/*#colLeft ul {
display:none;
}*/

/* LEFT GLOBAL NAV MENU UNORDERED LIST */
/*#colLeft ul#global {
display:none;
}*/

/* LEFT AUDIENCE NAV MENU UNORDERED LIST */
/*#colLeft ul#audience {
display:none;
}*/

/* LINK STYLES */
A { color:#00416E; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:visited {text-decoration:underline;}
#colLeft A {color: #663333;	text-decoration: none;}
#colLeft A:hover {color: #000000; text-decoration: none;}
#colLeft A:visited {text-decoration: none;}
#siteglobal A {color:#000000; text-decoration:none;}
#siteglobal A:hover {color:#000000; text-decoration:underline;}
#siteglobal A:visited {text-decoration:none;}
#colLeft ul#global A {color:#f6eee5; text-decoration:none}
#colLeft ul#global A:hover {color:#ffffff; text-decoration:none}
#colLeft ul#global A:visited {text-decoration:none}
#colLeft ul#audience A {color:#00416E; text-decoration:none}
#colLeft ul#audience A:hover {color:#000000; text-decoration:none}
#colLeft ul#audience A:visited {text-decoration:none}

/* FONT STYLES */
h1 {
font-family:Georgia, Times New Roman, Times, serif;
font-size: 1.636em;
color: #00416E;
}

h2 {
font-size: 1.09em;
color: #00416E;
}

h4 {font-size:1.4545em; font-weight:normal; margin:0px;}
h5 {font-size:1.2727em; font-weight:normal; margin:0px;}
h6 {font-size:0.909em; font-weight:normal; margin:0px;}

/* MISC */
/*ul {margin:0; padding:0;}
ul li {margin-left:15px;}*/


#footer {
display: none;
}

.main_images{
display:none;
}


#headerrightP{
display: none;
}

#headerleftTall{
margin-left: 35em;
}
	

