* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000;
	color: #fff;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #000;

}

a:link 		{ color: #999; text-decoration:none }
a:visited 	{ color: #999; text-decoration:none}
a:hover 	{ letter-spacing: 1px;  text-decoration:none }


#center		{
			width: 800px; margin-left:auto; margin-right: auto;
}

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:609px;
	background: #ffffff url(../images/mittbg.png) left top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:118px;
	background: #ffffff url(../images/topp.png) left top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:43px;
	background: #ffffff url(../images/bottbg.png) left top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	vertical-align: middle
}

#footertext {
	text-align:center; line-height: 40px


}
	
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	background:url(../images/menybg.png) left top no-repeat;
	width:800px;
	height:33px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	display: table-cell; vertical-align: middle; text-align: right;
	}

#menu li {
	display: inline; list-style-type: none;
}


	






/* --------------------------------------begin border----------------------------------*/
.body-panel {
	background:#FFFFFF;
}

.top-left-corner-tabs, .top-right-corner-tabs, .bottom-left-corner-tabs, .bottom-right-corner-tabs {
    background-image: url( ../images/corners1280x18HomeTabsBody.gif );
    height: 9px;
    font-size: 2px;
}

.top-left-corner, .top-right-corner, .bottom-left-corner, .bottom-right-corner {
    background-image: url( ../images/corners1280x18.gif );
    height: 9px;
    font-size: 2px;
}

.top-left-corner, .bottom-left-corner, .top-left-corner-tabs, .bottom-left-corner-tabs {
    margin-right: 9px;
}

.top-right-corner, .bottom-right-corner, .top-right-corner-tabs, .bottom-right-corner-tabs {
    margin-left: 9px;
    margin-top: -9px;
}

.top-right-corner, .top-right-corner-tabs {
    background-position: 100% 0;
}

.bottom-left-corner, .bottom-left-corner-tabs {
    background-position: 0 -9px;
}

.bottom-right-corner, .bottom-right-corner-tabs {
    background-position: 100% -9px;
}

.inside {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    padding: 0px 10px 0px 10px;
	height: 100%;
}

.inside p {
	padding: 0.2em 0 1em;
}

.tabsInside {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    padding: 0px 10px 0px 10px;
	height:150px;
}
/* --------------------------------------end border----------------------------------*/