body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
	padding: 0;
        background-color: #2b4394;
}
a:link {
		color:#1c9360;
		text-decoration:none;
}
a:visited {
		color:#48efa8;
		text-decoration:none
}
a:hover {
		color: #333399;
		text-decoration:none;
}

.main {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #687b8f;
		line-height: 22px;
	
}
.mainh {
        font-size: 9pt;
        font-family: Verdana, Helvetica, sans-serif;
        color: #687b8f;
	
}
.main a:link {
		color:#0b7449;
		text-decoration:none;
}


.main_title {
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: #0a519f;
	font-weight: 600;
}


.tmain {
        font-size: small;
        font-family: Verdana, Helvetica, sans-serif;
        color: #ffffff;
		line-height: 22px;
}

.caption {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 600;
	font-style: italic;
}


#box {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	width: 770px;
	text-align: justify;
	padding-top:0;
	padding-left:40px;
	padding-right:40px;
		
}
#txtbox {
	width:400px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:justify;
	}
#testimonials {
	width: 300px;
	background-color: #0b7449;
	padding: 20px 30px 0px 30px;
	}
	
#table {
	 background-color:#408080;
	 width: 380px;
	 color: fffffff;
	 font-size: small;
	 padding: 10px; 
	 
	 	 }
.bd {
	 background-color:#408080;
	 width: 380px;
	 color: fffffff;
	 font-size: small;
	 padding: 10px;
	 }

table.drop
{
border:0;
}
table.drop td
{
border:0;
}
td.drop
{
border:0;
}

#container {
margin: auto;
padding: 0;
text-align: center;
width: 850px;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 2;
	}

#menuh
	{
	font-size: 10pt;
	font-weight:600;
	font-family: Verdana, helvetica, sans-serif;
	width:850 px;
	padding: 0;
	margin: 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #fff;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ffffff;
	background-color: #48efa8;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #1b9eec;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:170px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width: 150px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



