body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Helvetica, Arial;
	width: auto;
}


.left
{
	position: absolute;
	left: 4px;
	top: 48px;
	width: 120px;
	background: #ffffff;
	border: 0px solid #000;
	text-align: center;
}

.Theme3_left
{
	position: absolute;
	left: 0px;
	top: 48px;
	width: 130px;
	background: #ffffff;
	border: 0px solid #000;
	text-align: center;

}

.Theme4_left
{
	position: absolute;
	left: 0px;
	top: 48px;
	width: 130px;
	background: #ffffff;
	border: 0px solid #000;
	text-align: center;
	
border-right-style:dashed;
border-right-width:1px;
border-right-color:Red;
margin-right:5px;

border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:Red;

}

.main
{
	background: #fff;
	margin-left: 140px;
	margin-right: 10px;
	top: 0px;
	margin-top: 0px;
	border-top: 0px;
	border: 0px solid #000;
	text-align: center; /* 		IE5x PC mis-implements the box model. Because of that we sometimes have 		to perform a little CSS trickery to get pixel-perfect display across browsers. 		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS 		parsing bug in IE5x PC that will prematurly close a style rule when it runs 		into the string "\"}\"". After that string appears in a rule, then, we can override 		previously set attribute values and only browsers without the parse bug will 		recognize the new values. So any of the name-value pairs above this comment 		that we need to override for browsers with correct box-model implementations 		will be listed below. 		 		We use the voice-family property because it is likely to be used very infrequently, 		and where it is used it will be set on the body tag. So the second voice-family value  		of "inherit" will override our bogus "\"}\"" value and allow the proper value to 		cascade down from the body tag. 		The style rule immediately following this rule offers another chance for CSS2 		aware browsers to pick up the values meant for correct box-model implementations. 		It uses a CSS2 selector that will be ignored by IE5x PC. 		 		Read more at http://www.glish.com/css/hacks.asp 		*/
	voice-family: "\"}\"";
	voice-family: inherit;
}






A:visited
{
	text-decoration: none;
}
A
{
	font-weight: bold;
	color: #0000CD;
	text-decoration: none;
}
A:link
{
	text-decoration: none;
}
A:active
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	color: white;
	background-color: blue;
}
ADDRESS
{
	border-right: 1px ridge;
	padding-right: 3px;
	border-top: 1px ridge;
	padding-left: 3px;
	padding-bottom: 2px;
	margin-left: 6px;
	border-left: 1px ridge;
	margin-right: 6px;
	padding-top: 2px;
	border-bottom: 1px ridge;
	font-style: normal;
	background-color: gainsboro;
	text-align: center;
}
H6
{
	font-size: smaller;
	color: mediumblue;
}
.h5
{
	border-right: #f0f0f0 1px dashed;
	padding-right: 5px;
	border-top: #f0f0f0 1px dashed;
	padding-left: 5px;
	font-weight: lighter;
	padding-bottom: 5px;
	border-left: #f0f0f0 1px dashed;
	padding-top: 5px;
	border-bottom: #f0f0f0 1px dashed;
	background-color: #fbfbfb;
	text-align: justify;
	font-size: smaller;
	margin-right: auto;
	width: auto;
}
.h4
{
	border-right: #e2e2d4 1px dashed;
	padding-right: 5px;
	border-top: #e2e2d4 1px dashed;
	padding-left: 5px;
	font-weight: lighter;
	font-size: x-small;
	padding-bottom: 5px;
	border-left: #e2e2d4 1px dashed;
	padding-top: 5px;
	border-bottom: #e2e2d4 1px dashed;
	font-style: normal;
	background-color: #fffff7;
	text-align: justify;
	width: auto;
}
H3
{
	font-weight:bolder;
	color: #3f0e26;
	text-align: center;
}
.h3
{
	font-weight: 600;
	color: #3f0e26;
	text-align: center;
}
TD
{
	font-weight: 500;
}
LI
{
	text-align: justify;
}
.main_current
{
	padding-right: 2px;
	float: left;
	text-align: center;
	margin-right: auto;
	clear: right;
}
.left_current
{
	clear: left;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: 2px;
	text-align: center;
}
.main_experiment
{
	position: absolute;
	left: 150px;
	top: 47px;
	width: auto;
	margin-right: auto;
}
.left_experiment
{
	position: absolute;
	left: 0px;
	top: 47px;
	width: 140px;
	padding-right: 10px;
	margin-left: 2px;
	margin-right: 0;
	text-align: center;
}
.left SELECT
{
	font-size: 8pt;
	font-family: 'Arial CE' , Arial;
	width:116px;
}


