body 
{
   background-color :#9E9E9E;
   font-family: arial, sans-serif;
   font-size: 1.0em;
   color:black;
   
}

table 
{
   background-color:#9E9E9E;
   color: inherit;
}

pre {
 display: block;
 padding: 1em 1em;
 line-height: 0.6em;
 border: 1px solid #bebab0;
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: LightGray;
}

/*******
DIVS
*******/

/*Header DIV - Provides header image etc
Also sets the min-width*/
div.header-div {
   background-image:url("http://commscentral.net/images/headermain-tinyb.jpg");
   background-color:#81aae8;
   text-align:center;
   padding-top:15px;
   padding-bottom:15px;
   font-size:25px;
   font-weight:bold;
   min-width:860px;
   color: inherit;
}

/*Div creates the nav bar on the left */
div.navigation-bar
{
   float: left;
   width: 220px;
   padding: 0px;
   background-color: #9E9E9E;
   min-height:400px;
   color: inherit;
}

/*Div creates the main "page" part of the page*/
div.main-data
{
   margin-left: 220px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom:10px;
   padding-top: 10px;
   background-color: white;
   min-height:400px;
   min-width:620px;
   color: inherit;
}

/*Creats a break between the maindata + nav-bar and the footer*/
div.break
{
   clear: both;
   height: 20px;
   background-color: #9E9E9E;
   color: inherit;
}

div.footer{
   clear: both;
   width: 100%;
   background-color : white;
   text-align:center;
   line-height:12px;
   font-size:10px;
   min-height:20px;
   padding-top:20px;
   padding-bottom :20px;
   min-width:860px;
   color: inherit;
}

/*Left Links Header ()*/
.leftlinksH 
{
   background-image:url("http://commscentral.net/images/headermain-tiny-linksb.jpg");
   width:200px; 
   text-align:center; 
   background-color:#81aae8;
   line-height:30px;
   color: inherit;
}
/*Left break div*/
.leftbreak 
{
   background-color:white;
   width: 200px;
   height:30px;
   color: inherit;
}
/*Left links normal (white)*/
.leftlinksW 
{
   background-color:white;
   width: 200px;
   line-height:30px;
   text-align:center; 
   color: inherit;
}

/*******
Fonts
*********/

h1{
	font-size: 25px;
	text-align:center;
	padding: 0px;
}
h2 {
	font-size:18px;
}


h3 {
	font-size:15px;
	font-weight:bold;
	padding:0px;
}


/*Font for posted at */
.timefont{
   font-size:12px;
   padding-top:8px;
   padding-bottom:8px;
}
/*Fonts for the title of a post*/
a.titlefont:link{
   font-size:20px;
   font-weight:bold;
   color:black;
}
/*Fonts for the title of a post*/
a.titlefont:visited{
   font-size:20px;
   font-weight:bold;
   color:black;
}

/*Link fonts */
a:link{
	color:#f11010;	
}
a:visited{
         color:#f11010;
}
a:visited.hlfont {
	color:#d91818
}
a:hover.hlfont {
    color:#727D4F;
}
a:hover {
	color:#727D4F;
}


/**********
Table Options
***********/

.centerCellDotted{
   border-style: dotted;
   border-width:1px;   
} 

.emailTable{
   width: 100%;
   vertical-align:top;
   background-color:white;
   border-style: solid;
   border-width:1px;  
   color: inherit;    
} 








 
