/* 
http://www.studiobrain.net/
*/

html{
   margin: 0;
   padding: 0;
}
body{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 130%;
	background-color: #FFF;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}


/*---------------------------------*/
h1{
	font-size:13px;
	margin:0px;
	padding:0px;
	color: #000000;
	font-weight: normal;
}
h2{
	font-size:32px;
	margin:0px;
	padding:0px;
}
strong{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.h2text{
	font-size:16px;
	color: #ff0000;
	font-weight: bold;	
}
/*--------------------------------*/
img{border:0;}
td { font-size:14px; line-height:1.4;}


.h1_title{
	margin-left: 90px;
	line-height: normal;
	margin-top: 35px;
	margin-bottom: 0px;
}
.h1_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.h1_title a:hover{
	color: #FFF7B9;
}
.h2_title {
	font-size: 12px;
	margin-left: 94px;
	line-height: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
}
a { text-decoration: underline;
	color: #0033CC;
}
a:hover {
	color: #0066FF;
}
a img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
#container {
	width: 780px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
}
#header {
	height: 200px;
	background-color: #CCCCCC;
	height: 100px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#pagebody {
	position: relative; width: 100%;
}
#alpha{
	float: left;
	width: 570px;
}
#beta{
	float: right;
	width: 200px;
	margin-top: 10px;
}
#footer {
	text-align: center;
	padding: 15px;
	background-color: #eee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.menu {
	margin-bottom: 10px;
}
.menu a{
	background-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1E5DDD;
	padding: 10px;
	display: block;
	color: #003399;
	background-image: url(images/menu_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menu a:hover{
	background-color: #aaaaaa;
	background-image: url(images/menu_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-color: #0066FF;
	}
#alpha .top_copy {
	padding: 15px;
	margin-top: 10px;
	height: 170px;
	background-color: #3366CC;
	background-image: url(images/topimg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#alpha .page_copy {
	padding: 15px;
	margin-top: 10px;
	height: 70px;
	background-color: #3366CC;
	background-image: url(images/cateimg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.topic {
	margin-left: 30px;
}
.banner {
	margin-bottom: 10px;
}
#page {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.pad5 { padding:5px 0;}

/*------form-------*/	

.form{
width:550px;
margin:0 auto 30px;
}	

.form table{
width:550px; 
background:#999;
margin:0 0 0 0;
}	

.form table th{
background:#F1FCE0;
padding:8px;
text-align:left;
}

.form table td{
background:#FFF;
padding:8px;
text-align:left;
}

.formw{ width:280px;}

.form input,.form textarea{ line-height:1.2; padding:3px;}	
select{ font-size:14px;
}

.form .btn{
width:550px;
text-align:center;
margin:20px 0;
}	
.form .btn input{
	text-align:center; padding:2px 3px 0 3px;
}