.sidebar_inner
{

}
.sidebar
{
	border-right: #b8d0e7 1px solid;
	border-top: #b8d0e7 1px solid;
	border-left: #b8d0e7 1px solid;
	border-bottom: #b8d0e7 1px solid;
	background-color: #e4e4ff;
	margin-left:auto;
	margin-right :auto ;
	line-height: 16px;
	width: 118px;
}
.sidebar A
{
	width:116px;
	font-weight: normal;
	font-size: 8pt;
	color: midnightblue;
	font-family: Verdana, Arial;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	padding-left:2px;
	display:inline-block;
}
.sidebar A:hover
{
	color: white;
	background-color: darkblue;
}
.sidebar A:active
{
	color: white;
	background-color: royalblue;
}
.sidebar_current_group
{
	background-color: #ffffff;
}
.sidebar_current_group A
{
}
.sidebar_here
{
	color: white;
	background-color: #b8d0e7;
}
.sidebar_here A
{
	color: white;
	background-color: #b8d0e7;
}




.Theme3_sidebar
{
	font-size:8pt;
	border-right: #b8d0e7 1px solid;
	border-top: #b8d0e7 1px solid;
	border-left: #b8d0e7 1px solid;
	border-bottom: #b8d0e7 1px solid;
	background-color: #e4e4ff;
	margin-left:auto;
	margin-right :auto ;
	width: 118px;
}
.Theme3_sidebar A
{
	width:100%;
	color: midnightblue;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	display:inline-block;
}
.Theme3_sidebar A:hover
{
	color: white;
	background-color: darkblue;
}
.Theme3_sidebar A:active
{
	color: white;
	background-color: royalblue;
}
.Theme3_sidebar_current_group
{
	background-color: #ffffff;
}
.Theme3_sidebar_current_group A
{
}
.Theme3_sidebar_here
{
	color: white;
	background-color: #b8d0e7;
}
.Theme3_sidebar_here A
{
	color: white;
	background-color: #b8d0e7;
}
.Theme3_sidebar_inner Select
{
}

.Theme4_sidebar
{
	font-size:8pt;

	border-right: #b8d0e7 1px dashed;
	border-top: #b8d0e7 1px  dashed;
	border-left: #b8d0e7 0px  dashed;
	border-bottom: #b8d0e7 1px  dashed;
	
	margin-left:auto;
	margin-right:auto;
	width: 118px;
	text-align: left;
}
.Theme4_sidebar A
{
	width:100%;
	color: midnightblue;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	display:inline-block;
}
.Theme4_sidebar A:hover
{
	color: white;
	background-color: darkblue;
}
.Theme4_sidebar A:active
{
	color: white;
	background-color: royalblue;
}
.Theme4_sidebar_current_group
{
	background-color: #ecf3f8;
}
.Theme4_sidebar_current_group A
{
}
.Theme4_sidebar_here
{
	color: white;
	background-color: #b8d0e7;
}
.Theme4_sidebar_here A
{
	color: white;
	background-color: #b8d0e7;
}





#compact_buttons
{
}
#compact_buttons ADDRESS
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: xx-small;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 1px;
	font-family: 'MS Sans Serif' , Verdana, 'Arial CE';
}
#compact_buttons INPUT
{
	font-weight: bold;
	font-size: xx-small;
	color: mediumblue;
	font-family: 'MS Sans Serif' , Verdana, 'Arial CE';
	background-color: gainsboro;
}
#compact_listing
{
	font-size: xx-small;
}
#compact_listing A
{
	font-size: xx-small;
	font-family: 'Arial CE';
}
#compact_listing TD
{
	font-size: xx-small;
	font-family: 'Arial CE';
	background-color: lavender;
}
#compact_listing A:hover
{
	background-color: yellow;
}
#left A:hover
{
	margin-left: 5px;
	margin-right: 5px;
}

