body {
	font-family: "Trebuchet MS";
	font-size: medium;
	background-color: #EEEEEE;
}

a:link {
	text-decoration: underline;
	color: #5e6090;
	font-size: medium;

}

a:visited {
	text-decoration: underline;
	color: #5e6090;
	font-size: medium;

}

a:hover {
	text-decoration: underline;
	color: #454769;
	font-size: medium;

}

a:active {
	text-decoration: underline;
	color: #0000FF;
	font-size: medium;

}

.master #container {
	position: relative;
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	left: auto;
	right: auto;
	font-size: medium;
}

.master #header {
	font-size: medium;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0%;
	padding-right: 0%;

}

.master #headermenu {
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: medium;
	background-color: #3ea98f;
	color: #FFFFFF;

}
#headermenu a {
	color: white;
}

 

.master #content {
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: medium;

}

.master #footer {
	font-size: medium;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0%;
	padding-right: 0%;

}

            

.fltrt {

            float: right;

            margin-left: 5%;

}

.fltlft {

            float: left;

            margin-right: 5%;

}

.clearfloat {

            clear:both;

            height:0;

            font-size:1px;

            line-height:0px;

}


.master h1 {
	font-size: medium;
	color: #5e6090;
	font-weight: bold;
}
.master h2 {
	font-size: medium;
	color: #5e6090;
}
.master h3 {
	font-size: medium;
	color: #3ea98f;
	font-weight: bold;
}
.master  h4 {
	font-size: medium;
	color: #3ea98f;
}
.master  h5 {
	font-size: medium;
	color: #000099;
	font-weight: bold;
}.master  h6 {
	font-size: x-small;
	color: #CCCCCC;
}
.master p {
	color: #5e6090;
	font-size: medium;
}

