hlogo {
margin: 0;
	padding: 0;
	background:url(images/masterWU2_02.jpg) repeat-y;
	font: normal small Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

body {
	margin: 0;
	padding: 0;
	background:url(images/bg.jpg) repeat-y;
	font: normal small Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
	background:#FFC;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFF;
}

#main{ 
	background:#FFFFFF;
	width: 904px;
	height: auto;
	margin: 0 auto;
	/*border:1px solid #000;*/
}
/* Menu */

#menu {
	/*width: 704px; +200*/
	width: 904px;
	height: 62px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 149px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(images/img01-1.gif) no-repeat center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url(images/img02-2.gif) no-repeat center bottom; border-color: #FCEE0F; color: #C0B94A; }
#menu3 { background: url(images/img03-3.gif) no-repeat center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url(images/img04-4.gif) no-repeat center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url(images/img05-5.gif) no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }

#menu a:hover {
	color: #000000;
}

/* Logo */

#logo {
	width: 904px;
	height: 300px;
	background: url(images/img06.jpg) no-repeat;
	border-bottom: 10px solid #595959;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 130px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#logo h1, #logo h2 {
	float: left;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
}

#logo h1 {
	padding: 0 0 0 140px;
}

#logo h1 a {
	color: #C3B1D2;
}

#logo h2 {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #8E68A5;
}

/* Content */

#content {
	width: 904px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}
#content p.detail{ font-size:18px; line-height:36px; font-weight:bold;}
#content p.about{ padding:2px 10px 0 20px; text-indent:36px; line-height:20px;}
#content p.detailnew{text-indent:40px;}
#content p.files{text-indent:36px;}
#content h1{padding:10px 10px 0 20px;}
#content h2{padding:10px 10px 0 20px; font-size:18px; color:#63C; font-weight:bold;}
#content h3 {
	height: 30px;
	padding: 10px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	margin-bottom:14px;
}
#colA {
	width: 780px;
	padding: 0 30px 0 0;
	margin:0 auto;
}
#colA img{border:none;}
#colA a.add{background:#FFC url(images/add.png) no-repeat; padding-left:20px;}
#colA a.add:hover{background:#FCF url(images/add.png) no-repeat; padding-left:20px;}

.boxedA {	
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: 2em;
	text-align: justify;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}
/* Footer */

#footer {
	clear: both;
	width: 904px;

	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
	color:#666;
}

#footer a {
	color: #666;
}

/*--------------------------------- Form ---------*/
html .form-wrap {
  position: relative;
  margin: 0 auto;
  background: #ecf0f1;
  width: 550px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;
}
html .form-wrap h2 {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  margin-top: 10px;
  color: #34495e;
}
html .form-wrap .form {
  padding-top: 20px;
}
html .form-wrap .form label{ font-size:1.2em; float:left;}
html .form-wrap .form input[type="text"],
html .form-wrap .form input[type="password"],
html .form-wrap .form button {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  -moz-outline-style: none;
}
html .form-wrap .form input[type="text"],
html .form-wrap .form input[type="password"] {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}
html .form-wrap .form input[type="text"]:focus,
html .form-wrap .form input[type="password"]:focus {
  border: 1px solid #3498db;
}
html .form-wrap .form a {
  text-align: center;
  font-size: 10px;
  color: #3498db;
}
html .form-wrap .form a p {
  padding-bottom: 10px;
}
html .form-wrap .form input[type="submit"]{
  background: #e74c3c;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
html .form-wrap .form input[type="reset"]{
  background: #999;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
#textarea-1{
	width: 80%;
	height: 200px;
	padding: 10px;
	border: 2px solid #ddd;
}
html .form-wrap .form input[type="radio"]{ width:20px;}
.text2{ width:160px !important;}
html .form-wrap .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .form-wrap .form button:active {
  box-shadow: 1px 1px 7px #222;
}
html .form-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  height: 5px;
  border-radius: 5px 5px 0 0;
}

table.listdata{ border:1px solid #CCC; width:100%;}
table.listdata th{ background:#FCF; height:30px; border:1px solid #999;}
table.listdata th.H{ background:#FFC; height:30px;}
table.listdata td{ padding:10px 4px; border:1px solid #C7C7E2;}
#main div table tr td marquee {
	color: #FFF;
}
#main div table tr td iframe {
	color: #EDEDED;
}
