@charset "utf-8";
/* CSS Document */

* { 
	padding: 0;
	margin: 0;
	outline: 0;
}
html {
	height:100%;
	margin-bottom: 1px;
}

a {
	outline:none;
}

a:active, a:hover, a:link, a:visited{
	text-decoration: none;
}

img { 
	border:0; 
}
ul{list-style-type:none;}

body{
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	/*background-color:#e4e4e4;*/
	background:url(bg.jpg) 0 0 repeat-x #efeef4;
	/*background:url(bg.jpg) 0 0 repeat-x #f6f6f6;*/
	padding:0px; 
	margin:0px; 
}

div, p, ul, h2, h3{
	padding:0px; 
	margin:0px;
	}
	
#vserve_wrapper {
	margin: 0 auto;
	width:978px;
	height:280px;
}
	
/*  Header pannel	*/

#header{
	width:978px; 
	height:75px; 
	position:relative; 
	margin:0 auto;  
	color:#fff; 
	padding:0px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	}
#header img.logo{
	width:132px; 
	height:51px; 
	position:absolute; 
	padding:15px 0 0 15px;
	}
#header #header-links {
	position: absolute;
	top: 20px; right:20px;	
	color: #303030;
	font-size: 12px;
}
#header #header-links P {
	margin: 0; padding: 0;
}
#header #header-links a {	
	color: #303030;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #fb7d19;
}

/* navigation */

#vserve_nav { 
	background-image: url(header_nav_bg.png);
	width:978px;
	height:35px;
	margin-bottom:6px;
}

.ie6 #vserve_nav { 
	background-image: url(header_nav_bg.gif);
}

#nav {
	height: 35px;
	padding-left: 3px;
	width:680px;
	float:left;
}

#nav li {
	position: relative;
	list-style: none;
	line-height: 35px;
	float: left;
	font-size: 1.3em;
	display: inline-block;
	height: 35px;
}
.ff2 #nav li {
	display: block;
}
#nav li ul,
#lang li ul {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#nav li a {
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	padding: 0 26px 0 26px;
}
.ff2 #nav li a {
	display: block;
}
#nav li.nodrop a:hover, #nav li.selected_nodrop a {
background-position:right center;
font-weight:normal;
left:-3px;
margin-right:0;
padding:0 26px;
position:relative;
}

#nav li.selected a {
	font-weight: normal;
}

#nav li.main {
	position: relative;
	list-style: none;
	line-height: 45px;
	float: left;
	font-size: 1.3em;
	display: inline-block;
	height: 45px;
}

.ff2 #nav li.main a {
	display: block;
}

#nav li.hover a {
	background-position: right bottom;
}

#nav li ul {
	position: absolute;
	top: 45px;
	left: 0;
	width: 121px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#nav li  ul li {
	list-style: none;
	line-height: 1;
	display: block;
	height: auto;
	width: 121px;
	font-size: 1em;
}
#nav li ul li.last {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#nav li ul li a {
	background-position: left bottom;
	padding: 5px 10px;
	display: block;
	line-height: 1;
	height: auto;
}
#nav li ul li a:hover {
	background-position: right top;
}


#nav li.main ul {
	position: absolute;
	top: 45px;
	left: 0;
	width: 121px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#nav li.main ul li {
	list-style: none;
	line-height: 1;
	display: block;
	height: auto;
	width: 181px;
	font-size: 1em;
}
#nav li.main ul li.seperator {
	padding-top: 8px;
	background-position: right top;
	background-repeat: no-repeat;
}

#nav li.main ul li strong {
	font-weight: normal;
	font-size: 1.2em;
}
#nav li.main ul li.last {
	background-position: right top;
	background-repeat: no-repeat;
	height:10px !important;
	padding-bottom: 0 !important;
}

#nav li.main ul li a {
	background-position: right bottom;
	padding: 5px 10px 5px 14px;
	display: block;
	line-height: 1;
	height: auto;
}

#nav li.main ul li a:hover {
	background-position: right top;
}


#nav li a {
	color: #5E5F5E;
	background-image: url(sitenav.png);
}
.ie6 #nav li a {
	background-image: url(sitenav.gif);
}

#nav li.nodrop a:hover,
#nav li.selected_nodrop a {
	color: #FFF;
}

