.link {
	color: #000066;
	text-decoration:underline;
}
A{
	color: #2F6861;
}

a{
	color: #2F6861;
}

#bodycopy a {
	color:#2F6861;
	text-decoration:underline;
}

#bodycopy a:hover {
	color:#2F6861;
	text-decoration:underline;
}

a img{
	border: none;
}

a:hover{
	color: #2F6861;
	text-decoration: underline;
}

a:hover,a:active{
	color: #2F6861;
}

body{
	background-color: #C9CABD;
	background-image: url('../images/back.jpg');
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
}

td{
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.bold{
	font-weight: bold;
}

.footer{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.footer a {
	color: #333;
	text-decoration:underline;
}

.footerbg{
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
}

.footercorner{
	background-image: url('../images/footer_bg_curve.jpg');
	background-repeat: no-repeat;
}

.homeglobebg{
	background-image: url('../images/home_globe_bg.jpg');
	background-position: right 168px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}
.promo{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
}
a.promo {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
}
a.promo:hover {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
}
.promobg{
	background-image: url('../images/promo_top_bg.gif');
	background-repeat: repeat-x;
}

.promobgtan{
	background-image: url('../images/promo_bg.jpg');
	background-repeat: repeat-x;
}

.subtitle{
	color: #425958;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	color: #425958;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
}

.title{
	border-bottom: 1px dashed #76A9AA;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

.white{
	background-color: #FFFFFF;
}

#body{
	background-color: #FFFFFF;
	background-image: url('../images/home_main_blue_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 780px;
}

#bodycopy li{
	list-style-image: url(../images/home_small_globe2.gif);
	list-style-position: outside;
	margin: 3px 0px 3px 30px;
}

#bodycopy td{
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#bodycopy ul{
	list-style-position: outside;
	margin: 4px 0px 8px 0px;
	padding: 0px;
}
#nav{
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#nav .toplevel {
	list-style: none;
	position: relative; 
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
	padding: 6px 2px 6px 30px;
}

#nav ul li {
	position: relative; 
	display:block;
	height: auto; /*auto */
	margin:0px 0px 0px 35px;
	padding:0px 0px 0px 13px;
	background-color: transparent;
	background-image: url(../images/home_small_globe.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding: 0px;  
	margin: 0px; /*helps Opera with hover */
	width: 150px; 
}
#nav ul li a{
	width: 112px; 
}
#nav ul{
	display:none; 
	padding:0px;
	margin:0px;
	overflow:visible;
}
ul.non-nav{
	list-style: circle;
}
.toplevel{
	background: transparent url(../images/nav_globe.gif) no-repeat top left;
	padding: 3px 2px 3px 15px;
}
.toplevel li{
	display: block;
	padding: 3px 2px 3px 15px;
}
#nav ul li:hover ul { 
    display: block; 
    margin: 0px; 
    padding: 0px; 
    position: relative; 
    left: -20px;

}