.nav_panel
{
}
.nav_panel A:hover
{
	top: 2px;
}
.nav_panel H3
{
	font-weight: lighter;
	font-size: medium;
}
#xml_rss_feed_1
{
	font-size: small;
	font-family: 'Arial CE';
}
#xml_rss_feed_1 TD
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: x-small;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f8f8ff;
	text-align: justify;
}
#xml_rss_feed_1 A:hover
{
}
#feature1
{
}
#feature1 TD
{
	font-size: xx-small;
	text-align: justify;
}

.float_right
{
}
.float_right IMG
{
	border-right: 1px groove;
	border-top: 1px groove;
	border-left: 1px groove;
	border-bottom: 1px groove;
}

#sitetrack_compact_listing
{
	font-family: Arial;
}
#sitetrack_compact_listing H5
{
}
#sitetrack_compact_listing H5 TD
{
	font-size: xx-small;
	font-family: Arial;
}
#sitetrack_compact_listing H4
{
}
#sitetrack_compact_listing H4 TD
{
	font-size: xx-small;
	font-family: Arial;
}

FORM
{
	font-family: Arial, 'MS Sans Serif';
}

.img_hover A
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	margin: 0px 0px;
}
.img_hover A:hover
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin: 0px 0px;
	border-color: #FF0000 #FF0000 #FF0000 #FF0000;
}
.img_hover A:active
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin: 0px 0px;
	border-color: #FFFF00 #FFFF00 #FFFF00 #FFFF00;
}

.dddimg_hover IMG
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin: 2px 0px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.h5div
{
	border-right: 1px ridge;
	padding-right: 5px;
	border-top: 1px ridge;
	padding-left: 5px;
	font-weight: lighter;
	font-size: xx-small;
	padding-bottom: 5px;
	border-left: 1px ridge;
	padding-top: 5px;
	border-bottom: 1px ridge;
	font-family: 'Microsoft Sans Serif' , Verdana, Arial;
	background-color: #f5f5ff;
	text-align: justify;
	border: 1px dotted #C0C0C0;
}
.centre_100
{
	width: 100%;
	text-align: center;
}
.sitemap
{
	border-right: 1px ridge;
	padding-right: 3px;
	border-top: 1px ridge;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	border-left: 3px ridge;
	padding-top: 3px;
	border-bottom: 1px ridge;
	position: relative;
	background-color: #f4f4f8;
}
.sitemap_cell
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: justify;
	background-color: #f8f8ff;
	font-size: smaller;
}
.sitemap_cell A:hover
{
	width: 100%;
	height: 100%;
	background-color: slategray;
	color: White;
	text-decoration: none;
}
.dialogue1
{
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #FFFFCC;
	background-image: url(images/form_background_1.jpg);
	background-color: transparent;
	text-align: left;
}
.dialogue3
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFCC;
	background-image: url(images/form_background_1.jpg);
	background-color: transparent;
}
.dialogue2
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFCC;
	text-align: left;
}
.dialogue4
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFCC;
	background-image: url(images/form_background_1_blue.jpg);
	background-color: transparent;
	text-align: left;
}
.data_review_grid_1
{
	border-right: 1px solid;
	border-top: 1px solid;
	background-image: url(images/form_background_1.jpg);
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: transparent;
	text-align: left;
	font-size: xx-small;
}
.data_review_grid_1 A
{
	color: #ff0099;
	text-decoration: none;
	font-size: xx-small;
}
.data_review_grid_1 A:hover
{
	color: white;
	background-color: red;
}
.justify
{
	text-align: justify;
}
.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.Contact_Us_form_Head_Title_1
{
	font-weight: 600;
	color: #3f0e26;
	text-align: center;
}
.Contact_Us_form_Text
{
	font-weight: bold;
}
.w3cv
{
	font-size: 7pt;
	font-family: Arial, 'Arial CE';
	background-color: #ffffff;
	}



