#navigation
{
width: 175px ;
font: 12px normal Arial, Helvetica, sans-serif ;
}

#navigation ul
{
list-style: none; 
margin-top: 20px ;
margin-left: 0px;
margin-right: 0px; 
margin-bottom: 30px ;
padding: 0 ;
border-top: 1px solid #666699 ;
}

#navigation li
{
border-bottom: 1px solid #666699 ;
}

#navigation li a
{
display: block ;
padding: 5px 5px 5px 0.5em ;
border-left: 12px solid #666699 ;
border-right: 1px solid #666699 ;
background-color: #669999 ;
color: #FFFFFF ;
text-decoration: none ;
}

#navigation li a:hover
{
 background-color: #666699; 
 color: #FFFFFF ;
}

#d_body {
width:100%;
height:100%;
}

#d_outerbox {
background-color:#FFFFFF;
width:780px;
height:100%;
border:solid 1px #CCCCCC;
}

#d_contentbody {
font-family: Arial, serif;
padding:6px;
}

#d_contentbody p {
padding:6px;
font-family: Arial, serif;
color: #CB2A2A ;
font-size:14px;
}

#d_contentbody_left {
float:left;
width:500px;
}

#d_contentbody_left p{
font-family: Arial, serif;
font-size:12px;
color: #000000 ;
}

#d_contentbody_right {
	float:right;
	left:508px;
	width:248px;
	padding:6px;
	border:dotted 1px #CCCCCC;
	background-color:#F8F6F6;
	z-index: 1001;
}

#d_contentbody_right a{
font-family: Arial, serif;
font-size:12px;
}

#d_contentbody_right p{
font-family: Arial, serif;
font-size:12px;
color: #000000 ;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
border:1px dashed #CCCCCC;
background-color:#F8F6F6;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
position: relative ;
float:left ;
border: 0px ;
padding: 10px ;
margin: 10px ;
}


/* header styles */
.content_header { /* header for blogs */
	font-family:Arial, serif;
	font-size:14px;
	font-weight: bold;
}
.content_date { /* date sub-header */
	font-family:Arial, serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}


.table
{
 border: 0px solid #000 ;
 border-collapse: collapse ;
 font: 1em Arial, Verdana, sans-serif ;
 margin-top: 10px ;
}

.table p
{
 margin: 15px ;
}