#nav li.selected a {
	color: #fff;
}

#nav li.main a {
	color: #5e5f5e;
	background-image: url(sitenav.png);
}
.ie6 #nav li.main a {
	color: #5e5f5e;
	background-image: url(sitenav.png);
}
#nav li.hover a {
	color: #fff;
}
/* Search */

#search {
	float: right;
	width: 260px;
	padding: 3px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
}

#search-text {
	width: 150px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #cfcfcf;
	background: #f8f7f7;
	color: #989898;
}

#search-submit {
	height: 21px;
	margin-left: 5px;
	padding: 0px 2px;
	background: #fc9f37;
	border:1px solid #fb7d19;
	color: #FFFFFF;
	font-size:12px;
}


/* Banner */

#banner_wrapper {
	width: 100%;
	height: 200px;
}

#banner {
	width: 719px;
	height: 200px;
	float:left;
}

#banner #banner_content {
	float: left;
	width: 410px;
	padding:30px 0 0 0px;
}

#banner #banner_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: normal;
}

#banner #banner_content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
	font-weight:bold;
}

#banner #banner_content span {
	color: #45990b;
}

#banner .banner_image {
	float: right;
	width: 253px;
	height: 247px;
	background: url(banner_image.png) no-repeat;
}

#welcome_pannel {
	width: 248px;
	height: 197px;
	margin:0 0 0 10px;	
	background: url(welpannel_bg.png) no-repeat;
	float:left;
}

#welcome_pannel #wel_content {
	float: left;
	width: 240px;
	padding:30px 0 0 0px;
}

#welcome_pannel h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 8px 12px 3px 15px;
	color: #fb7d19;
	font-weight: bold;
}

#welcome_pannel p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	padding: 5px 12px 8px 16px;
}

#welcome_pannel .wel_image {
	float: right;
	width: 252px;
	height: 247px;
	background: url(banner_image.png) no-repeat;
}

#welcome_pannel .more{ 
	color:#fb7d19; 
	padding:0px;
	font-weight:bold;
	}
#welcome_pannel .more a{
	color:#fb7d19; 
	text-decoration:none; 
	padding:0px; 
	}
#welcome_pannel .more a:hover{
	color:#000; 
	text-decoration:none;
	}

/* Body pannel */

#body_wrapper {
	width: 100%;
	height:auto;
	background-color:#FFF;
}

#body_topbg { 
	background-image: url(body_topbg.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:5px;
	float:left;
}

#body_bottombg { 
	background-image: url(body_bottombg.jpg);
	background-repeat:no-repeat;
	width:976px;
	height:5px;
	float:left;
}


#body_bg { 
	background-color: #ffffff;
}

#bodyLeftPan {
	width: 719px;
	height:auto;
	float:left;
	background-color:#FFF;
}

#bodyLeftPan #body_content {
	float: left;
	width: 400px;
	padding:10px 0 0 20px;
}

#bodyLeftPan #body_content h2 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#bodyLeftPan #body_content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}

#bodyLeftPan #body_content span {
	color: #45990b;
}

#bodyLeftPan .banner_image {
	float: left;
	width: 279px;
	height: 220px;
	background: url(ims-img.jpg) no-repeat;
	margin:10px 0 0 5px;
}

#bodyLeftPan #body_content .more{ 
	color:#fb7d19; 
	padding:0px;
	font-weight:bold;
	}
#bodyLeftPan #body_content .more a{
	color:#fb7d19; 
	text-decoration:none; 
	padding:0px; 
	}
#bodyLeftPan #body_content .more a:hover{
	color:#000; 
	text-decoration:none;
	}
	
#bodyLeftPan #body_content ul{
	width:250px; 
	margin:5px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#bodyLeftPan #body_content ul li{
	width:250px; 
	height:18px;
	}
#bodyLeftPan #body_content ul li a{
	width:250px; 
	height:18px; 
	display:block; 
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF; 
	color:#066897; 
	text-decoration:none; 
	padding:0 0 0 20px;
	}
#bodyLeftPan #body_content ul li a:hover{
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF;
	color:#797878; 
	text-decoration:none;
}
.vbottom {
	border-bottom:1px dotted #DADADA;
	font-weight:bold;
	margin:7px 0 0px 35px;
	width:90%;
	float:left;
}
	
