/*----date format */
div.date
{font-size:10px;
text-align:right;
font-style:italic;
}
/*--The Main Window--*/
div.container
{
width:920px;
margin:20px;
border:1px solid black;
line-height:100%;
}

/*Edit the footer below */
div.footer
{
color:black;
background-color:#FFCC66;
clear:left;
border-top: 1px solid black;
text-align:center;
font-size:12px;
padding:.7em;

}
div.footer2
{
background-color:#9B9B9B;
border:1px solid black;

}
/* Edit Header below-----*/
div.header
{
padding:0.5em;
color:#FFE4C4;
background-color:#FFCC66;
clear:left;
border-bottom: 1px solid black;

}
div.header2
{
background-color:#9B9B9B;
border:1px solid black;
padding:1em;
}
h1.header
{
padding:0;
margin:0;
}
/* Left Panel */
div.left
{
float:left;
width:140px;
margin:0;
padding:1em;
border-right:2px dotted black;
}
/* Right Panel */
div.right
{
float:right;
width:140px;
margin:0;
padding:1em;
border-left:2px dotted black;
height:100%;
}
/* Menu Configuration */
.menu1
{
text-align:center;
border-top: 1px solid black;
border-bottom: 2px solid black;
background-color:#9B9B9B;
width: 100%;
font-weight:bold;
color:#FFE4C4;
}
a.left2
{
float:left;
width:100%;
text-decoration:none;
text-align:center;
color:black;
font-weight:;
background-color:#CCCCCC;
border-bottom: 1px solid black;
}
a.left2:hover {background-color:white}

/* Middle Main Window */
div.content
{
margin-left:180px;
margin-right:180px;
font-family:Geneva, Arial, Helvetica, sans-serif;
/*border-left:1px solid black;*/
padding:1em;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

