/* CSS Document */

/* section to edit the background and main font colours and appearance. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a81419;
}

.heading {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	font-weight		 : bold;
	color			 : #a81419;
	text-decoration  : none;
}

.body {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	color			 : #000000;

}

.emphasize {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	color			 : #a81419;

}

/* Use this section to edit the link colours and appearance. */

a:link {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	color			 : #a81419;
	font-style: normal;
} 

a:visited {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	color			 : #a81419;
	font-style: normal;
}

a:hover {  
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	color			 : #a81419;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 12px;
	color			 : #FFFFFF;
	text-decoration	 : none

}
a.mainlevel-nav:hover {
	font-family      : "Lucida Sans", Tahoma, "Times New Roman", Arial;
	font-size        : 12px;
	color			 : #feedb7;
	text-decoration	 : none

}


/* Extras. */

hr {
    height			:1px;
    width			:90%;
	color			: #999999;
   }
.headingblack {
	font-family      : "Century Gothic", Verdana, Arial;
	font-size        : 13px;
	font-weight		 : normal;
	color			 : #000000;
	text-decoration  : none;
	text-transform: none;
}
