@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
	a:link {
	color: #009390;
	text-decoration: none;
}
	a:visited {
	color: #009390;
}
	a:hover {
	color: #C2C6C7;
}
	a:active {
	color: #009390;
}
.bg1 {
	background-image: url(images/test_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg2 {
	background-image: url(images/test_r1_c5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.table_border {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: inset;
}

.bg_footer {
	background-image: url(images/test_r6_c2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.maintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: justify;
	list-style-position: inside;
	list-style-type: disc;
	padding-right: 5px;	
}
.maintextCMS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
.subtitleCMS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009999;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}
.topnavCMS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.height100{
height:100%;	
}
.main_div{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -270px;
	visibility: hidden;
}

.bg3 {
	background-image: url(images/test_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	margin-bottom:0px; 
}

#container {
min-height: 100%;
background-color: #DDD;

background-image: url(images/test_bg.jpg);
margin: 0 auto;
}
* html #container {
height: 100%;
}
.maintextRight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	padding-left: 25px;
	text-align: left;
}
.title_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ABAFB5;
	margin-bottom: 6px;
	padding-bottom: 6px;
	text-align: left;

}

.maintextRight2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	text-align: right;
	padding-right: 35px;
}
.teamtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	padding-right: 5px;
}
