/* elements */

body {		
	text-align:center;
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	background:#ececec url(mae250px.jpg);
	background-color:#ececec;
}
blockquote { 
	padding-right:40px;
	border-left:1px solid;
	border-color:#cccccc;
}
form {
	margin:0;
	padding:0;
}
img {	
	border: 0;
}
input {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	margin:0px;
}
li, ul {
	list-style-type: disc;
}
p, pre { 
	margin:0;
	padding: 0;
}
code { 	
	font-family:  verdana, arial, sans-serif; 
	background-color:#ececec;
	line-height: 11px;
	font-size: 13px;
	margin:0;
}
select {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}
table,td,th {
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	border : 0px;
}
textarea {  
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
}

hr {	
	color: #999999;
	height:1px;
	width:90%;
	border:1px dotted;
	margin: 5px;
	padding: 0;
}
	
/* classes */

.title {
	font-family: arial, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size: 20px;
	padding:10px;
}
.head1 { 
	font-size: 13px;
	padding: 0 0 5px 0;
}
.head2 { 
	font-weight:bold;
	font-size: 15px;
	padding: 15px 0 15px 0;
}
.post {	
	font-size: 11px;
	padding: 5px 0 5px 0;
}
.posted { 
	font-size: 11px;
	padding: 5px 0 5px 0;
}

img.imgBorder  {
	border:1px solid;
	padding:5px;
	border-color: #cccccc;
	margin: 5px;
}
.input1 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 111px;
}
.input3 {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.login {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 95px;
}
.txt {
  font-family:  verdana, arial, sans-serif;
  font-size : 11px;
  color : #000;
  line-height : 11px;
}
.txtcenter {
	text-align: center;
}
.txtform {
	font-family:  verdana, arial, sans-serif; 
	font-size: 11px;
	width: 130px;
}
.txtright {
	text-align: right;
}
.txtsmall {
  font-family:  verdana, arial, sans-serif;
  font-size : 9.50px;
  color : #000;
  line-height : 11px;
  background-color : transparent;
}
a {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}
a:visited:hover {
  color : #000;
  font-weight: normal;
  text-decoration : underline;
  background-color : transparent;
}

.calBdr {
	margin:5px;
}
.cal_title {
	height:20px;
	text-align: center;
	background-color:#fff;
}
.cal_day_head{
	width: 15px;
	text-align: center;
	background-color:#fff;
}
.cal_day {
	text-align: center;
	background-color:#fff;
}
.cal_day_current {
	text-align: center;
	background-color:#dcdcdc;
}

/* id */

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	border:1px dotted;
	border-color: #999999;
	background-color: #fff;
	background:#ececec url(mae.gif);
}

#contentcenter {
	width:440px;
	padding:5px;
	float:left;
	background-color:#fff;
	margin-bottom:0;
	border:0;
}

#contentright {
	width: 185px;
	padding: 5px 5px 5px 0;
	margin-bottom: 5px;
	float:left;
}

#contentheader {
	padding: 0px;
	background-color: #336600;
	border:0;
}

#contentfooter {
	clear: both;
	overflow:hidden;
	padding: 5px;
	background-color:#fff;
	border:0;
	border-top: 1px;
	border-style: dotted;
	border-color: #999999;
}
#divleft {
	text-align:left;
	width: 350px;
	float:left;
}
#divright {	
	text-align:right;
	width: 150px;
	float:right;
}

	
