﻿/*THIS IS THE MASTER PAGE STYLE*/

.m_header
{
    text-align:center;
}

.m_content
{
   background-color:White;
   text-align:left;
}

.m_background

{
    background-image:url('/dfil/dfil_images/background.jpg');
    background-repeat:repeat-x;
}

.m_menu

{
    text-align:center;
    background-color:#032A39;
    width:700px;
    
}

.m_column_bottom
{
    text-align:center;
    background-color:#032A39;
    width:700px;
    
}

.m_webpart

{
     background-color:#383B9D;
     font-weight:bold;
     border-width:2;
     color:white;
      border-width:thin;
      border-color:Black;
      border-style:solid;
}


/*THIS IS THE PAGE STYLE*/

.menutexthead

{
    font-family:Tahoma;
    font-size:10pt;
    
}

.p_pos_left
{
   left:0px;
}

.p_pos_right
{
    float:right; 
}

.p_wp_left
{


   width:50%;
   position:absolute;
}

.p_wp_right
{

   width:50%;
   position:absolute;
}

.p_wp_bottom
{
   width:100%;
   bottom:0px;
   position:absolute;
   
}
.p_pos_right_center
{

   position:relative;
   margin-right:15px;
   margin-top:70px;
}

.p_padding
{
     padding-bottom:10px;
     padding-top:10px;
     padding-left:10px;
     padding-right:10px;
}

/*THIS IS THE TEXT STYLE*/

.p_form_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_sml_blue_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_text
{
    color:#0D14D6;
    font-family:Tahoma;
    font-size:medium;
     
}

.p_text_link
{
    color:#0D14D6;
    font-family:Tahoma;
    font-size:medium;    
}


.p_header_text
{
    color:White;
    font-family:Tahoma;
    font-size:x-large;
    vertical-align:baseline;
    top:60px;
}

.p_menu_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:large;
    text-decoration:none;
    
}

.p_menu_blue_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:large;
    text-decoration:none;
}

.p_title_small
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_small_grey
{
    color:#C0C0C0;
    font-family:Tahoma;
    font-size:x-small;
}

.p_small_white
{
    margin:10px;
    color:white;
    font-family:Tahoma;
    font-size:small;
}

a:visited
{
    color:#ADC823;
    text-decoration:none; 
}

a:link
{
    color:white;
    font-size:10pt;
    text-decoration: underline;
}

a:hover
{
    text-decoration:none; 
    font-size:10pt;
    color:Navy;
}

.button

{
    
    font-weight: bold;
	font-size: 10pt;
	color:black;
	font-family: Tahoma;
	text-decoration: none;
	border: 1;
	border-width: thin;
	border-color: #32477E;
	background-color: #EEF3DD;
}