 body {
	width:100%;
	margin:0;
 	padding:0;
 	border:0;
 	background:#fff;
 	}

#maincontents {
 	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
}
 	
#header { 
 	height:115px; 
	padding:0;
	margin:0;
	border:0;
}

#headertl {
	float:left;
	height:26px;
	width:5px;
	padding:0;
	margin:0;
	border:0;
	background-image: url("gfx/headertop.png");
}
 	
#headerbk {
	float:left;
	height:16px;
	padding:5px;
	margin:0;
	border:0;
	background-image: url("gfx/headertop2.png");
  color: #fff;
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
  font-size: 14px;	
}

#clocklt {
	float:left;
	height:26px;
	width:16px;
	padding:0;
	margin:0;
	border:0;
	background-image: url("gfx/clockbkleft.png");
}

#clockmiddle {
	margin:0;
	margin-right:10px;
	border:0;
	background-image: url("gfx/clockbkmid.png");
	background-repeat: repeat;
	color: #00f;
	font-weight:bold;
	font-family: arial;
	font-size: 13px; 
	line-height:14px;      
	text-decoration: none;	
	padding:6px;
}

#headerrt {
	height:26px;
	width:10px;
	padding:0;
	margin:0;
	border:0;
	background-image: url("gfx/clockbk.png");
	float:right;
}

#title {
	height:34px;
	padding:5px;
	margin:0;
	border:0;
	background-image: url("gfx/headermiddle.png");
	display:block;
	clear:both;
	
	color: #fff;
	font-weight:bold;
	font-family: arial;
	font-size: 12px;       
	text-decoration: none;	
}

h1.messagebar {
	padding:5px;
	padding-top:12px;
	margin:0px;
	border:0px;
	background-image: url("gfx/messagebar.png");
	color: #00f;
	font-weight:bold;
	font-family: arial;
	font-size: 13px;  
	line-height:13px;     
	text-decoration: none;
}

#buttons {
	width:400px;
	background: #f00;
	float:right;
}

ul.fastbar {
    width:400px;
    background-image: url("gfx/menubk.png"); 
    background-repeat: repeat;
    padding:0px;
    border:0px;
    margin:0px;
    text-align: left;
	  list-style-type: none;  
	  float:right;
	  height:30px;
}
	  
ul.fastbar li {
       background: url("gfx/menusep2.png"); background-repeat: repeat;
       margin:0px;
			 padding-left:3px;
			 padding-right:1px;
			 padding-top:0px;
			 padding-bottom:0px;
       width:76px;
       height:30px;
			 float:right;
}

ul.fastbar a.index {
}


ul.fastbar li.index {
       background: url("gfx/leftbutton.png"); background-repeat: no-repeat;
       margin:0px;
			 padding-left:3px;
			 padding-right:1px;
			 padding-top:0px;
			 padding-bottom:0px;
       width:76px;
       float:right;
       height:30px;
}

ul.fastbar li a {
       padding-left:1px;
       padding-right:1px;
       padding-top:6px;
       padding-bottom:6px;
			 height:18px;
			 float:right;
			 width:74px;

       color: #ddd;
			 font-weight:bold;
       font-family: arial;
       font-size: 12px;       
       text-decoration: none;
}

ul.fastbar li a:hover {
	color:#fff;
}

ul.fastbar a.green {
       background: url("gfx/greenoff.png"); background-repeat: repeat;
}

ul.fastbar a.green:hover {
       background: url("gfx/greenon.png"); background-repeat: repeat;
       color:#fff;
}

ul.fastbar a.red {
       background: url("gfx/redoff.png"); background-repeat: repeat;
}

ul.fastbar a.red:hover {
       background: url("gfx/redon.png"); background-repeat: repeat;
}

ul.fastbar a.yellow {
       background: url("gfx/yellowoff.png"); background-repeat: repeat;
}

ul.fastbar a.yellow:hover {
       background: url("gfx/yellowon.png"); background-repeat: repeat;
}

ul.fastbar a.blue {
       background: url("gfx/blueoff.png"); background-repeat: repeat;
}

ul.fastbar a.blue:hover {
       background: url("gfx/blueon.png"); background-repeat: repeat;
}



#bodyshadeleft {
	float:left;
	width:15px;
	padding:0;
	margin:0;
	border:0px;
	background: url("gfx/bodyshadeleft.png");
	clear:both;
	line-height:15px;
}

#bodyshademiddle {
	background: url("gfx/bodyshade.png");
	padding:0;
	margin:0;
	border:0;
	line-height:15px;
}

#content h2 {
	padding-left:5px;
	border-bottom:2px solid #9711c8; background:#f6e7fc;
}

#content h2:hover {
	border-bottom:2px solid #9711c8; background:#ecea7b;
}

#content a {
	text-decoration:none;
	border-bottom:1px solid #9711c8;
	background:#fff;
	color:#9711c8;
}

#content a:hover {
	background:#f6e7fc;
	color:#000;
	border-bottom:1px solid #9711c8;
}

#content p.footer {
	color:#bbb;
	text-align:center;
	font-size:10px;
}
