html {
	height: 100%;
}

/* Bg - Green */
.body1 {
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background-color: #849a59;
	height: 100%;
	background-image: url(../images/layout/bg-wrapper-1.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* Bg - Dark Blue */
.body2 {
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background-color: #5e88a2;
	height: 100%;
	background-image: url(../images/layout/bg-wrapper-1.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* Bg - Light Blue */
.body3 {
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background-color: #ddf1f2;
	height: 100%;
	background-image: url(../images/layout/bg-wrapper-1.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* Bg - Light Green */
.body4 {
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background-color: #b0b579;
	height: 100%;
	background-image: url(../images/layout/bg-wrapper-1.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* Page BG - Green floral header */
.page1 {
	margin: 0px auto;
	padding:0;
	width:961px;
	text-align:center; /* for IE */
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/layout/bg-page-1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Page BG - No floral header */
.page2 {
	margin: 0px auto;
	width:961px;
	text-align:center; /* for IE */
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Page BG - Light Blue floral header and footer */
.page3 {
	margin: 0px auto;
	padding:0;
	width:961px;
	text-align:center; /* for IE */
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/layout/bg-page-4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Page BG - Light Blue floral footer */
.page4 {
	margin: 0px auto;
	padding:0;
	width:961px;
	text-align:center; /* for IE */
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/layout/bg-page-5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Page BG - Green floral header */
.page5 {
	margin: 0px auto;
	padding:0;
	width:961px;
	text-align:center; /* for IE */
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/layout/bg-page-6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* layout */

.header {
	padding: 25px 35px 0 35px;
	text-align:center;
}

.content {
	padding: 5px 35px 30px 35px;
	text-align:left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

tr.top {
	vertical-align:top;
}

/* menu */
.menu-bar {
	margin:auto;
	text-align: center; 
	border: solid #777 1px;
	height: 30px;
	padding-top:5px;
}

/* footer */
div.footer {
	text-align:center;
	color:#666;
	font-size:9px;
	padding-bottom:25px;
}

.footer a {
	color:#b0b579; 
	text-decoration:underline;
}

.footer a:hover {
	color:#5e88a2; 
	text-decoration:underline;
}


/* Text boxes */
.text-box {
	border: 1px dotted #999999;
	padding:10px;
	color: #000000;
}

/* text formatting */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align:top;
}

br { 
	line-height:85%;
}

.smalltext {
	font-size: 9px;
}

.greentext {
	color: #b0b579;
}

/* Links */
a {
	color:#666666; 
	text-decoration:underline;
}

a:hover {
	color:#5e88a2; 
	text-decoration:underline;
}

/* Alert Boxes */
.alert_box {
	border: 1px dotted #999999;
	padding:5px;
	background-color: #e5e5e5;
	color: #000000;
}

/* Form Items */
select, input, textarea, .formtext {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
}

/* page elements */
hr {
	color: #F5EEEB;
}
