body {
	margin: 0px;
	padding: 0px;
}
.toporange {
	background-image: url(../images/top_orange.jpg);
	background-color: #666666;
	background-repeat: repeat-x;
}
.bgcolur {
	background-color: #666666;
}
.bottomorange {
	background-image: url(../images/bottom_orange.jpg);
}
.tableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #666666;
}
.toplinkback {
	background-image: url(../images/link_back.jpg);
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.dottedline {
	background-image: url(../images/title_bottom.jpg);
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 15px;
}
.imageborder {
	border: 5px solid #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D9D9D9;
	text-decoration: none;
	text-align: justify;
	padding-left: 15px;
}
.textseond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D9D9D9;
	text-decoration: none;
}
.textseondCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D9D9D9;
	text-decoration: none;
}
.bottomlink{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FBE1C7;
	text-decoration: none;
}
a.bottomlink:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomlinkbold{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FEF8F2;
	text-decoration: none;
}
.sitename {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FBE1C7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.sitename:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.lefttext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D9D9D9;
	text-decoration: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-align: justify;
	padding-bottom: 10px;
}
.leftspace {
	padding-left: 15px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}.submenumain {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/sub_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	line-height: 16px;
}
.innertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ED841B;
	text-decoration: none;
	background-image: url(../images/title_bottom.jpg);
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 2px;
}

a.submenumain:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ED841B;
	text-decoration: none;
	background-image: url(../images/sub_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	line-height: 16px;
}
.innertext p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D9D9D9;
	text-decoration: none;
	text-align: justify;
	padding-bottom: 2px;
	margin:0;
}



.skylink p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #bad5ff;
	text-decoration: none;
	margin:0;
	line-height:normal;
	padding:0 0 4px 0;
}

.skylink p a{
	color: #bad5ff;
	text-decoration: none;
}

.skylink p a:hover{
	color: #bad5ff;
	text-decoration: underline;
}
.imgmarg{margin:0 0 0 5px;}
