
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	outline: none;
	}

a img {
	border: none;
	outline: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #e9fee2;
	color: #000;
	font-family: Georgia, verdana;
	}

img {
	-ms-interpolation-mode:bicubic;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerdiv {
	width: 100%;
	height: 272px;
	position: relative;
	text-align: center;
	}

#headright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	padding-bottom: 20px;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 0 30px 35px 30px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 2.2em;
	font-weight: bold;
	color: #145210;
	font-family: Georgia, geneva, verdana;
	}

h4 {
	margin-top: 1.25em;
	margin-bottom: .25em;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #145210;
	margin-bottom: .25em;
	}

h3 {
	font-size: 1.2em;
	color: #767676;
	margin-bottom: 1.25em;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #3366b9;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	font-size: 1em;
	margin-bottom: 1.25em;
	}

li {
	font-size: 1em;
	margin-bottom: .25em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}


/* =================================================== */
/* E-C Logo and Copyright ... LEFT ALIGNED */
/* =================================================== */

#leftlogoshell {width: 100%;
	text-align: center;}

.small {
	font-size: x-small;
	color: #ccc;
	}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #0000ff;
	text-decoration: underline;
	}

a:hover	{
	color: #bd1b00;
	}

.subnav {
	color: #ccc;
	font-size: x-small;
	padding: 3px 20px 5px 20px;
	text-align: center;
	}

.subnav a {
	font-size: 1.2em;
	font-weight: bold;
	color: #145210;
	}

.subnav a:hover {
	color: #a9a9a9;
	}

#navcolumn, #navcolbase {
	background-color: #fead00;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #ffeb79;
	background-image: url(images/bg-nav.gif);
	}

#navigator {
	width: 150px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	border-bottom: solid #feb900 1px;
	color: #000000;
	}

.currentpage a {
	color: #cc0000;
	background-color: #fff;
	border-bottom: solid #cc0000 1px;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #f18800;
	background-color: #fff4b8;
	border-bottom: solid #feb900 1px;
	}

.submen a {
	font-weight: normal;
	}

.dynamicform {
	}

.dynamicform table {
	width: auto;
	}

.dynamicform td {
	padding: 3px;
	}
	
.dynamicform .formtext {
	text-align: right;
	vertical-align: top;
	}

.dynamicform .formfield {
	vertical-align: top;
	}

.dynamicform .formsubmit {
	padding: 10 0 10 0;
	border-top: none;
	text-align: center;
	}

.dynamicform .formheader {
	text-align: center;
	}

.dynamicform .formcomment {
	text-align: left;
	}
