/* CSS Document */
*{margin:0;padding:0}
#body{
	text-align:center;
	font-size:62.5%;
	font-family:Trebuchet MS, arial, sans-serif;
	margin: auto;
	color: #000000;
	background-color: #FFFFFF;
}
#stage{
	width:780px;
	margin: auto;
	margin-top: 10px;
	background-color: #f06e01;
	border: solid black 0px;
}
#stage2{
	width:778px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
	border: solid #393939 1px;
}
#stage3{
	width:780px;
	margin: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

h1{
	height:60px;
	font-size:4.0em;
	font-weight:normal;
	background:  url(header2.gif) no-repeat;
	text-indent:0px;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
}
h2{
	font-size:1.7em;
	font-weight:normal;
	text-transform: uppercase;
	color: red;
	padding: 0px 5px 0px 5px;
	text-align: center;
	padding-top: 10px;
}
h3{
	font-size:1.3em;
	font-weight:normal;
	color:#393939;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}
h4{
	font-size:1.6em;
	font-weight:strong;
	color:#393939;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}
h5{
	font-size:1.3em;
	font-weight:normal;
	color:red;
	text-transform: uppercase;
	padding-bottom: 3px;
	text-align: center;
}
h6{
	font-size:1.0em;
	font-weight:normal;
	color:#545454;
	text-transform: uppercase;
	padding-bottom: 3px;
	text-align: center;
}
#pot4{
	width:590px;
	float: left;
	margin-right: 5px;
	
}
#pot6{
	width:180px;
	float:right;
	margin-right: 2px;
	text-align: center;
}

.maintext{
	color:#000000;
	font-size:1.3em;
	text-align: justify;
	padding: 10px;
	
}

.maintext1{
	color:#000000;
	font-size:1.1em;
	text-align: center;
	padding: 10px;
}
.maintext a{
	color:blue;
	text-decoration: underline;
}
.maintext a:hover {
	color:blue;
	text-decoration: underline;
}

.sidelink{
	color:#307dfd;
	font-size:1.3em;
	text-align: centre;
	padding: 2px;
}
.sidelink a{
	color:#1B703A;
	text-decoration: underline;
}
.sidelink a:hover {
	color:#393939;
	text-decoration: underline;
}



a {
	font-family:Trebuchet MS, arial, sans-serif;
	color:#000000;
	text-decoration: underline
}
a:hover{
	color: #1B703A;
	
}
#footer {
	clear:both;
	width:100%;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
}
#footer a {color:blue}
#footer a:hover {color:blue}

