* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    color: #ffffff;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.bigtext {
    height:00px;
	font-size:18px;
    font-weight: bold;
	color:#ff0000;
	text-align:center;
	margin-top:3px;
}
.bigwhitetext {
    height:00px;
	font-size:18px;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	margin-top:10px;
}
.littletext {
    font-size: 10px;
}
table {
    display: none;
}

#topnav {
    height:77px;
    margin: 0px;
}
.topnav {
    float: right;
    margin-left: 5px;
    font-size: 12px;
    color: #ffffff;
}

#shit {
    float: right;
    margin-left: 5px;
    font-size: 12px;
    color: #ffffff;
}

hr {
    margin: 1px;
}

#foldandexpand {
    position: relative;
    left: 150px;
    width: 728px;
    height: 20px;
    margin:0px 2px;
	vertical-align:middle;
}
#foldandexpand button {
    border:1px solid #595959;
    margin: 1px 3px;
	vertical-align:middle;
}

.mainmenu {
    position: absolute;
    left: 10px;
    width: 140px;
    color: #ffffff;
}
.menuitem,.categoryitem,.functionitem {
    height: 30px;
    overflow: hidden;
    text-indent: 20px;
    padding: 7px 5px;
    margin-bottom: -14px;
    cursor: pointer;
}
.selecteditem {
    text-align: right;
    font-weight: bold;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.menuitem {
    background-image: url(img/menuitem.png);
    background-repeat:no-repeat;
}
.menuitem:hover {
    color:#FF9900;
}
.functionmenu {
    position: absolute;
    display: none;
    left: 150px;
    top: 0px;
    cursor: pointer;
    width: 221px;
}
.categoryitem {
    background-image: url(img/categoryitem.png);
    background-repeat:no-repeat;
    font-weight: bold;
}
.category {
    display: none;
}
.functionitem {
    background-image: url(img/functionitem.png);
    background-repeat:no-repeat;
}
.categoryitem:hover,.functionitem:hover {
    color: #bbb;
}

.content {
    position: relative;
    left: 231px;
    top: 0px;
    width: 650px;
    display: none;
    background-color: #48b;
    padding: 10px 20px;
    cursor: auto;
}

.content h1,h2,h3 {
    font-size: 12px;
    margin-bottom: 10px;
}
.content h1{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
	font-size:15px;
}
.content h2{
    background-color: #226699;
    margin-top: 10px;
    padding: 3px;
}
.content h3 {
    text-indent: 2em;
}
.content h3 {
    font-weight: bold;
}
.content p span {
    font-weight: bold;
}
.content .desc {
    text-indent: 2em;
    font-size: 1.2em;
    margin-bottom: 10px;
	width:50%;
	height:145px;
}
.content .desc .longdesc {
    font-size: 0.9em;
    margin-top: 10px;
}
.content .pic1 {
	position: absolute;
	top:30px;
	left:381px;
	width:40%;
	margin:10px;
	float:left;
    vertical-align : center; 
	text-align : center;

}
.content .left {
	float:left;
	width:50%;
	margin:0px 10px 0px 0px;
    vertical-align : center; 
}
.content .right {
	float:right;
	width:40%;
	margin:0px 10px;
    vertical-align : center; 
}
.content .bottom {
	float:top;
	width:100%;
}
.content .pic2 {
	clear:both;
	position: relative;
	top:0px;
	left:5px;
	margin:10px;
	float:left;
    vertical-align : center; 
	text-align : center;

}
p.indent {
    text-indent: 2em;
    margin-top: 10px;
}
div.code {
    border: 1px solid #ffffff;
    background-color: #226699;
    word-wrap: break-word;
    overflow: auto;
    margin-top: 10px;
    padding: 5px;
}
.content hr {
    margin: 10px 0px 0px 0px;
}
#flash0 {
	position: relative;
	top:10px;
	float:bottom;
	vertical-align:center;
}
