html {
	overflow: none;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	min-height: 100%;

}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

p, td {
	font-size: 12px;
	vertical-align: top;
}
td {
	padding:0;
	margin:0;
}

input, textarea, select {
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

.left_menu h1, .right h1 {
	background: #CC0000;
	padding:5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.content h1 {
	font-weight: bold;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #000000;
}

#bg_left {
    background: url('frame/bg_left.png') no-repeat;
    width:50px;
    height:100%;
    float:left;
}
#bg_right {
    background: url('frame/bg_right.png') no-repeat;
    width:50px;
    height:100%;
    float:left;
}

#center {
    width:900px;
    background: url('frame/bg_header.png') #FFFFFF no-repeat;
    height:100%;
    float:left;
}

#container {
    height:100%;
    width:1000px;
    margin: 0px auto 0px auto;
}

.menu {
    width:800px;
    margin-top: 230px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

.menu a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 15px 0px 15px;
}

.menu a:hover, .menu .active {
    text-decoration: underline;
}

.menu .menulist {
    padding-top: 7px;
}

.menu .icons {
    display:inline;
    float:left;
    width:150px;
}

.menu .icons a , .menu .icons img{
    margin:0;
    padding:0;
    border:0;
}

.content_left, .content_right {
    float:left;
    width:160px;
    padding:10px;
}

.content_center {
    float:left;
    width: 500px;
    padding:10px;
}

#contentcontainer {
    width:900px;
    background: #FFFFFF;
    overflow: scroll;
}
