/****Things to do*************
Main CSS page for CCAT Site 
Make font consistent throughout?
********************************/
/* Default body styles */
body {
	background-image: url(novatop.png);
	background-repeat: no-repeat;
	background-color: #55944a;
	font-size: 1.0em;
	font-family: Arial, 'Times New Roman', serif;
	color: #000;
}
p.mission {
	font-size: 1.5em;
	color: #000;
}
img.logo {
	position: relative;
	top: 20px;
	left: 10px;
	border: 1px solid #000;
	border-width: medium;
	border-color: purple;
	padding: 10px;
	background-color: #ffff99;
}
img.images {
	border: 1px solid purple;
	border-width: medium;
	}
h1.header {
    position: absolute;
	left: 200px;
	top:0px;
	border: none;
	padding: 5px;
	padding-bottom: none;
	font-family: times, 'Times New Roman', serif;
	font-size:3.0em;
	color: purple;
	}
/* A school of choice/ a different voice */
h3.quote {
	position: absolute;
	left: 240px;
	font-family: Arial, 'Times New Roman', serif;
	color: #ffff99;
	}
	
ul.navbar {
	list-style-type:none;
	font: bold 12px 'Lucida Grande',Verdana,sans-serif;
	padding: 10px;
	padding-top:0px;
	width:170px;
	font: bold 14px 'Lucida Grande',Verdana,sans-serif;
}
li.navbar {
	background-color: none;
	margin: 0;
	padding:4px ;
	border: 0px solid #000;
} 

	
ul.navbar a:link, ul a:visited, ul a:active {
	display:block;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #000;
	background-color: purple;
	color:#86d286;
	-moz-border-radius:4%;
}
ul.navbar a:hover {
	color: purple;
	background: #fff9a2 ;
	border-color: #000;
	
}

ul.navbar a:visited a:hover {
	color:purple;
	background: #fff9a2;
	border-color: #000;
}


	
/* Div section */
/* Masthead */ 
#masthead {
	width: 900px;
	margin-top:25px;
	margin-left: 20px;
	border-bottom: 1px solid #000;
	border-color: purple;
	border-width: medium;
}
#content {
	padding-right: 10px;
	padding-top: 10px;
	border-right: 1px solid #000;
	border-width: medium;
	border-color: purple;
	position: relative;
	top: 40px;
	margin-left: 250px;
	width: 600px;
	}
#navbar {
    position: absolute;
    left: 0px;
    right: 850px;
    top: 210px;
    width: 210px;
    border: none;
	border-right: 3px solid purple;
    background-color: none;
    }
#footer {
	clear: all;
	position: relative;
	width:600px;
	margin-left: 200px;
	border: none;
	padding-top: 15x;
	}
address.footer {
	font-family: Arial, 'Times New Roman', serif;
	font-size: 15px;
	padding: 10px;
	margin-left: 10px;
	clear: all;
	position: relative;
	}
