﻿body {
	padding: 20px;
	text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666666;
}

a {color: Blue; text-decoration: none;}
a:active {color: Blue; text-decoration: underline;}
a:visited {color: Blue; text-decoration: none;}
a:hover {color: Blue; text-decoration: underline; font-size: 120%;}

h1 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: Orange;
	padding-bottom: 10px;
}

h2 {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #444444;
	padding-top: 15px;
}

h5 {
	text-align: center;
	font-size: 1.2em;	
	font-weight: bold;
	color: #444444;
	padding-top: 15px;
}	

p {
	text-align: left;
}

iframe {
	width: 100%;
	height: 400px;
}

.container {
	background: #ffffff url(/files/top.png) repeat-x scroll top left;
	width: 520px;
	height: 1080px;
	padding: 30px 40px 30px 40px;
	margin: auto;
	position: relative;	
}

.contleft {
	background: transparent url(/files/left.png) repeat-y scroll top left;
	width: 6px;
	height: 1012px;
	position: absolute;
	left: 0;
	top: 64px;
}

.contright {
	background: transparent url(/files/right.png) repeat-y scroll top right;
	width: 6px;
	height: 1012px;
	position: absolute;
	right: 0;
	top: 64px;
}

.bottom {
	background: transparent url(/files/bottom.png) repeat-x scroll bottom left;
	width: 472px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 64px;	
}

.cornertopleft {
	background: transparent url(/files/topleft.png) no-repeat scroll top left;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 0;
}

.cornertopright {
	background: transparent url(/files/topright.png) no-repeat scroll top right;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
}

.cornerbottomleft {
	background: transparent url(/files/bottomleft.png) no-repeat scroll bottom left;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cornerbottomright {
	background: transparent url(/files/bottomright.png) no-repeat scroll bottom right;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer {text-align: center;}

.footer a {color: #666666; text-decoration: none;}


.searchbox {
	color: #555;
	font-weight: bold;
	font-size: 1.3em;
	padding: 3px;
	margin: 5px;
}

.submitbutton {
	color: #555;
	font-weight: bold;
	font-size: 1.3em;
	padding: 3px;
	height: 40px;
	margin: 5px;
}

