﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}


/* -------------------------------
	Masthead
   ------------------------------- */

#masthead {
	text-align: left;
	background-color: #ffffff;
	width: 780px;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #113962;
	margin: 10px 10px 0;
}

/* -------------------------------
	Navigation
   ------------------------------- */

#navigation {
	background-color: #545454;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #545454;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #545454;
	background-color: #d3d9d6;
}

/* -------------------------------
	Main Column
   ------------------------------- */

#column_l {
	width: 550px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

/* -------------------------------
	Right Column
   ------------------------------- */

#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r a {
	text-decoration: underline;
	font-size: 11px;
}
#column_r a:hover {
	text-decoration: none;
	font-size: 11px;
}


/* -------------------------------
	Foot Section
   ------------------------------- */

#footer {
	width: 780px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}





/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* REVISED Formatting Styles For Content */
.justifiedreducedwidth {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}
.1pxbordershow {
	border-style: solid;
	border-width: 1px;
}
.xlargefont {
	font-size: x-large;
}
.smallfont {
	font-size: small;
}
.nobordershow {
	border-width: 0;
}
.justifiedtext {
	text-align: justify;
}
.justifiedsmalltext {
	text-align: justify;
}
.redtext{
	color: red;
}
.centretext {
	text-align: center;
}
