html, body{ 
        margin:0 0 3px 0; 
        padding:0; 
        text-align:center; 
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ECE3DA;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
	vertical-align : top;
	margin: 0;
	padding: 0;
        line-height: 0px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

em {
	font-weight: bold;
	font-style : italic;
	font-size: 14px;
	color: #990000;
}

p {
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 5px 0;
	margin: 0;
}

li {
	margin-bottom: 4px;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin-left: auto;
margin-right: auto;
text-align: left;
}

h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
    font-weight: bold;
	line-height: 24px;
	color : #990000;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

h2, .pageSubTitle {
	letter-spacing: 0.2px;
	font-size : 18px;
        font-weight: bold;
	line-height: 20px;
	color : #990000;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h3 {
	letter-spacing: 0.15px;
	font-size : 16px;
        font-weight: bold;
	line-height: 18px;
	color : #9a8163;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h4 {
	letter-spacing: 0.15px;
	font-size : 14px;
        font-weight: bold;
	line-height: 16px;
	color : #990000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

h5 {
	letter-spacing: 0.15px;
	font-size : 12px;
        font-weight: bold;
	line-height: 14px;
	color: #990000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
        text-decoration: underline;
}

h6 {
	font-size : 11px;
        font-weight: bold;
	line-height: 13px;
	color : #9a8163;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

.clr{clear:both;}

/* default anchors */

a {
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	outline: none;
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #000000;;
}

a:active {
	color: #990000;
}

/* header */

#headerNav {
	border-bottom: 1px solid #990000;
        padding-bottom: 4px;
}

/* back to top */

div#backToTop {
        margin: 3px;
}

div#backToTop img {
        margin-left: 5px; 
        margin-right: 10px;
}
div#backToTop a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}
div#backToTop a:link {
        color: #006699;
}
div#backToTop a:visited {
        color: #006699;
}
div#backToTop a:hover {
        color: #CC0000;
}
div#backToTop a:active {
        color: #CC0000;
}

/* button */

INPUT.button {
   text-align : center;
   color:#fff;
   font-size : 12px;
   font-weight : normal;
   background-color:#006699;
   border: 0px solid white;
   margin: 0;
   padding: 0;
}

INPUT.buttonHover
{
   text-align : center;
   color:#fff;
   font-size : 12px;
   font-weight : normal;
   background-color:#CC0000;
   border: 0px solid white;
   margin: 0;
   padding: 0;
}

A.button {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	text-decoration: none;
	display: inline-block;
}

A.button:link {
	background-color : #006699;
	color : #ffffff;
}
A.button:visited {
	background-color : #006699;
	color : #ffffff;
}
A.button:hover {
	background-color : #CC0000;
	color: #ffffff;
	text-decoration: none;
}
A.button:active {
	background-color : #006699;
	color : #ffffff;
}

/* error messages  */

.errorMessage {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/* contact us */

.contactusForm th {
        text-align: right;
        width: 20%;
}


input.kESEmail {
	font-size: 10px;
	color: #000000;
}

ul.decorated li {
	list-style-image : url('/images/bullet_listItem.gif');
}