* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color: #959595;
	text-align: center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
	font-size:12px;
}

.clearthis {
	margin : 0px;
	display : none;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}

#main {
	width:850px; 
	height:670px; 
	z-index:1; 
	overflow:hidden; 
	margin: 0px auto;
	text-align:left;
}

#Layer1 {
	width:890px; 
	height:670px; 
	z-index:2; 
	background-position:2px 60px; 
	background-repeat:no-repeat; 
	border: 1px none #000000; 
	overflow: hidden; 
	left: 0px; 
	top: 60px; 
	float:left;
	display: inline;
}

#Layer2 {
	float:left;
	margin:0px 0px 0px 2px; 
	width:890px; 
	height:167px; 
	z-index:3; 
	background-image: url(images/head.gif); 
	layer-background-image: url(images/head.gif); 
	background-repeat:no-repeat; 
	/* border: 1px solid #000000; */
	text-align:left;
	display: inline;
	
}

#rmenu {
	float:left;
	border: 1px none #FF0000;
	margin:auto 0px 0px 1px;
	width:183px;
	height:447px;
	z-index:3;
	overflow:visible;
	display: inline;
}

#menu {
	float:left;
	margin:auto 0px 0px 2px;
	width:189px;
	height:447px;
	z-index:3;
	display:inline;
}

#content {
	float: left;
	margin: 30px 0px 0px 10px;
	border: 1px none #000000;
	height:420px;
	width: 612px;
	overflow:auto;
}
#content_index {
	float: left;
	margin: 30px 0px 0px 0px;
	height:417px;
	width: 470px;
	overflow:auto;
	padding-right: 5px;
	display: inline;
}


.form_label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

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

.text {
	font-family: Comic Sans MS;
	color: #990000;
}
#apDiv1 {
	height:62px;
	width:210px;
	margin: 0px auto;
	padding: 0px;
	float:left;
	margin-left:430px;
	margin-top: -65px;
	/* border: 1px green solid; */
	display:inline;
}
#apDiv0 {
	height:52px;
	width:120px;
	float:left;
	margin-left:170px;
	display:inline;
	margin-top: 35px;
	/* border: 1px red solid; */
}
#login {
	float:right;
	margin-top: -50px;
	margin-right:50px;
}

.mail {
  	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
}

.mail td {
	border-bottom: 1px black solid;
	padding:2px;
}

.mail tr {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.mail tr + tr {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
}
.mail input, .form input, #submenu input {
	background-color: #FFFF99;	
	border-style: solid;
	border-width: 1px;
	margin: 1px;
}

#submenu input.selected {
	background-color:#FFCC66;
}

.message {
	color: #F00;
}

.master td {
	border-bottom: 1px black solid;
}

.mail_read td {
	border-bottom: 1px black solid;
	padding:2px;
}

.mail_read tr {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.mail_read td + td {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
}

.mail_read input {
	background-color: #FFFF99;	
	border-style: solid;
	border-width: 1px;
	margin: 1px;
}



