
/* Background Colour */
.blueback {
	background-image: url('../images/blueback.png');
	background-repeat: repeat-x;
	height: 216px;
}

/* Colour Schemes */
.bluetext {
	font-weight: bold;
	color: #489DD2;
}
A {
	font-weight: bold;
	color: #489DD2;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
	color: #489DD2;
	text-decoration: underline;
}
.greybar {
	background-color: #E1E0DE;
	height: 15px;
}

/* Nav links */
.nav {
	border-bottom-style: dotted; 
	border-bottom-color: white; 
	border-bottom-width: 1px;
	width: 162px;
	height: 20px;
}
.nav A {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.nav A:hover {
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: bold;
        color: white;
        text-decoration: underline;
}


/* Header slogan */
.slogan {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

/* Content */
body {
	margin-top: 0px;
}


.content {
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	padding-left: 10px;
	padding-top: 10px;
/*	padding-right: 10px; */
}

.sublinks {
	font-family: Tahoma;
        font-size: 10pt;
 	color: #489DD2;
        text-decoration: none;
	padding-left: 12px;
}

.sublink A {
       	font-family: Tahoma;
        font-size: 10pt;
   	color: #489DD2;
   	text-decoration: underline;
   	padding-left: 12px;
}
.copyright {
	color: black;	
	font-family: Tahoma; 
	font-size: xx-small; 
	text-align: center;
}
