body
{
	background: white;
	color: #333;
	margin: 0;
	font-size: 10pt;
}

.header
{
	background: rgb(100, 180, 160);
	font-family: 'Times New Roman', serif;
	color: rgb(0, 75, 140);
	border: 1px silver outset;
}

.header h1
{
	font-size: 24pt;
	font-style: italic;
	letter-spacing: 0.1em;
}

a
{
	color: rgb(0, 75, 140);
	text-decoration: none;
}

a:hover
{
	color: rgb(50, 140, 150);
}

a:active
{
	color: #600;
}

.nav a
{
	display: block;
	padding: 3px;
	color: rgb(0, 75, 140);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.nav a:hover
{
	color: rgb(210, 230, 220);
}

.nav a:active
{
	color: #600;
}

.nav1
{
	width: 20%;
	background: rgb(210, 230, 220);
	border: 1px inset silver;
	text-align: center;
	font-size: small;
}

.nav1 a
{
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid silver;
	display: block;
	color: black;
}

.nav1 a:hover
{
	color: rgb(100, 100, 100);
}

.nav1 a:active
{
	color: #600;
}

.contact
{
	color: rgb(0, 75, 140);
	text-decoration: none;
	font-weight: bold;
}

.contact:hover
{
	color: rgb(210, 230, 220);
}

.contact:active
{
	color: #600;
}


.sub_head
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 130, 130);
	color: rgb(210, 230, 220);
	font-size: 1.5em;
}

.sub_head a
{
	color: rgb(210, 230, 220);
	display: block;
}

.sub_head a:hover
{
	color: rgb(50, 50, 50);
}

.sub_head2 a
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 130, 130);
	color: rgb(210, 230, 220);
}

.sub_head2 a:hover
{
	color: rgb(50, 50, 50);
}


.sub_head1
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 65, 130);
	color: rgb(210, 230, 220);
}

.content
{
	background: white;
	padding: 1em;
	border: 1px inset silver;
}

.left_band
{
	background-image: url(images/left_band.png);
	background-repeat: repeat-y;
	padding-top: 5mm;
}

.left_band a
{
	font-size: small;
	display: block;
	text-decoration: none;
	color: rgb(255, 232, 91);
	padding: 3px;
}

.left_band a:hover
{
	color: silver;
}

.right_band
{
	background: rgb(247, 180, 141);
}

.thin_line td
{
	border-right: 1px solid #399;
	border-bottom: 1px solid #399;
}

.white
{
	padding: 5px;
	display: block;
	background: white;
	color: black;
}

.silver
{
	padding: 5px;
	display: block;
	background: #eee;
	color: black;
}

.p12
{
	font-weight: bold;
}

.p10
{
	font-size: small;
}

.green-tick li
{
	list-style-image: url(images/green-tick.png);
}

.highlight
{
	border: 4px rgb(255, 100, 0) ridge;
	background: rgb(220, 220, 220);
	width: auto;
	float: left;
	padding: 0 1em 0 1em;
	margin-right: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px gray;
	-webkit-box-shadow: 2px 2px 4px gray;
	-moz-box-shadow: 2px 2px 4px gray;
}


	