.news_mine
{
	background-color: #ffffff;
	width:99%;
}
.news_mine TABLE
{
	background-color: lavender;
	font-weight:
}
.news_mine TD
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: smaller;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f8f8ff;
	text-align: justify;
}
.news_mine I
{
	font-family: 'Times New Roman';
}
.news_mine_small A
{
}
.news_mine A:hover
{
	color: white;
	background-color: slategray;
	text-decoration: none;
}
.news_mine_small A:hover
{
	color: white;
	background-color: slategray;
	text-decoration: none;
}
.news_mine_1a
{
	border-right: #ccccff 7px solid;
	border-top: #ccccff 7px solid;
	border-left: #ccccff 7px solid;
	width: 100%;
	border-bottom: #ccccff 7px solid;
}
.news_mine_url_title
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	font-weight: lighter;
	font-size: 9px;
	margin-left: 2px;
	border-left: 1px ridge;
	margin-right: 2px;
	border-bottom: 1px ridge;
	position: relative;
	top: -2px;
	height: 8px;
}
.news_mine_list
{
	background-color: #f8f8ff;
	width: 100%;
}
.news_mine_select
{
	font-size: 8pt;
}
.news_mine_select select
{
	font-size: 8pt;
	overflow:hidden;
}

.newsmine_article
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: smaller;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f8f8ff;
	text-align: justify;
	border-bottom: #d3d3d3 1px dotted;
	clear:both;
 }

.newsmine_article img
{
	overflow:hidden;
}

.newsmine_date
{
	width: 130px;
	float: left;
	border-top-style: none;
	border-bottom: #d3d3d3 1px dashed;
	border-right: #d3d3d3 1px dashed;
	border-right-style: dashed;
	border-left-style: none;
	padding-bottom: 5px;
	text-align:left;
}
.newsmine_preview
{
	width: 130px;
	float: right;
	border-top-style: none;
	border-bottom: #d3d3d3 1px dashed;
	border-left: #d3d3d3 1px dashed;
	border-left-style: dashed;
	border-right-style: none;
	padding-bottom: 5px;
	text-align:left;
}
.newsmine_rss_date
{
	width: 170px;
	float: left;
	border-top-style: none;
	border-bottom: #d3d3d3 1px dashed;
	border-right: #d3d3d3 1px dashed;
	border-right-style: dashed;
	border-left-style: none;
	padding-bottom: 5px;
	text-align:left;
}
.newsmine_url
{
	margin-left :140px;
	margin-right :140px;
}
.newsmine_ad
{
		background-color: #f8f8ff;
		overflow:hidden;
		width :100%;
		height:65px;
}

.newsmine_footer
{
	margin-top:5px;
	height: 24px;
	vertical-align: baseline;
	font-family: Arial;
	font-size:x-small;
	color: #8C8CFF;
}
.newsmine_footer A
{
	font-family: Arial;
	font-size:x-small;
	color: #8C8CFF;
}
.newsmine_footer A:hover
{
	color: #ff0000;
}
.newsmine_footer_item
{
	float: left;
	margin-right: 20px;
}
.newsmine_footer_item_right
{
	text-align:right;
	float:right;
	width:120px; 
}

.footer
{
	font-size: 7pt;
	font-family: Arial;
	text-align: center;
	background-color: #ffffff;
}
.footer A
{
	font-size: 7pt;
	font-family: Arial, 'Arial CE';
	background-color: #ffffff;
}
.footer A:hover
{
	background-color: #b8d0e7;
	width: auto;
}


wrap
{
	overflow:auto;
}



A.home_menu_button:hover
{
}

img.thumbnail1
{
	float:left; margin-bottom:5px; margin-right:10px; border-right: 0px ridge; border-top: 0px ridge; border-left: 0px ridge; border-bottom: 0px ridge; 
	width:200px;
	height:100px;
}

iframe.thumbnail1
{
	float:left; margin-bottom:5px; margin-right:10px; border-right: 0px ridge; border-top: 0px ridge; border-left: 0px ridge; border-bottom: 0px ridge; 
}


div.uedge
{
	width: 97%;
	background-color: #CCCCFF;
	background-image: none;
}
div.redge
{
	background-image: url(images/blue_c5.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div.bedge
{
	background-image: url(images/blue_c5.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.ledge
{
	background-image: none;
}
div.ulcorner
{
	background-image: url(images/blue_c1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.urcorner
{
	background-image: url(images/blue_c2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.blcorner
{
	background-image: url(images/blue_c3.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.brcorner
{
	background-image: url(images/blue_c4.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 7px 7px 7px 7px;
}
div.innercontent
{
	width: 100%;
	font-family: 'MS Sans Serif' , Arial;
}

