@charset "utf-8";
/* CSS Document */

/*style for the page*/
body{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	}

/*container for the page*/
#container{
	width: 756px;
	height:auto;
	margin:auto;
}

/*banner box*/
#header{
	width:756px;
	heigh:192px;
	border-top:#000 solid 1.5px; border-right:#000 solid 1.5px; border-left:#000 solid 1.5px; 
}

/*title of the page*/
#title{
	width:756px;
	height:61px;
	border-right:#000 solid 1.5px; border-left:#000 solid 1.5px; 
}

/*paragraph colour*/
p{
	color:333;
	font-size:11px;
}

/*boxes on the page*/
.box{
	width:298px;
	height:auto;
	float:left;
	}

/*change the sub heads to red and larger font size*/
.indent{
	padding-left:40px;
	padding-top:5px;
	float:left;
}

.subheads{
	color:#e4262a;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}

.boldred{
	color:#e4262a;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

/*change the bullet colour*/
.libullet { 
color: #e4262a;
font-size:11px;
}

/*change the bullet font colour */
.litext { 
color: #333333;
font-size:11px;
}

/*border for the home page image*/
.border{
	border-left:#000 solid 1.5px;
	border-right:#000 solid 1.5px;
	border-bottom:#000 solid 1.5px;
}

/*Main Navigation Bar*/
div#navbar{
height: 31px;
width: 756px;
background-color: #e4262a;
text-align:center;
border-right:#000 solid 1.5px; border-left:#000 solid 1.5px; 
}

/*style for the list*/
div#navbar ul{
margin: 0px;
padding: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size: 10px;;
font-weight:bold;
color: #FFF;
line-height: 30px;
white-space: nowrap;
text-transform:uppercase;
}

div#navbar li {
list-style-type: none;
display: inline;
}

/*make the first letter bigger in the navigation bar*/
.largetext{
	font-size:14px;
}

/*main navigation styles*/
div#navbar li a {
text-decoration:none;
padding:10px 20px;
color: #FFF;
outline:none;
}

div#navbar li a:active {
	text-decoration:none;
	outline:none;
}

div#navbar li a:visited{
	text-decoration:none;
	outline:none;
}

div#navbar li a:hover {
	text-decoration:underline;
	outline:none;
}

/*main content on the page*/
#content
{
	width:696px;
	height:378px;
	color:#333;
	background-color:#FFF;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	border-right:#000 solid 1.5px; border-left:#000 solid 1.5px;
	font-size:11px;
}

#content2
{
	width:696px;
	height:432px;
	color:#333;
	background-color:#FFF;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	border-right:#000 solid 1.5px; border-left:#000 solid 1.5px;
	font-size:11px;
}

/*box for the text in the content*/
.contenttxt{
	width:481;
	height:auto;
	text-align:left;
	float:left;	
	color:#333;
	font-size:10px;
}

/*box for the images in the content*/
.contentimg{
	width:215px;
	height:auto;
	text-align:centre;
	float:left;
	padding-left:30px;
}

/*page footer*/
#footer{
	width:756px;
	height:77px;	
	border-right:#000 solid 1.5px; border-left:#000 solid 1.5px; border-bottom:#000 solid 1.5px;
	}

/*copyright box*/
#copyright{
	width:756px;
	height:auto;
	margin:auto;
	padding-top:4px;
}

/*boxes for copyright text*/
.boxleft{
	width:298px;
	height:30;
	text-align:left;
	float:left;	
	color:#999;
	font-size:10px;
}

/*boxes for centent with scroll bar*/
.box2{
	width:auto;
	height:368px;
	overflow:scroll;
	padding-right:22px;
}

/*boxes for copyright text*/
.boxright{
	width:298px;
	height:auto;
	text-align:right;
	float:right;	
	color:#999;
	font-size:10px;
	}

.blue{
	color:#000098;
}

/*bottom navigation styles*/
#bottomnav{
height: 31px;
width: 756px;
text-align:center;
margin:auto;
}
	
/*style for the bottom navigation list*/
div#bottomnav ul{
clear:both;
margin: 0;
padding: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size: 9px;;
color:#666;
line-height: 30px;
text-transform:uppercase;
}

div#bottomnav li {
list-style-type: none;
display: inline;
}

/*bottom navigation styles*/
div#bottomnav li a {
text-decoration:none;
color: #666;
outline:none;
}

div#bottomnav li a:active {
	text-decoration:none;
}

div#bottomnav li a:visited{
	text-decoration:none;
	outline:none;
}

div#bottomnav li a:hover {
	text-decoration:underline;
	outline:none;
}

/*Sitemap Navigation Styles*/

/*style for the bottom navigation list*/
div#sitemap ul{
font-family:Verdana, Geneva, sans-serif;
font-size: 10px;;
color:#333;
}

div#bottomnav li {
list-style-type: none;
}

/*bottom navigation styles*/
div#sitemap li a {
text-decoration:none;
color: #333;
outline:none;
}

div#sitemap li a:active {
	text-decoration:none;
	outline:none;
}

div#sitemap li a:visited{
	text-decoration:none;
	outline:none;
}

div#sitemap li a:hover {
	text-decoration:underline;
	outline:none;
}