body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;


}
a
{color:#666666; font-weight:bold; text-decoration:none;}

a:hover
{color:#666666; text-decoration:underline;}

	
h1 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #042247;
	margin-bottom: 8px;
	margin-top: 0px;
	

}
h2 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #042247;
	margin-bottom: 8px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #042247;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.body {
 
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#666666;
	line-height:1.5em;
	padding:20px 40px 10px 40px;
}

.body2 {
 
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	font-weight: normal;
	color:#171616;
	line-height:1.5em;
	padding:10px 0px 10px 80px;
	
}
.tablebrd {
border:3px solid #62C2CC;
background-color:#ccffcc;
width: 900px;
}
.tablebrd2 {
border:3px solid #62C2CC;
background-color:#ffcc99;
width: 800px;
}
.tablebrd3 {
border:3px solid #62C2CC;
background-color:#E4F6F8;
width: 700px;
}
.tablebrd4 {
border:3px solid #62C2CC;
background-color:#E4F6F8;
width: 900px;
}

.brand1{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 6px;
	font-style: italic;
}
#container {
 position:relative; width:740px; height:110px; z-index:1; left: 250px; top: 1px; text-align: center;
 }

.events {
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color:#042247;
	text-decoration: underline;
	padding:20px 5px 10px 40px;
}
.management {
 	position:relative;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	padding:5px 8px 20px 20px;
	left: 25px;
	line-height: 22px;
	
	
}
.consulting {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: normal;
	color:#666666;
	text-align: center;
	line-height: 21px;
	padding: 15px 10px;
	font-style: italic;

}

.star{
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}


.footer {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 5px;
	text-decoration: none;
}


.footer a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wd 
{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	
}
.wd a:link, .wd a:visited, .wd a:active
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
.wd a:hover
{
	color: 666666;
	font-size: 12px;
	text-decoration: underline;

}

/* Dropdown Menu */

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
padding: 14px 0;
background: url(../image/media/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{  /*padding (bottom) here sets how far below the menu starts*/
font-family: Arial, Verdana, Tahoma;
font-size: 17px; 
color: #171616;
padding: 15px 30px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../image/media/chromebg-over.gif) center center repeat-x;
color:#62C2CC;
text-decoration:none; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 500;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Verdana, Tahoma;
line-height:15px;
z-index:100;
background-color: #f8f8f8;
width: 300px;
visibility: hidden;
text-align: left; 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 2;
text-decoration: none;
font-weight: bold;
color: #171616;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: 62C2CC;
}

/* End Dropdown Menu */
