/* -------------------------------------|
|                                       |
|      SET BROWSER WIDTH TO 100%        |
|                                       |
|--------------------------------------*/
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
 	font-size: 90%;
	font-family: arial;
        overflow: hidden;
        }

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('../images/bg_006.jpg') fixed no-repeat;
	}
	
/* -------------------------------------|
|                                       |
|               HOME PAGE               |
|                                       |
|--------------------------------------*/

#content {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 90px;
	bottom: 40px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
 	background: #fff url('../images/background1.jpg') fixed no-repeat;
 	background-position: 50% 93%;
 	}

* html #content {
	top: 0;
	bottom: 0;
	height: 100%;
	width: 800px;
	border-top: 90px solid #fff;
	/* border-bottom: 40px solid #fff; */
	}

#head {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 0;
	width: 800px;
	min-width: 800px;
	height: 90px;
	background: #fff url('../images/banner_3.png') fixed no-repeat;
	background-position: top center;
  	z-index: 100;
	border: 1px solid #000;
	}

* html #head {
	top: 1px; width: 800px; height: 90px;
	}


#foot {
	text-align: center;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	bottom: 0;
	width: 800px;
	min-width: 800px;
	height: 40px;
	background: #fff;
	font-size: 1em;
	z-index: 3;
	border: 1px solid #000;
	font-family: arial;
	font-weight: bold;
	color:#000;
	}

* html #foot {
	bottom: 1px; width: 800px; height: 38px;
	}

#content p {
	text-align: left;
        white-space: normal;
    	}
p:first-letter {
	font-size: 150%;
	float: left;
  	}
.boldhead {
	font-size: 2.0em;
	color: red;
	font-weight: bold;
	text-align: center;
	font-family: helvetica;
	}
.boldhead1 {
	font-size: 1em;
	color: olive;
	font-weight: bold;
	text-align: center;
	font-family: helvetica;
	}
#title {
        position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
 	}
 	
#columnone {
        margin-left: -5%;
 	margin-right: 1%;
	float: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
 	}

#columntwo {
	display: block;
 	width: 34%;
	height: 50%;
	float: left;
	text-align: left;
	margin-right: 2%;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
 	}
 	
#columntwo p {
	line-height: 16pt;
 	}

#columnthree {
        margin-left: 58%;
	margin-right: 1%;
	height: 50%;
	text-align: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
  	}
  	
#columnthree p {
	line-height: 16.5pt;
	}
	
/* -------------------------------------|
|                                       |
|              OTHER PAGES              |
|                                       |
|--------------------------------------*/

#content1 {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 90px;
	bottom: 40px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
 	background: #fff url('../images/letterhead.jpg') fixed no-repeat;
 	background-position: 50.35% 94%;
 	}

* html #content1 {
	top: 0;
	bottom: 0;
	height: 100%;
	width: 800px;
	border-top: 90px solid #fff;
	/* border-bottom: 40px solid #fff; */
 	}

#header1 {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 0;
	width: 800px;
	min-width: 800px;
	height: 90px;
	background: #fff url('../images/banner2.png') fixed no-repeat;
 	background-position: top center;
  	z-index: 5;
	border: 1px solid #000;
	}

* html #header1 {
	top: 1px; width: 800px; height: 90px;
	}

#secondcolumn {
 	width: 34%;
	height: 50%;
	float: left;
	text-align: left;
	margin-right: 2%;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
 	}

#thirdcolumn {
        margin-left: 78%;
	margin-right: 1%;
	width: 10%;
	height: 10%;
	text-align: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
 	}


/* -------------------------------------|
|                                       |
|             MISCELLANEOUS             |
|                                       |
|--------------------------------------*/

#under_c {
	position: relative;
	margin-left: 1%;
	}
em {
	font-weight: bold;
	}
img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

