
/*bg colours 1D4664*/
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 2px;
	background-color: #3399cc; 
	color: #000000; /*black*/
}
/*===============indicates 1px border around any image ============*/
body img {
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
	max-width: 1300px;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('../img/main_head.png');
	height: 132px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for top menu ======================*/

.mattblacktabs {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #30261C; /*bottom horizontal line that runs beneath tabs*/	
	background-color: #38363b; 
}
.mattblacktabs ul {
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/;
	font: bold .9em Verdana;
	list-style-type: none;
}
.mattblacktabs li {
	display: inline;
	margin: 0;
}
.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/	
	border-right: 1px solid white; /*right divider between tabs*/	
	color: white;
	background: #38363b; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited {
	color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a {
	background: #3399cc;
}

/*====================== styles for main content area =========================*/
#content {
    padding: 5px 30px 5px 30px;
	margin: 5px 30px 5px 30px;
	background-color: #FFFFFF;
	color: inherit;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../img/favicon_dot.png');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../img/favicon_dot.png');
	padding: 2px 0;
}


/*============== Styles for footer ===================*/
#footer {
	border-color: #1D4664;
	border-width: thin;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-top-style: solid;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #1D4664;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #3399cc;
	background-color: inherit;
}
h1 {
	padding: 5px;
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}

/* ============floats images to right or left ============*/
.imgrgt {
	 float:right;
	 padding: 7px;
}
.imglft {
	 float:left;
	 padding: 7px;
}
.smtxt {
	font-size:small;
}

/* =========== link styles =============*/

a:link {
	font-weight: bold;
	color: #38363b;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #3399cc;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;	
}



