﻿body {
}

.front_page_container 
{
    width: 100%;
    background-color: White;
    height: 200px;
    
}

.no_border 
{
    border: Solid 0px Black;
}

.full_v_rule 
{
    border-top: Solid 1px White;
    width: 1px;
    height: 100%;
    background-color: Black;
    float: left;
}

#links_bar 
{
    
   
      
   height:auto;
  
}

.external_link 
{
    padding-top: 5px;
    margin-top: 5px;
    text-align: center;
height:60px;
 border: Solid 0px Black;
}

#links_bar a
{
    background-color: White;
}

#links_bar a:hover
{
    background-color: White;
}

.fixed_width_left_div 
{
    border-top: Solid 1px Black;
    padding-right: 20px;
    padding-left: 10px;
    margin-top: 1px;
    width: 235px;
    background-color: White;
    float: left;
    height: 100%;
}

.fixed_width_right_div 
{
    border-top: Solid 1px Black;
    padding-left: 25px;
    margin-top: 1px;
    width: 275px;
    background-color: White;
    float: left;
    height: 100%;
}



.linksnav  li
{
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.linksnav  ul
{
    padding: 0px;
	list-style-type: disc;
}
.linksnav a
{
	color: #000000;
	text-decoration: none;
	margin-bottom: 12px;
}
.linksnav a:hover 
{
	color: #FF9900;
	text-decoration: underline;
	margin-bottom: 12px;
}

a.newsnav 
{
	color: #000000;
	text-decoration: none;
}
a.newsnav:hover {
	color: #FF9900;
	text-decoration: underline;
}

.verticle_line_div 
{
}

.custom_content p
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
}

.custom_content ul
{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
}

.custom_content li 
{
    margin-top: 3px;
    margin-bottom: 3px;
}
