/* Avpals sub pages 1 col*/

body {
background-color: #6d9192;
margin:10px;
padding:0;
font: normal 13px/1.5em verdana, arial, sans-serif;
line-height:18px;
color:#000000;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:10px 0 0 0;
color:#7b6660;
f
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

h4 {
font-size:12px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:900px;
border:2px solid #000000;
background-color: #ffffff;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:900px;
height:60px;
background-color:#7b6660;
}

.headertext {
	font-size: 24px;
	color: #818455;
	font-weight: bold;
	text-align:right;
	padding-right:10px;
}

#header h1 { font-size:38px; color: #ffffff; line-height: 1em; margin: 100px 0 0 20px; text-transform: uppercase; }

#header p { margin: 0 0 0 20px; color: #ffffff; }

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900;
height:30px;
line-height:30px;
background-color:#818455;
font-weight:bold;

}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
text-align: center;

}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
float: none;
font-size:18px;

}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#ffffff;
}






/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding: 0 20px 20px 50px;
width:830px;
background-color:#cfc486;
}

#largepara {
font-size:14px;
}

.tutorimage {

float: left;
width: 120px;
height: 150px;
border: 2px solid #000000;
margin-right: 20px;
margin-bottom: 6px;
}

/* << ----------------// Feature image //--------------> */

.featureimage {
float:right;
}

/* << ----------------// student in timetables //--------------> */

.student {
font-size: 18px;
	color: #000000;
	text-align:center;
	
}
/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:12px;
color:#ffffff;
text-align: center;
background-color:#698741;
clear:both;
}

#footer a:link, #footer a:visited {
color:#ffffff;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#000000;
text-decoration:none;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */