@charset "utf-8";
/* CSS Document */

/* ------- Overal page layout ---------------------- */
body { 
background-color:#999999;
height:100%;
width:100%;
padding-top:16px;
padding-bottom:16px;
margin: 0px;
line-height: 16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.6875em;
font-weight:normal;
color:#000000;
} 

#page {
width:900px;
margin:0 auto;
padding:0px;
border:0px;
float:none;
clear:both;
background-color:#FFFFFF !important;
}

/* 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{
z-index:1;
position: relative;
left:-740px; 
width:5px; 
background-color:#ffffff;
min-height: 150px;
height: auto !important;
height: 150px;
}
		
#colRight{
z-index:2;
position: relative;
left:5px;
width:800px; 
padding: 15px;
background-color:#ffffff;
}

/* 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 */
p{margin:0px;}

h1 {
font-family:Georgia, Times New Roman, Times, serif;
font-size: 1.636em;
font-weight: bold;
color: #00416E;
margin:0px;
}

h2 {
font-size: 1.09em;
font-weight: bold;
text-decoration: none;
color: #00416E;
margin:0px;
}

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;}
#colLeft p {display:none;}
#colLeft div{display:none;}