/****************************************/
/***** Default (CSS) Style Settings *****/
/****************************************/

.Default {
        
        padding-left: 5px;
        padding-right 5px;
}

/***** Default - Text Body *****/
.Default_body{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        padding-top: 10px;
}

/***** Default - Links *****/
.Default a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Links (on mouse over) *****/
.Default a:hover {

text-decoration: underline;

}

/***** Default - Title Text *****/
.Default_title { 

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        /** Underline Attributes **/
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b3f95;
}

/***** Default - Title - Links *****/
.Default_title a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Default - Title - Links (on mouse over) *****/
.Default_title a:hover {

text-decoration: underline;
}

/***** Default - Table Text *****/
.Default td {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

.Default_image{ }
.Default img {  }

div.Default {clear:both;}

.Default hr { width: 100%; border:thin solid #1b3f95; }


/***** Default - FORMS *****/
.Default input, .Default textarea , .Default select {
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 2px; 
font-size: 12px; 
color: #000000;
font-weight: normal; 
width: 100%; 
}

.Default th {  width:100px; font-size: 10px; color: #000000; font-weight: normal;}
.Default .submit input{ width: 50px; font-weight: bold;}
.Default .submit input:hover { background-color: #4174BC; color: black; }


#SearchBar_Input { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 2px;
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 1px;
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 74px; 
}


/****************************************/
/***** NewsStyle (CSS) Style Settings *****/
/****************************************/

.NewsStyle {

margin-left:5px;

 }

/***** Default - Text Body *****/
.NewsStyle_body{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 5px;

        /** Underline Attributes **/
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1b3f95;
}

/***** Default - Links *****/
.NewsStyle a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
        padding-bottom: 5px;
}


/***** Default - Links (on mouse over) *****/
.NewsStyle a:hover {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: underline; 

        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}


/***** Default - Title Text *****/
.NewsStyle_title { 

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        /** Underline Attributes **/
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b3f95;
}

/***** Default - Title - Links *****/
.NewsStyle_title a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Default - Title - Links (on mouse over) *****/
.NewsStyle_title a:hover {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/****************************************/
/***** Default (CSS) Style Settings *****/
/****************************************/

.DefaultWithoutUnderline {

 }

/***** Default - Text Body *****/
.DefaultWithoutUnderline_body{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        padding-top: 10px;
}

/***** Default - Links *****/
.DefaultWithoutUnderline a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 5px;
}

/***** Default - Links (on mouse over) *****/
.DefaultWithoutUnderline a:hover {

        /** Text Decoration **/
        text-decoration: underline; 
}

/***** Default - Title Text *****/
.DefaultWithoutUnderline_title { 

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Default - Title - Links *****/
.DefaultWithoutUnderline_title a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Default - Title - Links (on mouse over) *****/
.DefaultWithoutUnderline_title a:hover {

}

/***** Default - Table Text *****/
.DefaultWithoutUnderline td {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

.DefaultWithoutUnderline_image{ }
.DefaultWithoutUnderline img {  }

div.DefaultWithoutUnderline {clear:both;}

.DefaultWithoutUnderline hr { width: 100%; border:thin solid #1b3f95; }


/***** Default - FORMS *****/
.DefaultWithoutUnderline input, .DefaultWithoutUnderline textarea , .DefaultWithoutUnderline select {
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 2px; 
font-size: 12px; 
color: #000000;
font-weight: normal; 
width: 100%; 
}

.DefaultWithoutUnderline th {  width:100px; font-size: 10px; color: #000000; font-weight: normal;}
.DefaultWithoutUnderline .submit input{ width: 50px; font-weight: bold;}
.DefaultWithoutUnderline .submit input:hover { background-color: #4174BC; color: black; }


#SearchBar_Input { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 2px;
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 1px;
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 74px; 
}

/***************************************/
/***** Sidebar(CSS) Style Settings *****/
/***************************************/

/***** Sidebar - Text Body ******/
.SidebarMenu {
}

/***** Sidebar - Links ******/
.SidebarMenu a{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 10px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 17px; 

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) above a word / group of characters **/
        padding-top: 3px;

        /** Spacing (in pixels) below a word / group of characters **/
        padding-bottom: 2px;

        /** List Style Declaration **/
        display:block;
}

/***** SideBar - Links (on mouse over) ******/
.SidebarMenu a:hover {
        
        /** Font Color **/      
        color: #adb0d7;
}


