@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------------------- 
   
   Layout Styles   
     
-------------------------------------------------------------- */   

 
#logoDiv {
	text-align: center;
	padding-top: 30px;
}
#menuDiv {
	margin-right: 120px;
	margin-left: 120px;
	margin-top: 30px;
	line-height: 25px;
	color:#664400;
	height:100px;
	width: 450px;
	
	
}
#mainDiv {
	padding-top: 0px;
	width: 691px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/layout/container_background.gif);
	background-position:center;
	min-heigh:500px;
    height: 100%
	
}
#contentDiv {
	margin-right: 138px;
	margin-left: 138px;
	padding-bottom:40px;
	min-height:500px;
    clear:both; !important
}
body {
	text-align: center;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
	background-image: url(images/layout/blue_backgound_color.gif);
	height: 100%;
	
}

/* -------------------------------------------------------------- 
   
   Headings  
     
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
    font-family: Arial, Helvetica, sans-serif; 
	clear:both;	
}


h2
{ 
   font-size: 22px;
   margin-top:10px;
   margin-bottom:10px;
}

h3
{ 
   font-size: 15px;
   font-weight:bold;
}



/* -------------------------------------------------------------- 
   
   Links  
     
-------------------------------------------------------------- */   

a:link {
	color:#09599d;
	text-decoration:none;
}
a:visited {
	color:#09599d;
	text-decoration:none;
}
a:active, a:hover {
	color:#09599d;
}
/* -------------------------------------------------------------- 
   
   Menu highlighting  
     
-------------------------------------------------------------- */  
ul#nav {
	list-style: none;
	text-align:center;
	padding-left:0px;
	font-size:14px;
	
}
#nav li {
	
	padding-left: 5px;
	display:inline;
}
#nav li a {
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
#nav li.space {
	color:#000;
	font-size:16px;
}
body.news #nav, body.news #nav li.one a, #nav li.one a:hover {
	color:#09599d;
}
body.about #nav, body.about #nav li.two a, #nav li.two a:hover {
	color:#09599d;
}
body.teachers #nav, body.teachers #nav li.three a, #nav li.three a:hover {
	color:#09599d;
}
body.classes #nav, body.classes #nav li.four a, #nav li.four a:hover {
	color:#09599d;
}
body.Festivities-Activities #nav, body.Festivities-Activities #nav li.five a, #nav li.five a:hover {
	color:#09599d;
}
body.travel #nav, body.travel #nav li.six a, #nav li.six a:hover {
	color:#09599d;
}
body.Accommodation #nav, body.Accommodation #nav li.seven a, #nav li.seven a:hover {
	color:#09599d;
}
body.costs #nav, body.costs #nav li.eight a, #nav li.eight a:hover {
	color:#09599d;
}
body.register #nav, body.register #nav li.nine a, #nav li.nine a:hover {
	color:#09599d;
}
body.contact #nav, body.contact #nav li.ten a, #nav li.ten a:hover {
	color:#09599d;
}