﻿body 
{
	margin :0px 0px 0px 0px;
	height:100%;
	background-image: url(Images/background.gif); 
	background-repeat: repeat; 
	background-color: transparent;
}
/********************************************************************************
    FOOTER ITEMS 
**********************************************************************************/
.FooterLink
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.FooterLink:hover
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #ff4500;
	text-decoration: underline;
}
.FooterText
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.Copyright
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

/******************************************************************************
    BLUE CONTENT THEME
*******************************************************************************/
.ListItemBlue
{
    list-style-position: outside;
    list-style-type: disc;
    color: #003366;
    font-family: Arial, Verdana;
    font-size: 9pt;
    text-align: left;
    line-height: 23px;
    margin-right: 5px;
}
.ListItemBlue a
{
	color: #003366;
	text-decoration:none; 
}
.ListItemBlue a:hover
{
	color: #0066cc;
    text-decoration:underline; 
}
.ListItemBlue p
{
    margin: 5px 15px 5px 5px;
	text-align: justify;
}

.pContentBlue
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin:15px;
}
.pContentBlue a
{
	color: #003366;
	text-decoration:none; 
}
.pContentBlue a:hover
{
	color: #0066cc;
    text-decoration:underline; 
}
.SubTitleTextBlue
{
 	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight:bold;  
	color: #003366;
	text-decoration: none;
	text-align: justify;
	margin:15px;
}
.SmallTitleTextBlue
{
 	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight:bold;  
	color: #003366;
	text-decoration: none;
	text-align: justify;
	margin:15px;
}
/*****************************************************************************
    GREEN CONTENT THEME
******************************************************************************/
.pContentGreen
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #006600;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin:15px;
}
.pContentGreen a
{
	color: #006600;
	text-decoration:none; 
}
.pContentGreen a:hover
{
	color: #00cc00;
	text-decoration:underline; 
}

.ListItemGreen
{
	list-style-position: outside;
	list-style-type: disc;
	color: #006600;
	font-family: Arial, Verdana;
	font-size: 9pt;
	text-align: left;
	line-height: 23px;
}
.ListItemGreen a
{
	color: #006600;
	text-decoration:none; 
}
.ListItemGreen a:hover
{
	color: #00cc00;
	text-decoration:underline; 
}
.ListItemGreen p
{
    margin: 5px 15px 5px 5px;
	text-align: justify;
}
.NewsHeader
{
    color: #006600;
    font-family: Arial, Verdana,;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    margin: 25px 15px 10px;
}
.NewsContent
{
    color: #006600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: justify;
    margin: 0px 15px 5px;
}
.NewsContent a
{
    color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    text-align: justify;
    text-decoration:none; 
    margin: 0px 15px 5px;
}
.NewsContent a:hover
{
    color: #00cc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    text-align: justify;
    text-decoration:underline; 
    margin: 0px 15px 5px;
}
/*****************************************************************************
    ORANGE CONTENT THEME
*******************************************************************************/
.pContentOrange
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #990000;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin:15px;
}
.pContentOrange a
{
	color: #990000;
	text-decoration:none; 
}
.pContentOrange a:hover
{
	color: #CC0000;
	text-decoration:underline; 
}
.ListItemOrange
{
	list-style-position: outside;
	list-style-type: disc;
	color: #990000;
	font-family: Arial, Verdana;
	font-size: 9pt;
	text-align: left;
	line-height: 23px;
}
.ListItemOrange a
{
	color: #990000;
	text-decoration:none; 
}
.ListItemOrange a:hover
{
	color: #CC0000;
	text-decoration:underline; 
}
.ListItemOrange p
{
    margin: 5px 15px 5px 5px;
	text-align: justify;
}

/*****************************************************************************
    'READ MORE' TYPE LINK CLASSES
*******************************************************************************/
.MoreContentLink
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.MoreContentLink:hover
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #ff4500;
	text-decoration: underline;
}
/*****************************************************************************
    TESTIMONIALS ITEMS
*******************************************************************************/
.TestimonialText
{
	font-family:Arial, Verdana;
	font-size: 10pt;
	color: #006600;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin-left:15px;
	margin-right :15px;
}
.TestimonialAuthorName
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #006600;
    text-decoration: none;
}
.SubTestimonialAuthor
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight:bold;
	color: #888888;
	text-decoration: none;
}

/*****************************************************************************
   TABLE
*******************************************************************************/
.BorderLessTable
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	border-right: #aaaaaa 0px solid;
	border-top: #aaaaaa 0px solid;
	border-left: #aaaaaa 0px solid;
	border-bottom: #aaaaaa 0px solid;
	border-collapse:collapse ; 
}
.TableContent
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-collapse:collapse ; 
}

.TableContent th
{
	color: #ffffff;
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-collapse:collapse ; 
	background-color:#006699;
	height:25px;
}
.TableContent td
{
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-collapse: collapse;
}
.TableContent a
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration:none; 
}
.TableContent a:hover
{
	color: #0066cc;
    text-decoration:underline; 
}

/*****************************************************************************
   OTHER MISC
*******************************************************************************/
.ValidationMsg
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
    }
.CommonLink a
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration:none; 
}
.CommonLink a:hover
{
	color: #0066cc;
    text-decoration:underline; 
}
.MissionStmt
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin-left :15px;
	margin-right:15px;
}
.TitleText
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	text-indent: 20px;
    margin:0px; 
    font-weight:bold;  
}
.RightPaneContent
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #006600;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin:15px;
}
.pContentGrey
{
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #555555;
	text-decoration: none;
	text-indent: 20px;
	text-align: justify;
	margin:15px;
}

