Body{
	background-image:url(../images/background2.gif);
	background-repeat:repeat-x;
	background-color:#5C656F;
	padding:0px;
	border:0px;
	spacing:0px;
	margin:0px;
	text-align:center;
	height:100%;
	font-size:12px;
	font-family:Trebuchet MS,verdana,arial;
}

#header {
	height:105px;
}

a:visited{
	color:#475151;
}
a{
	color:black;
}

#container {
	text-align:left;
	width:892px;
	margin:auto;
}

#contentContainer {
	background-color:white;
	height:100%;
	padding:9px 2px 0px 2px;
}

#content {
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat-y;
	background-color:#A6BDBC;
	height:100%;
	padding:0px 5px 5px 0px;
}

.menu{
	width:168px;
	float:left;
}

.menu ul{
    list-style : one;
    padding-left:10px;
    margin:0px;
}

#main{
	float:right;
	width:708px;
}

#copyright{
	text-align:center;
	margin:9px 0px 9px 0px;
}

.menu li {
    list-style:none;
}
.menu h3{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 4px;
	spacing:0px;
	font-size:16px;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	background-color:#849797;
}

#history{
	font-weight:bold;
	padding:2px 9px 2px 9px;
}
#history a:visited{
	color:black;
}
#innerMain{
	background-color:#859796
}
.cornerImage{
	width:9px;
	height:9px;
}
#Base{
	padding:0px 9px 0px 9px;
}

.entry {
	margin-bottom:5px;
	border-bottom:1px dotted black;
	height:96px
}

.entry img{
	float:left;
	margin-right:9px;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
}

.entry .data{
	width:134px;
	float:left;
}
.entryHeader{
	font-weight:bold;
	color:black
}

.entryText{
	height:60px;
}

.fileview {
	margin-bottom:5px;
	border-bottom:1px dotted black;
}

.fileview img{
	float:left;
	margin-right:9px;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
}

.fileview .data{
	width:134px;
	float:left;
}
.fileview .entryHeader{
	font-weight:bold;
	color:black
}

.fileview .entryText{
	height:37px;
}

.commentsContainer{
	margin:7px;
	background-color:#A6BDBC;
	
}

.comment .text {
	border-top:1px dotted black;
	border-bottom:1px dotted black;
	background-color:#C2DCDB;
	padding:5px 0px 5px 20px;
}

.commentsContainer h3{
	margin:15px 0px 0px 0px;
	padding:0px;
	spacing:0px;
	font-size:16px;
}

.commentsContainer .inputForm{
	margin:0px;
	padding:10px;
	spacing:0px;
	border-top:1px dotted black;
	
}

#news {
	width:536px;
	float:left;
}

#projectbox {
	float:right;
	width:100px;
	margin-right:6px;
}

#news h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	spacing:0px;
	font-size:12px;
}


#projectbox h3{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 4px;
	spacing:0px;
	font-size:12px;
}

h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	spacing:0px;
	font-size:16px;
}

h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	spacing:0px;
	font-size:20px;
}


#news .newsentry {
	border-top:1px dotted black;
	border-bottom:1px dotted black;
	padding:5px 0px 5px 20px;
}
.codeBox {
	border:1px solid #859796;
	padding:10px;
	width:490px;
	overflow:scroll;
	font-size:12px;
	font-family:Courier New;
	background-color:#F2FFFE;
}
.subMenu {
	margin-left:10px
}

.subMenu ul{
	margin:0px 0px 0px 6px;
	padding:0px;
}
