body {
	padding : 0px;
	margin:0px;
	background-image:url('../images/canvas.jpg');
	background-repeat:repeat-x }

.title {
	font-family: 'Futura Lt BT';
	color: #FFFFFF;
	font-size: 20px;
	font-weight:bold;
	background-image: url('../images/bg_title.jpg');
	background-repeat: repeat-x;
	height:30px;}

.bg_blue {
	background-color: #2D5E96; }

.text-box {
	border : 1px solid #9CB9DA;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	color : #3C4A53; }

.bg_rightside {
	background-color: #FAFAF0 }

.h3 {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	line-height:150%; }

.breadcrumb {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	line-height:150%; }

.menu_right {
	font-family : 'arial narrow';
	font-size : 15px;
	color : #3E3E3E;
	margin-top:3px;
	margin-bottom:3px;}
	
.content {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;
	text-align:justify }

.contentsmall {
	font-family : verdana;
	font-size : 10px;
	color : #3E3E3E;
	line-height:120%;
	margin-top:0;
	margin-bottom:8px;
	text-align:justify }
	
.contentbullet {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;
	text-align:justify;
	list-style-position:inside;
	list-style-type:circle; }

.contentb {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	font-weight: bold;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;
	text-align:left}

.contentb_green {
	font-family : verdana;
	font-size : 12px;
	color : #669966;
	font-weight: bold;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;
	text-align:left}
	
.contentbi {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	font-weight: bold;
	font-style: italic;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;}

.contentu {
	font-family : verdana;
	font-size : 12px;
	color : #3E3E3E;
	font-style:normal;
	text-decoration:underline;
	line-height:140%;
	margin-top:0;
	margin-bottom:8px;}

.spotlight {
	font-family: verdana;
	font-style:normal;
	text-align:justify;
	color: #3E3E3E;
	font-size: 12px;
	font-weight:normal;
	line-height:140%;
	margin:10px 5px 10px 10px;
	}

.img_brd {
	border: 2px solid #C0C0C0}

.footer {
	font-family : verdana;
	font-size : 11px;
	color : #000000;}

a:link { 
	text-decoration:none;
	color: #3E3E3E;	 }
	
a:visited {
	text-decoration:none;
	color:#3E3E3E; }
	
a:hover { 
	color: #c06343; }

.stylenone {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none }
	
.centerdiv {
	/*IE method of centering a relative div*/
	text-align: center; }

.centerdiv>div { /*Proper way to center a relative div*/
	margin: 0 auto; }
	
/* for scroller */
#marqueecontainer{
	position: relative;
	width: 300px; /*marquee width */
	
	height: 150px; /*marquee height */
	background-color: white;
	overflow: hidden;
	/*border: 1px solid #666666;*/
	padding: 2px;
	padding-left: 4px;
}
.scroll_div {
	/*border:solid 1px #3366FF;*/
	width: 300px;
	width/**/: 320px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Verdana;
}

/* end for scroller */

/* Thumbnail view css */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #669966; /*border colour*/
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* End Thumbnail view css */