@charset "iso-8859-1";
/* author: Jeff McCormack, www.jhmdesigns.com */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	background: url("images/canvas.jpg") repeat;
	}

/* links */	
a:link     { text-decoration: underline; color: #990000; padding-bottom: 20px}
a:active   { text-decoration: underline; color: #ff0000 }
a:visited  { text-decoration: underline; color: #CC6633 }
a:hover    { text-decoration: underline; color: #004E4E }	
	
/* main heading properties */
H1	{
	font-family: "Matura MT Script Capitals", "Lucida Calligraphy", "Monotype Corsiva", "Script MT Bold", italic;
	font-size: 46px;
	text-align: center;
	color: #663333;
	padding-top: 40px;
	margin-bottom: -4px; 
	}

/* subpage heading properties */	
H2 	{
	font-family: "Matura MT Script Capitals", "Lucida Calligraphy", "Monotype Corsiva", "Script MT Bold", italic;
	font-size: 32px;
	text-align: center;
	color: #663333;
	padding-right: 50px; 
	margin-top: 10px;
	margin-bottom: 0px; 
	}	
	
/* subpage heading properties */	
H3 	{
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	color: #663333;
	margin-bottom: 0px; 
	}

/* indent first line of paragraph */
P	{
	text-indent: 2em;
	}

/* sets the header properties for the page topic */
P.pageheader
	{
	text-align: center;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #663333;
	}
 			
/* heading horizontal rule properties */
HR	{
	text-align: center;
 	width: 704px;
	margin-top: -18px;
	margin-bottom: 35px;
	}

/* formats text within picture frame */	
#mission
	{
	text-align: left;
	font-size: 13px;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif; 
	margin-left: 22px;
	margin-right: 22px;	
	}	

/* used for creating centered subheadings on the tuition page */
.subheading
	{
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #663333;
	}
	
/* used for creating left-justified subheadings on the tuition page */
.subheading_left
	{
	text-align: left;
	font-weight: bold;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #663333;
	margin-left: -10px;
	}
	
/* site navigation */
#homenav	{
	font-size: 50px;
	}

#topnav ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	white-space: wrap;
	text-align: center;
    }
	
#topnav li { 
    display: inline; 
    margin-right: 1.3em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

#bottomnav ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	white-space: wrap;
	text-align: center;
    }
	
#bottomnav li { 
    display: inline; 
    margin-right: 1.3em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	}
	
.footer
	{
	text-align: center;
	font-size: 12px;
	color: #663333;
	}	
