body { background-color: #000000; }

a:link
{
	color: #2152f8;
	text-decoration: none;
}

a:visited
{
	color: #2152f8;
	text-decoration: none;
}

a:hover
{
	color: #2152f8;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	color: #2152f8;
	margin-top: 0px;
	margin-bottom: 2px;
}

h1
{
	font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    color: #2152f8;
}

h2
{
	font-family: Arial, Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #2152f8;
}

h3
{
	font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #2152f8;
}

h4
{
	font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #2152f8;
}

h5
{
	font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #2152f8;
}

h6
{
	font-family: Arial, Verdana;
    font-size: 7pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #2152f8;
}

.header
{
	margin-bottom: 2px;
	border-bottom: solid 1px #000000;
	text-align: left;
}

.header_about
{
	border: solid 1px #000000;
	width: 300px;
	height: 171px;
        
	
}
.header_about_item
{
	
	padding: 4px;
}


.header_about_title_text
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #f36c2a;
	width: 230px;
        
}

.header_menubar
{

       color: #f36c2a;

}

.header_menubar_content
{

       color: #f36c2a;

}

.header_about_title
{
	background-image: url(doubleg_header_about_header.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height:58px;
	padding-top:5px;
	padding-left: 5px;
	text-align:left;
}

.sidebar_left .sidebar_item_title
{
	background-image: url(doubleg_widget_header_left.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding: 5px 5px 0px 5px;
	font-size: 9pt;
}



.primary_content a

{

       color: #000000;

}


.sidebar_item_title
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #f36c2a;
	background-image: url(doubleg_widget_header.gif);
	background-repeat: no-repeat;
	height:29px;
	vertical-align: bottom;
}

.sidebar_item
{
	padding: 4px;
	border: solid 1px #000000;
	margin-bottom: 5px;
}

.sidebar_item_search
{
	color: #f36c2a;
	background-image: url(doubleg_widget_header.gif);
	background-repeat: no-repeat;
	height:29px;
}



.main_right_content
{
	border: solid 1px #000000;
	padding: 5px 5px 5px 5px;
}

.post
{
    border-bottom: solid 1px #000000;
    margin-bottom: 5px;
    padding:5px
   
}

.posts_title
{
	font-family:  Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	color: #f36c2a;
	background-image: url(doubleg_content_right_header.gif);
	background-repeat: no-repeat;
	height:29px;
}



.footer_content a,.footer_content a:link
{
	color: #f36c2a;
	
	font-family:  Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 1px;
	
}

.footer_content
{
	background-image: url(doubleg_footer_bg.gif);
	background-repeat: no-repeat;
	width: 481px;
	height: 29px;
	font-size: 8pt;
	text-align: left;
	
}


/***********************/
/** Change Menu Color **/
/***********************/
li.primary, div.secondary_content,
div.secondary_content:hover, 
a:hover div.secondary_content,
li.sfhover li.sfhover span div.secondary_content,
.nav a:active, .nav a:visited, .nav a:link
{
color: 2152f8;
}

/********************************/
/** Change HighlightMenu Color **/
/********************************/
.nav li:hover .primary_content, 
.nav li:hover a:active .primary_content, 
.nav li:hover a:link .primary_content, 
.nav li:hover a:active .primary_content,
.nav li:hover a:visited .primary_content,
.nav li.sfhover, .nav li.sfhover .primary_content,
.nav div.secondary_content:hover
{
	background-color: #2152f8;
	color: White;
}

/****************************************/
/** Change Secondary Menu Border Color **/
/****************************************/
ul.secondary_container
{
border: solid 1px #2152f8;
}