/* Subody1 */
#bodyLeftPan #subody_content {
	float: left;
	width: 350px;
	padding:11px 0 0 20px;
}

#bodyLeftPan #subody_content h2 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#bodyLeftPan #subody_content h2 a{
	color: #fb7d19;
}
#bodyLeftPan #subody_content h2 a:hover{
	color: #555;
}
#bodyLeftPan #subody_content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}

#bodyLeftPan #subody_content .more{ 
	color:#fb7d19; 
	padding:0px;
	font-weight:bold;
	}
#bodyLeftPan #subody_content .more a{
	color:#fb7d19; 
	text-decoration:none; 
	padding:0px; 
	}
#bodyLeftPan #subody_content .more a:hover{
	color:#000; 
	text-decoration:none;
	}

/* Subody2 */
#bodyLeftPan #subody2_content {
	float: left;
	width: 310px;
	padding:11px 0 0 20px;
}

#bodyLeftPan #subody2_content h2 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#bodyLeftPan #subody2_content h2 a{
	color: #066897;
}
#bodyLeftPan #subody2_content h2 a:hover{
	color: #555;
}
#bodyLeftPan #subody2_content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}

#bodyLeftPan #subody2_content .more{ 
	color:#fb7d19; 
	padding:0px;
	font-weight:bold;
	}
#bodyLeftPan #subody2_content .more a{
	color:#fb7d19; 
	text-decoration:none; 
	padding:0px; 
	}
#bodyLeftPan #subody2_content .more a:hover{
	color:#000; 
	text-decoration:none;
	}






/* right pannel */

#bodyRightPan {
	width: 257px;
	background-color:#FFF;
	height:auto;
	float:left;
}

#bodyRightPan #right_content {
	float: left;
	width: 240px;
	margin:6px 0 4px 5px;	
	border:1px solid #DADADA; 
}

#bodyRightPan #right_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 15px 10px 15px;
	color: #fb7d19;
	font-weight: bold;
}
#bodyRightPan #right_content h2 a{
	color: #fb7d19;
}
#bodyRightPan #right_content h2 a:hover{
	color: #555;
}

#bodyRightPan #right_content ul{
	width:200px; 
	margin:0px 0 10px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#bodyRightPan #right_content ul li{
	width:200px; 
	height:18px;
	}
#bodyRightPan #right_content ul li a{
	width:200px; 
	height:18px; 
	display:block; 
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF; 
	color:#555555; 
	text-decoration:none; 
	padding:0 0 0 20px;
	}
#bodyRightPan #right_content ul li a:hover{
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF;
	color:#066897; 
	text-decoration:none;
	}
/*
#bodyRightPan{
	width:235px; 
	float:left; 
	border:1px solid #DADADA; 
	background:#F3F3F3; 
	color:#1A1A1A; 
	margin:0 0 0px 12px;
	}
*/

.vright {
	border-bottom:1px dotted #DADADA;
	font-weight:bold;
	margin:10px 0 0px 25px;
	width:80%;
}

#footer {
	width: 978px;
	height: 49px;
	float: left;
	font-weight: normal;
	background: url('footer-bg.png');
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 10px; }
 
#footer .disclaimer {
	width: 70px;
	height: 40px;
	float: right;
	padding-right: 15px;
	padding-top: 6px;
	}
 
	.footer .disclaimer a:link, .footer .disclaimer a:visited {
		color: #0000cc;
		text-decoration: none; }
 
	.footer .disclaimer a:hover {
		color: #0000cc;
		text-decoration: underline; }
 
#footer .copyrightText {
	width: auto;
	height: 17px;
	float: left;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 2px;
	text-align: center;
	font-size:12px;
	color:#066897;
	}
	
/* Inner page style */

#innerbanner_wrapper {
	width: 100%;
	height: 166px;
	
}

#inner_banner {
	width: 978px;
	height: 166px;
}

#innerbody_wrapper {
	width: 100%;
	height:auto;
	background-color:#FFF;
}

#innerbody_bg { 
	background-color: #ffffff;
	height:auto;
	float:left;
	width:100%;
}


/* left menu */

