body
{
	background-color: #222338;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

ul.nav_categories
{
	margin: 0px;
	padding-left: 11px;
	font-size: 8pt;
}

#main_content
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #000000;
}

#main_content .header
{
	background-image: url( '/images/design/header.png' );
	width: 975px;
	height: 145px;
}

#main_content .main_content_header
{
	background-image: url( '/images/design/header.png' );
	width: 975px;
	height: 145px;
}

#main_content .navigation
{
	position: relative;
	padding-top: 118px;
	width: 100%;
	min-width: 100%;
	text-align: center;
	color: #FFFFFF;
}

#main_content .content
{
	width: 955px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

/*************************************************************/
/***************** MAIN WRAPPER STYLES ***********************/
/*************************************************************/

#main_content .home_wrapper
{
	width: 935px; 
	background-color: #FFFFFF; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-family: tahoma, arial, sans-serif;
}

#main_content .home_wrapper .content_area
{
	border: 6px double #000000; 
	width: 865px; 
	padding: 20px; 
	min-height: 300px; 
	background-color: #FFFFFF;
}

#main_content .home_wrapper h1
{
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#main_content .home_wrapper h2
{
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
	
#copyright
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #FFFFFF;
	font-size: 8pt;
}

a:link.nav, a:visited.nav
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.nav, a:active.nav
{
	text-decoration: none;
	color: #6367a7;
}

/**************************************/
/* blog/bug_tracker styles are below  */
/**************************************/

#main_content .blog
{
	padding: 0px;
}	

#main_content .blog .entry 
{
	margin-top: 8px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #ccc;
	background-color: #E1EEFF;
	color: #000000;
}

#main_content .blog .right_widget
{
	width: 190px;
	height: auto;
	float: right;
	background-color: #FFF;
	color: #000;
	padding-left: 10px;
	margin-top: 8px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main_content .blog .date_heading
{
	border: 2px solid #000000;
	background-color: #585d9f;
	color: #FFFFFF;
	font-size: 11pt;
	padding: 3px;
}

#main_content .blog .date_heading_tt
{
	font-size: 9pt;
	font-style: italic;
	width: 206px;
	float: left;
}

#main_content .blog .permalink
{
	font-size: 9pt;
	width: 144px;
	font-weight: bold;
	float: left;
}

#main_content .blog .discuss
{
	font-size: 9pt;
	width: 144px;
	font-weight: bold;
	float: left;
}

#main_content .blog .entry .title
{
	background: #E1EEFF;
	color: #560000;
	font-size: 12pt;
	font-weight: bold;
	
}

#main_content .blog .entry .summary
{
	padding-top: 5px;
	margin-top: 2px;
	background: #E1EEFF;
	color: #374257;
	border-top: 1px solid #000000;
}

#main_content .blog .entry .summary_noline
{
	padding-top: 5px;
	margin-top: 2px;
	background: #E1EEFF;
	color: #374257;
}

#main_content .blog .entry .summary a:link
{
	color: #560000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#main_content .blog .entry .summary a:visited
{
	color: #560000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#main_content .blog .entry .summary a:active
{
	color: #560000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#main_content .blog .entry .summary a:hover
{
	color: #560000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

#main_content .blog .entry .posted
{
	padding-top: 5px;
	margin-top: 5px;
	background: #E1EEFF;
	color: #374257;
	font-size: 8pt;
	border-top: 1px solid #000000;
}

#main_content .blog .entry .posted a:link
{
	color: #560000;
}

#main_content .blog .entry .posted a:visited
{
	color: #374257;
}

#main_content .blog .entry .posted a:active
{
	color: #560000;
}

#main_content .blog .entry .posted a:hover
{
	color: #560000;
}

#main_content .paginate
{
	margin-top: 8px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #E1EEFF;
}

.red_border
{
	background-color: #585d9f;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, sans-serif;
}

.table_cell_one
{
	background-color: #c0ccdc;
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #000000;
}

.table_cell_two
{
	background-color: #E1EEFF;
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #000000;
}

