/*
COLOURS
Purple : #9E499C
Orange : #F99C32
Dark Blue : #4C3B97
Brown : #C58234
*/

div#maincontent {
	width: 100%;
	padding: 12px 12px;
	text-align: left;
#	background-image: url(/images/bgnd.jpg);
	background-repeat: repeat-y;
	}
div.footer {
	position: relative;
	border: 0px dashed green;
	margin-top: 15px;
	font-weight:500;
	font-size: 95%;
	text-align: center;
	bottom: 0px;
	}

.sectiontitle {
	font-size: 85%;
	font-weight: bold;
	color: #00673E;
	background-color : transparent;
	margin-top: 6pt;
	margin-bottom: 3pt;
	margin-left: 3pt;
	}

.subsectiontitle {
	font-size: 85%;
	color: #000000;
	background-color : transparent;
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 12pt;
	}

.col1 {
	background-color: #9E499C;
	border-right: 3px solid #4C3B97;
		}
#LeftNav {
	padding-left: 1em;}

.col3 {
	background-color: #9E499C;
	border: 3px solid #4C3B97;
	}

.horzlinks {
	text-align: left;
	background-color:transparent;
	color: #CCCCCC;
	border-top: 1px solid #9E499C;
	border-bottom: 1px solid #9E499C;
	padding-bottom: 0px;
	}

a {	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 95%;
	padding-left: 2px;
	padding-right: 2px;
}

a.hlink {
	color: black;
	border-top: 0px solid #9E499C;
	border-bottom: 0px solid #F4EAF4;
	}
a.vlink {
	color: white;
	border-top: 0px solid #C58234;
	}


a.hlink:link {
	text-decoration: none;
}
a.hlink:visited {
	text-decoration: none;
}
a.hlink:hover {
	text-decoration: underline;
	}

a.vlink:link {
	text-decoration: none;
	}
a.vlink:visited {
	text-decoration: none;
	}
a.vlink:hover {
	text-decoration: underline;
}

/* FOOTER LINKS */
a.flink:link {
	color: #007D5C;
	background-color : transparent;
	text-decoration: none;
}
a.flink:visited {
	color: #007D5C; 
	background-color : transparent;
	text-decoration: none;
	}
a.flink:hover {
	color: #007D5C;
	background-color : transparent;
	text-decoration: underline;
	}
a.flinkon {
	color: red;
	background-color : transparent;
	text-decoration: none;
	}
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 95%;
	}
h1 {
	font-size: 140%;
	padding: 1px 3px;
	color: #9E499C;
	background-color : transparent;
}
h2{
	font-size: 120%;
	color: #9E499C;
	background-color : transparent;
}
h3 {
	font-size: 95%;
	color: #9E499C;
	background-color : transparent;
	letter-spacing: 0.1em;
	}

h4 {
	font-size: 95%;
	}

p {
	font-size: 95%;
}
li {	
	font-size: 95%;
}

p.lessleading {
	font-size: 95%;
	padding: 3pt;
	margin: 6pt;
}

td, th {	
	font-size: 95%;
}

.borderless {border: 0pt none black;}

.border {
	border: 1px solid #d8ae00;
	padding:3pt;
	}
input {
	margin: 0px 2px;
	}
.alignright {
	margin: 0;
	padding: 0;
	text-align: right;
	}
div.tip {
	width: 94%;
	border-top: 1pt solid gray;
	border-bottom: 1pt solid gray;
	padding: 2pt;
	margin: 3%;
	color: #9E499C;
	}
p.MacroText {
	font-family: monospace;
	}
.hide {display: none}
.shade1 {background-color: #939;}
.shade2 {background-color: #339;}
.rule {border-top: 1px solid #4C3B97;background-color: #939;}
.rule2 {border-top: 1px solid #FFEFD6;}