#innerbodyLeftPan {
	width: 719px;
	height:auto;
	float:left;
	background-color:#FFF;
	color: #066897;
}

#innerbodyLeftPan #innerbody_content {
	float: left;
	width: 680px;
	padding:20px 0 0 20px;	
	color: #066897;
}
/* Begin Tabbed Side Bar */
#innerbodyLeftPan #innerbody_content h2 {
	font-size: 13px;
	padding: 6px 0;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#innerbodyLeftPan #innerbody_content h2 a{
	color: #FB7D19;
}
#innerbodyLeftPan #innerbody_content h2 a:hover{
	color: #555555;
}
#innerbodyLeftPan #innerbody_content .page_link{ 
	font-size: 13px;
	padding: 6px 0;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#innerbodyLeftPan #innerbody_content .page_link a{ 
    text-decoration:none; 
	color: #fb7d19;
}
#innerbodyLeftPan #innerbody_content .page_link a:hover{ 
    text-decoration:none; 
	color: #066897;
}
#innerbodyLeftPan #innerbody_content .tab_link{ 
	font-size: 13px;
	padding: 6px 0;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#innerbodyLeftPan #innerbody_content .tab_link a{ 
    text-decoration:none; 
	color: #fb7d19;
}
#innerbodyLeftPan #innerbody_content .tab_link a:hover{ 
    text-decoration:none; 
	color: #066897;
}
#innerbodyLeftPan #innerbody_content h2 .tab_link_selected{
		color:#FFF;
}
#innerbodyLeftPan #innerbody_content h2 .tab_link_selected a{ 
    color:#373739;
    text-decoration:none; 
}
/*#innerbodyLeftPan #innerbody_content .tab_link p{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}

#innerbodyLeftPan #innerbody_content .tab_link p a{ 
    text-decoration:none; 
	color: #066897;
}
#innerbodyLeftPan #innerbody_content .tab_link p a:hover{ 
    text-decoration:none; 
	color: #fb7d19;
}*/
.tab_text { 
    display: none;
    /*border:1px solid black;*/
    padding:3px 0 0 0; 
    color:#5E5F5E;
}

/* End Tabbed Side Bar */


#innerbodyLeftPan #innerbody_content h3 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #066897;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#innerbodyLeftPan #innerbody_content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}
#innerbodyLeftPan #innerbody_content p a{ 
    text-decoration:none; 
	color: #066897;
}
#innerbodyLeftPan #innerbody_content p a:hover{ 
    text-decoration:none; 
	color: #fb7d19;
}
#innerbodyLeftPan #innerbody_content .img {
	text-align:center;
	padding-bottom:15px;
}


#innerbodyLeftPan #innerbody_content span {
	color: #066897;
}

#innerbodyLeftPan .innerbanner_image {
	float: left;
	width: 279px;
	height: 202px;
	margin:10px 0 0 5px;
}

#innerbodyLeftPan #innerbody_content .more{ 
	color:#fb7d19; 
	padding:0px;
	font-weight:bold;
	}
#innerbodyLeftPan #innerbody_content .more a{
	color:#fb7d19; 
	text-decoration:none; 
	padding:0px; 
	}
#innerbodyLeftPan #innerbody_content .more a:hover{
	color:#000; 
	text-decoration:none;
	}
	
#innerbodyLeftPan #innerbody_content ul{
	width:250px; 
	margin:5px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#innerbodyLeftPan #innerbody_content ul li{
	width:630px; 
	/*background:#FFFFFF url(blue-arrow.gif) no-repeat scroll 0 5px;	*/
	background:#FFFFFF url(gray-arrow.gif) no-repeat scroll 0 5px;
	color:#666666;
	display:block;
	padding:2px 0 0 20px;
	text-decoration:none;
	}
#innerbodyLeftPan #innerbody_content ul li a{
	height:18px; 
	color:#066897; 
	text-decoration:none; 
	}
#innerbodyLeftPan #innerbody_content ul li a:hover{
	color:#666666; 
	text-decoration:none;
}
/*  datasheet  */

#innerbodyLeftPan #innerbody_content_res {
	float: left;
	width: 680px;
	padding:20px 0 0 20px;	
	color: #066897;
}

