/* CSS Document */

body {
	background:url(../summer/summerbg.jpg) 0 0 repeat-x;
	background-color:#99CCFF;
	font-weight:normal;
	text-align:center;
	}
	
#container { 
	margin:0 auto 0 auto; 
	text-align:center; 
	position:relative; 
	font-family: "Gill Sans MT";
	font-size:14px;
	color:#330099;
}

	
#sol{
	position:absolute;
	top: 100px;
	left: 33px;
	width: 125px;
	height: 125px;	
	}

a.indexlink:link {
	color: #FFFF00;
	font-family: "Gill Sans MT";
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}     /* unvisited link */
	
a.indexlink:active {
	color: #FFFF00;
	font-family: "Gill Sans MT";
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	}   /* selected link */
	
a.indexlink:visited {
	color: #FFFF00;
	font-family: "Gill Sans MT";
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}  /* visited link */
	
a.indexlink:hover {
	color: #003300;
	font-family: "Gill Sans MT";
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	}   /* mouse over link */	

a.menulink:link {
	color: #FF0066;
	font-family: "Gill Sans MT";
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}     /* unvisited link */
	
a.menulink:active {
	color: #FF0066;
	font-family: "Gill Sans MT";
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	}   /* selected link */
	
a.menulink:visited {
	color: #FF0066;
	font-family: "Gill Sans MT";
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}  /* visited link */
	
a.menulink:hover {
	color:#0445df;
	font-family: "Gill Sans MT";
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	}   /* mouse over link */
	
.style1 {
	font-family: "Gill Sans MT";
	font-size:16px;
	color: #000000;
	font-weight: normal;
	}
	
.style2 {
	background-color: #FFFFFF;
	font-family: "Gill Sans MT";
	font-size:18px;
	color: #003333;
	font-weight: bold;
	text-align: center;
	}
	
.style3 {
	font-family: "Gill Sans MT";
	font-size:18px;
	color: #FF0066;
	font-weight: bolder;
	text-align: center;
	border: medium;
	border-color: #66FF66;
	}
	
.style4 {
	background-color: #99ccff;
	font-family: "Gill Sans MT";
	font-size:16px;
	color: #0445df;
	font-weight: bold;
	text-align: left;
	}
	
.style25 {
	font-family: "Gill Sans MT";
	font-size:16px;
	color: #000000;
	font-weight: normal;
	text-align:center;
	}
	
.stylesched {
	background-color: #FFFFFF;
	font-family: "Gill Sans MT";
	font-size:16px;
	color: #003333;
	font-weight: bold;
	text-align: left;
	}

/*style5 like style2 but align right, different colour*/
.style5 {
	background-color: #FFFFFF;
	font-family: "Gill Sans MT";;
	font-size:18px;
	color:#660099;
	font-weight: bold;
	text-align: right;
	}	

.style6 {
	font-family: "Gill Sans MT";
	font-size:16px;
	color: #330099;
	font-weight: normal;
	text-align: left;
	}

/* schedule heads*/
.style7 {
	font-family: "Gill Sans MT";
	font-size:28px;	
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	border:groove 2px  #66FF66;
		}	
		
.style8 {
	font-family: "Gill Sans MT";
	font-size: 24px;
	color:#FFFFFF;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	}
	
.style9 {
	font-family: "Gill Sans MT";
	font-size: 36px;
	color: #CC0066;
	font-weight: bold;
	text-align: center;
	}	
	
.style10 {
	font-family: "Gill Sans MT";
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
	
.style15 {
	font-family: "Gill Sans MT";
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
		
h1 {
	font-family: "Gill Sans MT";
	font-size:36px;
	color: #FF0099;
	font-weight: bold;
	text-align:center;
	}
	
h2 {
	font-family: "Gill Sans MT";
	font-size:28px;	
	color: #0033CC;
	font-weight:bold;
	}
	
h3 {
	font-family: "Gill Sans MT";
	color: #0445df;
	font-size:22px;
	font-weight:normal;
	f
	}
	
h4 {
	font-family: "Gill Sans MT";
	font-size:32px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
	}
	
	.bold {
	font-weight:bold;
	}

.italic{
	font-style:italic;
	}
	
.bolditalic {
	font-weight:bold;
	font-style:italic;
	}
	
.blockquote {
	margin-left: 15px;
	margin-right: 15px; 
	}
	