* {
	font-size: 100%;
	}
	
html, body {
    height: 100%;
	min-height: 100%;
}
/*


[if !IE]>

<style type="text/css">
body {
    font-size:16px;
}
*/

body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	background-color: #535D69;
	font-size: 62.5%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border:0;
	text-align: center;
/* 	overflow-y:auto; */
}

div#container{
	min-width: 770px;
	width: 1020px;
	font-size: 1.6em;
	text-align: left;
	position: relative;
	border-top-width: thin;
	color: #EBEBEB;
	min-height: 100%;

}

div#innerContainer{
	padding-bottom: 0px;
	width: 100%;
	min-height: 100%; 
	position: relative;
}

div#content {
	margin: 0em 0px 0px 200px;
	padding: 1em 1em 2em;
	border: 3px solid #FC9;
	min-width: 535px;
	text-align: justify;
	min-height: 100%; 
	position: relative;
}

div#copyright{
	margin: 0px;
	padding: .25em .5em ;
	font-size:small;
	position: absolute;
	bottom: 2px;
	background-color: #999999;	
	color: #000000;
	text-align:right;
	right: 4px;
	width: 300px;
	}
	
.webmaster{
	}
	
.invis {
	display: none;
	background-color: #FFFFFF;
}

.propHeight{
	float:right;
	width:1px;
	height: 100%;
	}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

.clearLeft {
	clear: left;
}

h1, h2, h3, h4, h5, h6 {font-family:Georgia, "Times New Roman", Times, serif;}

h1 {font-size:  1.8em}  /* displayed at 24px */
h2 {font-size: 1.4em}  /* displayed at 18px */
h3 {font-size: 1.25em}  /* displayed at 15px */
h4 {font-size: 1em}  /* displayed at 12px */
h5 {font-size: .8em;} /* displayed at 10px */

/*
h2 {line-height: 0.7em;}

*/
h4, h5, h6, p {
	margin-left: 0.5em;
	}

a, a:link {
	color: #EFF4B1;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

a:hover {
	color: #D6AC7C;
	text-decoration: underline;
}

p {
	margin-left: 0.5em;
	width: auto;
	text-align: justify;
}
th, td {
	padding: 2px;
}

.separator {
	clear: both;
	height: 0px;
}

.email { display: none;}

/*============== Background image ==============*/

.image-head {
	float: right;
	margin-bottom: 1.0em;
	padding-left: 2em;
	padding-top: 0em;
	}

.image-headLeft {
	float: left;
	margin-bottom: 1.0em;
	padding-right: 2em;
	padding-top: 0;
	}
	
.imgCenter {
	text-align: center;
}


.imgRight {
	text-align: right;
	margin: .25em 0 1em 1em;
	float: right;
}
.imgLeft {
	text-align: left;
	margin: .25em 1em 1em 0;
	float: left;
}

.numMid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.numLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.clear {
	clear: both;
	}
	
img {
	border-top: 2px solid #FFCC99;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 2px solid #FFCC99;
	}
	
a img:hover{
	border-top: 2px solid #F00;
	border-right: 4px solid #900;
	border-bottom: 4px solid #900;
	border-left: 2px solid #F00;
	margin: 0px;
	}
	
.invisVis {
	visibility: hidden;
	}
	
.invisNone {
	display: none;
	}

.small {
	font-size: x-small;
	}
	
/* ===== Corpiorate Title ===== */

#pageTitle {
	padding: 1em;
}

#pageTitle p, #pageTitle h1, #pageTitle h2 {
	text-align:right;
	margin-top: 0px;
	padding-top: 0px;
}

#pageTitle h3 {
	text-align: left;
	margin-bottom: 0px;
}

