@charset "UTF-8";
/* CSS Document */

* {
 padding: 0;
 margin: 0 ;
}

a{
	text-decoration: none;
	color: #000;
}

body{
	background-image: url(imgs/bg4.png);
	background-repeat: repeat;

}


#header {
	text-align: center;
	display: block;
	height: 350px;
	width: 100%;
	border-bottom-width: 40px;
	border-bottom-style: groove;
	border-bottom-color: #060;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #060;
	background-image: url(imgs/bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#header h1 {
	background-image: url(imgs/titleimage.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}



#wrapper {
	width: 100%;
	background-image: url(imgs/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 100px;
}

#col1 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imgs/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 60px;
	line-height: 2em;
}
#footer {
	height: 250px;
	width: 100%;
	text-align: center;
	background-image: url(imgs/bg3.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 70px;
	letter-spacing: 0.5ex;
}

#wrapper #col1 h1 {
	text-align: center;
	padding-bottom: 20px;
}
#wrapper #col1 form input {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: block;
	padding: 20px;
	font-size: large;
	font-weight: bold;
}
.styletype_square{
	list-style-type: square;
}
#wrapper #col1 h2 {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #060;
	border-left-width: 20px;
	border-left-style: groove;
	border-left-color: #060;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
.center {
	text-align: center;
}

.padding_top20px {
	padding-top: 20px;
}

.padding_top30px {
	padding-top: 30px;
}

.padding_bottom20px {
	padding-bottom: 20px;
}

.padding_bottom30px {
	padding-bottom: 30px;
}

.margin_top20px{
	margin-top: 20px;
}

.margin_top30px{
	margin-top: 30px;
}

ol{margin-left:30px;}

.styletype_none{
	list-style-position: inside;
	list-style-type: none;
}

.styletype_roman {
	list-style-type: lower-roman;
}
.float_left {
	display: block;
	float: left;
	height: 120px;
	width: 90px;
	text-align: center;
}

.float_right {
	display: block;
	float: right;
	padding-left: 10px;
	width: 700px;
	height: 120px;
}

.border-top1px{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	clear: both;
}

.text-decoration_underline{
	color: #00F;
	text-decoration: underline;
}


.clear{
	clear: both;
}#wrapper #col1 table {
	width: 800px;
}

#wrapper #col1 table tr td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
