﻿body
{
	background-image:url(Images/Graduation.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	width:800px;
	margin:0px auto;    	
}

a, a:visited 
{
    color:#6691ac;
    text-decoration:none;
}

a:hover 
{
    color:#6691ac;
    text-decoration: underline;
}

#Centred 
{
	text-align:center;
	margin-top:12%;
	font-size:24pt;
	color:Black;
}

#Menu 
{
    position:relative;
	top:196px;	
	left:400px;
    z-index:100;
}

.MenuItem 
{
	font-family:Arial;
	font-weight:bold;
	color:#e9daa7;
	font-size:13px;			
}

.MenuItem a
{
	color:#e9daa7;
	text-decoration:none;
}

.MenuItem a:hover
{
	color:white;
	text-decoration:none;
}

#Banner 
{
	background-image:url("Images/PageHeader.jpg");
	height:221px;
	width:800px;
	margin-top:15px;
	background-repeat:no-repeat;
}

.MainContent
{
    padding: 23px 120px 0px 80px;
    font-size: 9pt;
    line-height: 1.6em;
}

.PageHeader 
{
    font-weight:bold;
    font-size:12pt;
    color:#6691ac;
    padding: 0px 0px 15px 0px;
    width:550px;    
}


