body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
}

a {
	color: #FFFFFF;
}

.navigation {
	height: 25px;
	width: 718px;
	color: #006448;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.navigation A{
	color: #F59C23;
	text-align: right;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
}

.navigation A:Hover{
	color: #01A78C;
}

.main {
	width: 718px;
	height: 418px;
}
.footer {
	height: 20px;
	width: 718px;
	font-family: "Trebuchet MS";
	text-align: right;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

.footer A{
	color: #333333;
}

#texttitle {
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


.maintable {
	background-image: url(images/maintextfieldbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}

.container {
	text-align: left;
	margin-top: -250px;
	margin-left: -359px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 714px;
	height: 500px;
	visibility: visible
}

.main_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/window_top.png');
}
.main_top[class] {
	background-image: url(images/window_top.png);
}


.main_middle {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/window_middle.png');
	padding: 10px;
	height: 400px;
}

.main_middle_left {
	background-image: url(images/window_middle.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 9px;
}

.main_middle_right {
	background-image: url(images/window_middle.png);
	width: 9px;
	background-repeat: repeat-y;
	background-position: right;
}

.main_middle_text {
	background-image: url(images/window_middle_text.jpg);
	background-position: bottom;
	width: 321px;
	background-repeat: no-repeat;
	background-color: #01A78C;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 400px;
	vertical-align: text-top;
}
.main_middle_image {
	background-image: url(images/window_middle_image.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 379px;
	background-color: #FFFFFF;
}



.main_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/window_bottom.png');
}
.main_bottom[class] {
	background-image: url(images/window_bottom.png);
}

.text_title {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;

}
