/* CSS document by Jeff Wood for Cathedral High School */

       /* CHS colors: BLUE=#003597  YELLOW=#f2c100 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222222;
	background-color:#02042a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 5px;
	padding: 0;
}
html {
  scrollbar-arrow-color: #f2c100;
  scrollbar-face-color: #003597;
  scrollbar-base-color: #f2c100;
  scrollbar-3dlight-color: #f2c100;
  scrollbar-darkshadow-color: #333333;
  scrollbar-shadow-color: #e9e9e9;
}
#masthead {
	color: #999999;
	/* background-color: #003597; */
	padding: 0px;
	margin: 0;
}
#menu {
	/* background-color: #003597; */
	padding: 0px;
	margin: 0;
	clear: both;
}   
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 680px;
	float: left;
}
#left {
	width: 300px;
	float: left;
}
#left .content {
	padding: 4px;
	/* Managed in p7tp_01.css */
	font-size: 0.7em;
	line-height: 1.5em;
	/* ---------------------- */
}
#right .content {
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.65em;
}
.tableheader {
	color: #222222;
	padding: 3px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
.tablebody {
	color: #222222;
	padding: 3px;
	margin: 0;
	font-size: 1.1em;
}
/* 
#masthead .content {
	padding: 12px 16px; 
}
#menu .content {
	padding: 12px 16px; 
}
*/

#footer .content {
    padding: 10px 20px;
	text-align: center;
}
#footer {
	color: #eeeeee;
	background-color: #003597;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: none;
}
#left a:link {
	color: #003597;
	font-weight: bold; 
    text-decoration: underline;
}
#left a:visited {
	color: #003597;
	font-weight: bold; 
    text-decoration: underline;
}
#left a:hover {
	color: 003597;
	font-weight: bold; 
    text-decoration: none;
}
#right a:link {
	color: #003597;
	font-weight: bold; 
    text-decoration: underline;
}
#right a:visited {
	color: #003597;
	font-weight: bold; 
    text-decoration: underline;
}
#right a:hover {
	color: #003597;
	font-weight: bold; 
    text-decoration: none;
}

/*
#footer a:link 
    color: #eeeeee;
	text-decoration: underline;
#footer a:visited 
    color: #eeeeee;
	text-decoration: underline;
#footer a:hover 
    color: #eeeeee;}
	text-decoration: none;
*/

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
