body {		
	background-color: #ffffff;
	margin :0 auto;
	font-family:Arial,Verdana,san-serif;
	font-size:12px;
}
#mainMain{
	width:1132px;
	margin :0 auto;
}

#main{
	width:1032px;
	margin :0 auto;
}
table{
	font-family:Arial,Verdana,san-serif;
	/* font-size:100%; */
	font-size:12px;
}


#bgTop{
	background: url(../images/bgTop.jpg) no-repeat;
	width:1280px;
	height:132px;
}
#bgLeft{
	background-color:rgb(203, 203, 248);
	opacity:0.4;
	filter:alpha(opacity=40);
	/*background: url(../images/bgLeft.jpg) no-repeat;*/
	width:124px;
	/*height:1395px;*/
}
#bgRight{
	background: url(../images/bgRight.jpg) no-repeat;
	width:124px;
	/*height:1395px;*/
}
#header{
	background: url(../images/top.gif) no-repeat;
	width:1032px;
	height:137px;
}

#header a{
	font-size : 12px;
	
	color: #FFFFFF;
	text-decoration : none;
}

#contents{
	height:250px;
	width:957px;
	background: url(../images/bg3.jpg) no-repeat; 
	
}
#footer{
	color:blue;
}
#sitemap{
	background: url(../images/sitemap.jpg);
	width:1032px;
	height:50px;
	color:white;
}
#sitemap table{
	color:white;
}
#sitemap a{
	color:white;
}

a {
	text-decoration : none;
}

.title{
	font-size : 15px;
	font-weight:bold;
	color: rgb(133, 217, 245);
}

.titleBlack{
	font-size : 14px;
	font-weight:bold;
	color: #000;
}

.titleResourceOrange{
	font-size : 12px;
	font-weight:normal;
	color: orange;
}
/* button style   */
.save{
		display:block;
		float:left;
		margin:0 7px 0 0;
		background-color:#f5f5f5;
		border:1px solid #dedede;
		border-top:1px solid #eee;
		border-left:1px solid #eee;

		font-family: Arial,"Lucida Grande", Tahoma,  Verdana, sans-serif;
		font-size:12px;
		line-height:130%;
		text-decoration:none;
		font-weight:bold;
		color:#565656;
		cursor:pointer;
		padding:5px 10px 6px 7px; /* Links */
		
		width:auto;
		overflow:visible;
		padding:4px 10px 3px 7px; /* IE6 */
	}

	.save:hover {
		border: 1px solid #f00;
		background: #eef;
	}
	
/* end button style */

table.t1 {
    border: 1px solid #333333;
}
table.t1 th {
    background: none repeat scroll 0 0 rgb(200, 247, 183);
    border: 1px solid #333333;
    color: #00000;
    padding: 3px;
}
table.t1 td {
    border: 1px solid #333333;
    padding: 3px;
}
table.t1 td a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
table.t1 td a:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.r1 {
    background: none repeat scroll 0 0 #DDDDDD;
}
.r0 {
}

.error{
	color:red;
	font-size:10px;
}



