/******************************* ANCHORS *************************************/

A {
    color: #313063;
    font: 12px Arial;
text-decoration:underline;
font-weight: bold; 
}

A:hover {
color: #A58252;
font-weight: bold; 
}

A.small
{
color: #C3CEB8;
font: 10px Arial;
text-decoration:underline;
}

A:hover.small
{
color: #E6CB57;
font: 10px Arial;
text-decoration:underline;
}

img
{
	border:none;
}

#d1, #d2, #d3, #d4, #d5 {
	border:0px;
	text-align:center;
	background-color:#E7E7E7;
	border-bottom:3px solid #374C78;
	border-right:1px solid #010134;
	color:#010134;
	font-weight:bold;
	font-size:12px;
	font-family:sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

#sd1, #sd2 {
position:absolute; 
background-color:#ffffff;
color:black;
text-align:left;
border : 1px solid Black;
}

.smenus{
border-bottom: 1px solid #999999;
}
/***************************** DIVS & SPANS *********************************/

.nav_container
{
float: left;
width:150px;
}

.nav_box 
{
width: 134px;
border: 1px solid White;
border-bottom : 0px;
background-color : #5A8694;
}

.content
{
float: right;
width: 554px;
padding-left: 5px;
max-width : 562px;
}

/***************************** TABLE ELEMENTS *******************************/
.main
{
border: 6px solid #333366;
}

.other
{ 
padding-top: 0px;
padding: 15px;
}

/******************************* BACKGROUNDS *******************************/
.background {
	background-image: url(images/why_bg.jpg);
	background-repeat: no-repeat;
}


/********************************* HEADINGS *********************************/
H1 { font-family: "Arial"; color: #003366;}
H2 { font-family: "Arial"; color: #003366;}
H3 { font-family: "Arial"; color: #003366;}
H4 { font-family: "Arial"; color: #660066; padding-top: 20px;}
html>body H4 { font-family: "Arial"; color: #660066;padding-top:0px;}
H5 { font-family: "Arial"; color: #003366;}



/***************************** LIST ELEMENTS ********************************/
UL { font: 8pt "Arial"; font-weight: normal; color: #003366;}
li { 
	font: 12px "Arial"; 
font-weight: normal; 
color: #313063;
	list-style-image : url(images/bullet.gif);
}



/****************************** PARAGRAPHS **********************************/
.whytext
{ 
margin: 10px;
font: 12px "Arial"; 
font-weight: normal; 
color: #0D2B44;
}

.contenttext
{ 
font: 12px "Arial"; 
font-weight: normal; 
color: #313063;
}

P { font: 12px "Arial"; font-weight: normal; color: #000000;}

.footer 
{
    color: #ffffff;
    font: 10px Arial;
	width: 750px;
}

.header
{
	width: 750px;
}

.testimonialtext
{ 
margin-top: 5px;
font: 11px "Arial"; 
font-weight: normal; 
color: #313063;
}

/********************************* FORMS ************************************/


/******************************* OTHER **************************************/
strong { font-family: "Arial"; color: #330066;}
em { 
font: 12px "Arial"; 
font-style: italics; 
color: #313063;
}

/******************************** NAVIGATION ***********************************/
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #ccc;
}
table.navbar td a{
   display: block;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #fff;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #000;
   background-color: #F9F0CC;
}













