﻿body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	/*background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;*/
	font: 62.5% Arial, Helvetica, Verdana, sans-serif; 
}

/* Turn off any default image borders */
img {
	border:0;
}

#wrapper {
	background-color: white;
	color: black;
	margin: 3em 0.5em 3em 0.5em;
	/*padding: 1em;*/
}
.bottom-line {
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
}
.top-line {
	border-top: 1px solid #b9d2e3;
	padding: 1em 0 0 0;
	/*height: 1%;*/
}
#header {
	background-image: url("../img/sky1.jpg");
	background-repeat: repeat-x;
	font-size: 1.2em;
	text-align: center;
}
.heading {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	/*height: 1%;*/
}
.heading ul {
	font-size: 12px;
	margin: 0;
	padding: 1em 3em 1em 0;
	text-align: right;
}
.heading li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:hover {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
.heading a:link {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
#welcome {
	font-size: 12px;
	font-weight: bold;
	background-color: #fdf8f2;
	color: green;
	font-style: italic;
	margin: 0;
	padding: 1em 3em 1em 3em;
	float: left;
}
#message {
	font-size: 13px;
	font-weight: bold;
	background-color: #fdf8f2;
	color: blue;
	margin: 0;
	padding: 1em 3em 1em 3em;
	float: left;
}
#main {
	width: 100%;
	margin-top: 1em;
	background-image: url("../img/whitebg.gif");
	background-position: top right;
	background-repeat: repeat-y;
	color: black;
	font-size: 1.2em;
}
#main h1 {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	color: fuchsia;
	padding: 12px 0 12px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main h2 {
	font-size: 12px;
	color: teal;
	margin: 6px 0 6px 0;
	padding: 0 20px 0 20px;
	text-align: left;
	margin-left: 20px;
}

#main p {
	margin: 6px 0 6px 0;
	text-indent: 20px;
	line-height: 1.5em;
	padding: 0;
	text-align: justify;
}

#main .thi7 {
	margin: 3px 0 3px 0;
	text-indent: 60px;
	line-height: 1.5em;
	padding: 0 20px 0 20px;
	text-align: left;
}

#content {
	margin: 0 280px 0 0;	/*280px is distance from the right edge*/
	text-decoration: none;
	border-top: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	background-color: white;
	font-size: 1.1em;
}

#content .header {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #fdf8f2;
	background-image: url(../images/green_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
}

#content p {
	margin: 6px 0 6px 0;
	padding: 0;
}

#content .bottom-line {
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
}

#content .logo {
	padding: 1em;
	text-align: center;
}

/* This special div is used for "TET" only and within div "content" */

#tet-container {	/* used to create faux columns */
	background-color:green;
}
#tet {
	width: 100%;
}
#tet-left {
	float:left;
}
#tet-right {
	float:right;
}
#tet-left, #tet-right {
	padding-top:120px;
	width: 20%;
	background-color:green;
	font-family:"Times New Roman", Times, serif;
	color:white;
}
#tet-left p, #tet-right p {
	font-size:18pt;
	text-indent:0;
	text-align:center;
	padding:5px;
}
#tet-center {
	margin-left:20%; 
	margin-right:20%; 
	padding:20px 0 20px 0;
	background-color:#FFFF00;
	color:black;
	text-align:center;
}
#tet-center .title {
	font-size:18pt; 
	text-indent:0;
	font-family:"Times New Roman", Times, serif;
	color:red;
	text-align:center;
}
#tet-center p {
	font-size:11pt;
	text-indent:0;
	text-align:center;
}
/* End of "TET" */

#sidebar {
	float: right;
	width: 270px;
	border-top: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	margin: 0;
	padding: 0;
	text-align: center;
}
#sidebar .inner {
	padding: 10px;
}

#sidebar .logo {
	padding: 1em;
	text-align: center;
}

#sidebar p {
	line-height: 1.5em;
/*	margin: 0 1em 0 1em;*/
	padding: 10px 0 10px 0;
	text-indent: 0;
}
#sidebar .justify {
	text-align: justify;
}
#sidebar .center {
	text-align: center;
}
#sidebar .right {
	text-align: right;
}
#sidebar .left {
	text-align: left;
}
#sidebar .bottom-line {
	text-align: center;
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
}
#sidebar .red-frame {
	background-color: #CC0033;
	margin: 0;
	padding: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	text-align: center;
	text-indent: 0;
}
#sidebar .blue-frame {
	background-color: #256290;
	margin: 0;
	padding: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	text-align: center;
	text-indent: 0;
}
#sidebar .green-frame {
	background-color: #008000;
	margin: 0;
	padding: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	text-align: center;
	text-indent: 0;
}

#footer {
	width: 100%;
	background-color: #fdf8f2;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	margin-top: 0;
	clear: both;
	text-align: center;
}
#footer p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.4em 0 0.4em 0;
}
#footer p.green {
	color: green;
}
#footer p.red {
	color: red;
}
#clearone {
	clear: both;
	height: 1px;
}

