* { 
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

body {
	background: #6dbbe9;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

.ban {
	width:100%;
	margin: 0px auto 0px auto;
	background-color: #66ff33;
	background: linear-gradient(#66ff33, #1ace29);
	text-align:center;
	padding:15px 0px;
}


.ban h1{
	max-width:1000px;
  color: #fff;
  font-size:13pt;
  letter-spacing:1px;
  font-weight:bold;
  font-family: Arial, "MS Trebuchet", sans-serif;
  overflow: hidden;
  border-right: 2px solid #ffffff; 
  white-space: nowrap; 
  margin: 0 auto;
  text-shadow: 2px 2px 5px #000000;
  animation: 
    typing 10s steps(30, end) infinite,
    blink-caret .5s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ffffff }
}


#template {
	margin: 0px auto 0px auto;
	padding:138px 40px 0px 40px;
	background-image: url(graphics/bk.jpg);
	min-height: 1365px;
	width:960px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#top {
	background-color: #124e85;
	width:880px;
	overflow:hidden;
}

#top_menu {
	float:left;
	text-align: center;
	padding:5px 20px;
	background-color: #124e85;
}

#top_menu1 {
	float:left;
	text-align: center;
	padding:5px 21px;
	background-color: #ec008d;
}

#left {
	float:left;
	width:540px;
	margin: 20px 30px 0px 0px;
	padding:20px;
	background-color: #dceffb;
	height: 600px;
	font-size:11pt;
	line-height: 24px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}

#left li{
	margin-left: 40px;
}


#right {
	float:left;
	width:310px;
	margin:20px 0px 40px 0px;
	background-color: #496e9e;
	height: 470px;
	padding:20px 30px;
	font-size:10pt;
	color: #ffffff;
}

/* contact form */
#form_name {
	clear:both;
	width:60px;
	font-size:10pt;
	height:24px;
	color:#ffffff;
	padding: 4px 2px 2px 5px;
	margin: 1px 0px 6px 0px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: #ec008d;
	border-radius: 5px;
}

#form_name1 {
	clear:both;
	width:100%;
	height:24px;
	font-size:10pt;
	color:#ffffff;
	padding: 4px 2px 2px 5px;
	margin: 1px 0px 0px 0px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: #ec008d;
	border-top-right-radius: 5pt;
	border-top-left-radius: 5pt;
}

#form_field {
	height:24px;
	font-size:10pt;
	color:#1c242b;
	padding: 3px;
	margin: 1px 0px 6px -10px;
	background-color: #ffffff;
	border: 0px;
	width: 200px;
	border-radius: 5px;
}

#form_field2 {
	font-size:10pt;
	color:#1c242b;
	border: 0px;
	padding: 4px;
	margin: -1px 0px 1px 0px;
	background-color: #ffffff;
	width: 250px;
	height:80px;
	border-bottom-right-radius: 5pt;
	border-bottom-left-radius: 5pt;
}

#form_button {
	font-size:11pt;
	font-weight:bold;
	margin:5px 0px 10px 180px;
	padding: 3px 10px;
	border: 0px;
	background-color:#ec008d;
	color:#ffffff;
	border-radius: 5px;
	cursor: pointer;
}
/* contact form */

#reg_name {
	clear:both;
	width:180px;
	font-size:10pt;
	height:26px;
	color:#ffffff;
	padding: 1px 2px 4px 5px;
	margin: 1px 0px 6px 0px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: #ec008d;
	border-radius: 5px;
}

#reg_name1 {
	clear:both;
	width:180px;
	height:26px;
	font-size:10pt;
	color:#ffffff;
	padding: 1px 2px 4px 5px;
	margin: 3px 0px 0px 0px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: #ec008d;
	border-top-right-radius: 5pt;
	border-top-left-radius: 5pt;
}

#reg_field {
	height:26px;
	font-size:10pt;
	color:#1c242b;
	padding: 3px;
	margin: 1px 0px 6px -10px;
	background-color: #ffffff;
	border: 0px;
	width: 300px;
	border-radius: 5px;
}

#reg_field2 {
	font-size:10pt;
	color:#1c242b;
	border: 0px;
	padding: 4px;
	margin: 3px 0px 6px -10px;
	background-color: #ffffff;
	width: 300px;
	height:80px;
	border-radius: 5pt;
}

#reg_asterisk {
	margin-bottom:10px;
	text-align:center; 
	font-weight:bold;
	font-size:10pt;
	color: #ec008d;
}

#bottom {
	text-align: center;
	margin:5px 5px 10px 5px;
	font-size:10pt;
	color: #000000;
}

#bottom a{
	color: #000000;
	text-decoration: none;
}

#bottom a:visited{
	color: #000000;
	text-decoration: none;
}

#bottom a:hover{
	color: #000000;
	text-decoration: underline;
}

#facebook {
	text-align:right;
}

