h1,h2,h3,h4,h5,h6 {font-family: "Myriad Pro Semibold", "Myriad Pro Bold", "Myriad Pro"; }

h1 {font-size: 16px; color: #0C3; }
h2 {font-size: 16px; color: #666; }
h3 {font-size: 22px; color: #0C3; }
h4 {font-size: 16px; color: #F63; }

a:link {
	color: #0033CC;
	font-size: 12px;
	font-family: "Myriad Pro Semibold", "Myriad Pro Bold", "Myriad Pro"; }
a:hover {
	color: ##0C3;
	background-color: #CCC; }
a:visited { color: #0033CC; }


a.one:link {
	color:#0033CC;
	font-size: 15px;
}
a.one:visited {color:###0C3;
	font-family: "Myriad Pro Semibold", "Myriad Pro Bold", "Myriad Pro";
	font-size: 15px; }
a.one:hover {
	color:#0C3;
}
a.two:link {
	color:#999999;
	font-size: 14px;
	font-style: normal;
}
a.two:visited {
	color:#999999;
	font-size: 14px;
}
a.two:hover {
	font-size:14px;
	font-style: italic;
}


a.three:link {color:#ff0000;}
a.three:visited {color:#0000ff;}
a.three:hover {background:#66ff66;}


.container {
	height: 100%;
	width: 798px;
	float: none;
	clear: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation {
	height: 41px;
	width: 798px;
}

.top {
	height: 168px;
	width: 798px;
	background-image: url(../images/logotop.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.middle {
	height: 656px;
	width: 798px;
	background-image: url(../images/logomiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}


.middle2Long {
	height: 950px;
	width: 798px;
	background-image: url(../images/logomiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

.bottom {
	height: 46px;
	width: 798px;
	background-image: url(../images/logobottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer {
	height: 100px;
	width: 798px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #999;
	text-align: center;
}

fieldset {
  border:1px dotted red;
  font-size: small;
  color: grey;
  width:70%;
  margin-left: auto;
  margin-right: auto;
}
