﻿*{ font-family: "Trebuchet MS",  "Trebuchet", verdana, Arial; }

.Header1, h1
{
    font-size: 1.1em;
    margin: 10px 0px 10px 0px;
}

.Header2, h2
{
    Margin: 0px;
    font-size: 1.3em;
    margin-bottom: 0px;
}

.Header3, h3
{
    font-size: 1.0em;
    margin: 0px;
}

h4
{
    font-size: 1.1em;
    color: #cf7cad;
    font-weight: normal;
    margin-top: 0px;
}

h5
{
    font-size: 1.0em;
    color: #004c93;
    margin: 5px 15px 5px 0px;
}

h6
{
    font-size: 1em;
    color: #cf7cad;
    margin: 20px 15px 5px 0px;
}

#islands h5
{
    float: left;
    width: 100%;
    font-size: 0.8em;
    color: #004c93;
    margin: 5px 5px 2px 10px;
    font-weight: bold;
}

.Normal, p
{
    margin-top: 0px;
    margin-right: 10px;
    color: #555555;    
}

i
{
    font-style: italic;
}

b, strong
{
    font-weight: bold;
    color: #222222;
}

img
{
    float: left;
}

ul
{
    margin: 15px 5px 15px 0px;
    padding: 0px 0px 0px 17px;
    list-style-type: decimal;
    font-size: 12px;
    color: #3d3c3f;
    line-height: 18px;
}

ul.circle
{
    color: #cf7cad;
    list-style-type: disc;
}

ul.number
{
    color: #cf7cad;
    list-style-type: decimal;
}

ul.circle li span
{
    color: #3d3c3f; 
}

ul.number li span
{
    color: #3d3c3f; 
}

/* Left */

#left a.active
{
    color: #004c93;
}

/* End Left */

/* Right */

#right table
{
    margin: 10px 15px 5px 0px;
}

/* End Right */

/* Breadcrumb */

#breadcrumb p
{
	margin: 0px 0px 0px 280px;
	padding: 0px;
    color: #85bae7;
    font-size:12px;	
}

#breadcrumb p a
{
    color: #85bae7;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#breadcrumb p a:hover
{
    color: #85bae7;
	text-decoration: underline;
}

/* End Breadcrumb */

/* Content */

#content a
{
    color: #cf7cad;
    text-decoration: none;
    margin: 0px;
}

#content a:hover
{
    color: #cf7cad;
    text-decoration: underline;
}

#content a:visited
{
    color: #cf7cad;
}

/* End Content */

/* Menu */

#menu p
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #004c93;
    font-weight: bold;
}

#menu p a
{
    color: White;
    margin: 10px 5px 0px 5px;
    text-decoration: none;
}

#menu p a:hover
{
    color: #004c93;
    text-decoration: none;
}

#menu p a:visited
{
    color: White;
}

#menu a.active
{
    color: #004c93;
}

/* End Menu */

/* Feature */

#feature p
{
    margin: 10px 0px 0px 15px;
    color: #85bae7;
    font-size: 12px;
}

/* End Feature */

/* Islands */

#islands div
{
    height: 130px;
}

#islands div p
{
    margin: 0px 5px 3px 0px;
    line-height: 12px;
    font-size: 11px;
}

#islands div img
{
     float: left;
     margin: 0px 5px 0px 10px;
}

#islands div a
{
    color: #cf7cad;
    font-weight: bold;
    text-decoration: none;
}

#islands div a:hover
{
    color: #cf7cad;
    font-weight: bold;
    text-decoration: underline;
}

#islands div a:visited
{
    color: #cf7cad;
    font-weight: bold;
}

/* End Islands */

/* Footer */

#footer p
{
    float: right;
    color: #85bae7;
    margin: 0px;
    font-size:12px;
}

#footer p a
{
    color: #85bae7;
    text-decoration: none;
}

#footer p a:hover
{
    color: #85bae7;
    text-decoration: underline;
}

#footer p a:visited
{
    color: #85bae7;
}

/* End Footer */

.contact p
{
    text-align: center; 
    font-size: 18px; 
    padding: 0px; 
    margin: 0px;
}

/* Tables */
table tr td h4
{
    margin: 0px;
}

table tr td
{
    font-size: 12px;
    color: #3d3c3f;
}

#left table tr td p
{
    margin: 0px;
    padding: 5px;
}

#left table tr td table 
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#left table tr td .SmallPink
{
    font-size: 11px;
    color: #cf7cad;
}

hr
{
	color: Black;
	background-color: #555555;
	border: 0px;
    text-align: left;/*this will align it for IE*/
    margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}