@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #000;
	font-family: Times New Roman, Georgia, Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-style:normal;
	height: 100%;
	overflow:visible;
	text-align:justify;
	font-weight:700;
}
html {height: 100%;}
body {min-height: 101%;
	
}
#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0px auto;
	background-image:url(images/miaconbg.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	position: relative;
	bottom: 0;
	padding-bottom: 0px;

	
}
#container {
	width: 900px;
	min-height: 100%;
	margin: 0px auto;


}
#top {
	width: 900px;
	height: 350 px;
	margin: 0px auto;
}
#menu {
	width: 720px;
	margin: 0px auto;
	height: 40px;
}
#mainbody {
	width: 900px;
	min-height: 100%;
	margin: 0px auto;

}
#main_left { 
	width: 150px;
	float: left;
}
#main_right {
	width: 150px;
	float: right;
}
#main_center {
	width: 600px;
	margin: 0px auto;
	padding-bottom: 50px;
	margin-bottom: 25px;
	margin-left: 150px;
}
#footer {
   position:absolute;
  top: 1;	
   bottom: -1;
   left: 0;
   width:100%;
   height: 25px;   /* Height of the footer */
   background-color:#000;
   float: left;
}

#footercon {
	width: 900px;
	margin: 0px auto;
	font-family: Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
	bottom: 0;
	
}
#footercon_left {
	width: 400px;
	float: left;
}
#footercon_right {
	width: 400px;
	float: right;
	text-align: right;
}
.bodyhead {
	font-family: Times New Roman, Georgia, Century Gothic, Helvetica, Arial, Trebuchet MS, Lucida Grande;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-style:normal;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Miscellaneous Listing */

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form {
	text-align: left; 
	width: 300px; 
	height: 15px; 
	border: 1px solid #000000; 
	border-collapse: collapse;
	font-family: Verdana, Tahoma, Trebuchet MS, Lucida Grande, 'Lucida Grande', Arial, Helvetica;
	font-size: 0.875em;
	color: #000000;
	line-height: 22px;
	font-style: normal;
	margin-top: 5px;

}
label {
	width: 100px;
	height: 15px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block;
	margin-top: 5px;
	line-height: 14px;
	font-weight:bold;
}

.submit input{
	margin-left: 4.5em;
} 
#output {
	width: 480px;
	margin: 0px auto;
}