body { margin: 0px 0px 0px 0px; 
font-size: 101%
}

.h1{
font-weight: bold;
font-family: arial,verdana,sans-serif;
}

.table{
background: #DBDBDB;
}


.maintable{
width: 900px;
}

.content{
width: 750px;
border: 0px;
}

#conlayer{
position: relative; 
width: 611px; 
height: 100px; 
z-index: 1;
margin-left: 30px;

}

#pagetitlelayer
{
font-weight: bold;
font-family: arial,verdana,sans-serif;
position: relative; 
width: 288px; 
height: 29px; 

}

.title
{
	padding: 8px;
	background:#EFEFEF;
	border-bottom: 1px solid #000000;
	font-family: arial,verdana,sans-serif;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-left: 0.5cm;
}

.title h1{font-size: 1em;
}
.title h2{font-size: 1em;
}
p.titletext {
}

.footer
{
background: #DBDBDB;
border-top: 1px solid #000000;
width: 800px;
height: 21px;
font-size: 0.8em;
font-family: arial,verdana,sans-serif;
text-align: right;
margin-right: 5px;

}
.leftbar
{
background: #DBDBDB;
border-right: 1px dashed #000000;
font-size: 0.8em;
min-width:180px;
}

.spacer
{
background-color: #DBDBDB;
}


#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #DBDBDB;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