#innerbodyLeftPan #innerbody_content_res ul{
	width:250px; 
	margin:15px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#innerbodyLeftPan #innerbody_content_res ul li{
	width:630px; 
	/*background:#FFFFFF url(blue-arrow.gif) no-repeat scroll 0 5px;	*/
	background:#FFFFFF url(gray-arrow.gif) no-repeat scroll 0 5px;
	color:#666666;
	display:block;
	padding:2px 0 15px 20px;
	text-decoration:none;
	}
#innerbodyLeftPan #innerbody_content_res ul li a{
	height:18px; 
	color:#066897; 
	text-decoration:none; 
	}
#innerbodyLeftPan #innerbody_content_res ul li a:hover{
	color:#666666; 
	text-decoration:none;
}
/*  datasheet end */



#innerbodyLeftPan #innerbody_content .headinglink{
	width: 680px;
}
#innerbodyLeftPan #innerbody_content .contentbox {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	margin-right:10px;
}
#innerbodyLeftPan #innerbody_content .contentbox a{
	height:18px; 
	color:#066897; 
	text-decoration:none; 
	}
#innerbodyLeftPan #innerbody_content .contentbox a:hover{
	color:#666666; 
	text-decoration:none;
}
.vbottom {
	border-bottom:1px dotted #DADADA;
	font-weight:bold;
	margin:7px 0 0px 35px;
	width:90%;
	float:left;
}

#innerbodyRightPan {
	width: 255px;
	background-color:#FFF;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#innerbodyRightPan #innerright_content {
	float: left;
	width: 235px;
	/*border:1px solid #DADADA;*/
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#innerbodyRightPan #innerright_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 15px 10px 15px;
	color: #fb7d19;
	font-weight: bold;
}

#innerbodyRightPan #innerright_content h2 a{
	color: #fb7d19;
}
#innerbodyRightPan #innerright_content h2 a:hover{
	color: #555;
}
#innerbodyRightPan #innerright_content ul{
	width:200px; 
	margin:0px 0 10px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#innerbodyRightPan #innerright_content ul li{
	width:200px; 
	height:18px;
	}
#innerbodyRightPan #innerright_content ul li a{
	width:173px; 
	height:18px; 
	display:block; 
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF; 
	color:#555555; 
	text-decoration:none;
	padding:0 0 0 20px;
	}
#innerbodyRightPan #innerright_content ul li a:hover{
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF;
	color:#066897; 
	text-decoration:none;
	}
	
/*#innerbodyRightPan #innerright_content ul li ul{
	width:200px; 
	margin:0px 0 10px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
	}
#innerbodyRightPan #innerright_content ul li ul li{
	width:200px; 
	height:18px;
	}
#innerbodyRightPan #innerright_content ul li ul li a{
	width:173px; 
	height:18px; 
	display:block; 
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF; 
	color:#555555; 
	text-decoration:none; 
	padding:0 0 0 20px;
	}
#innerbodyRightPan #innerright_content ul li ul li a:hover{
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF;
	color:#066897; 
	text-decoration:none;
	}*/
#innerbodyRightPan #innerright_content .datatext{
	width:220px; 
	height:18px; 
	display:block; 
	}
#innerbodyRightPan #innerright_content .datatext a{
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF; 
	color:#555555; 
	text-decoration:none;
	margin:0 0 0 18px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#innerbodyRightPan #innerright_content .datatext a:hover{
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF;
	color:#066897; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#innerbodyRightPan #innerright_content .subdatatext{
	width:220px; 
	height:19px; 
	display:block; 
	}
#innerbodyRightPan #innerright_content .subdatatext a{
	background:url(gray-arrow.gif) 0 5px no-repeat #FFF; 
	color:#555555; 
	text-decoration:none;
	margin:0 0 0 33px;
	padding:0px 0 0px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#innerbodyRightPan #innerright_content .subdatatext a:hover{
	background:url(blue-arrow.gif) 0 5px no-repeat #FFF;
	color:#066897; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#innerbodyLeftPan #content_box {
	float: left;
	margin: 0px 0px 0px 0px;
	width:210px;
}

#innerbodyLeftPan #content_box h2 {
color:#066897;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
height:20px;
line-height:normal;
padding:0 20px 0 0px;
width:210px;
}
#innerbodyLeftPan #content_box p {
padding:0 10px 0px 0px;
}