body {
	margin:0px;
	padding:0px;
	
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
}

h1 {
	font-size: 17px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #404080;
	padding-right:10px;
	margin:0px;
}

h2 {
	font-size: 14px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR:#404080;
	margin:0px;
	margin-top:20px;
}

h3 {
	font-size: 14px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#4F6C1D;
	margin:0px;
}
text, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #505050;
}

a:link, a:active, a:visited {
	color: #333333;
	padding:2px;
}

a:hover{
	color: #000000; TEXT-DECORATION: none;
	background:#E7EEE3;
}



/* Main container */
.container {
	margin: auto;
	padding: 0;
	width: 900px;
}

/* Header ------------------------------------------- */
.header {
	display:block;
	float:left;
	width:900px;
	height:150px;
	background:#ccc url(../images/vsi_header.jpg) no-repeat;
	border:1px solid #eeeeee;
}

/* Header ------------------------------------------- */
.navigation {
	display:block;
	float:left;
	width:900px;
	height:20px;
	background:#ffffff;
	margin-top:10px;
	border-bottom:2px solid #eeeeee;
}
.navigation div {
	float:right;
	display: block;
	font-size:10px;
	font-weight:bold;
	line-height: 20px;
	color: #666666;
	background:#eeeeee;
	padding: 0 15px;
	border:solid #eeeeee 1px;
}
.navigation a {
	float:right;
	display: block;
	font-size:10px;
	font-weight:bold;
	line-height: 20px;
	color: #666666;
	text-decoration:none;
	border:solid #eeeeee 1px;
	padding: 0 15px;
}
.navigation a:hover {
	color: #000000;
	background:#666666;
}
/* content -------------------------------------------- */
.content {
	display:block;
	float:left;
	width:900px;
	background:#ffffff;
}
.left_content {
	position:relative;	
	display:block;
	float:left;
	width:600px;
	padding:40px 30px;
	font-size:12px;
}
.right_content {
	display:block;
	float:right;
	width:210px;
	padding:28px 15px 40px 15px;
	margin-top:20px;
	font-size:11px;
	line-height:18px;
	color:#666666;
	background:#E7EEE3;
}
.right_links {
	display:block;
	float:right;
	width:210px;
	padding:20px 15px 40px 15px;
	margin-top:20px;
	font-size:11px;
	line-height:18px;
	color:#666666;
}

/* gallery ---------------------------------------- */
.gallery_title{
	display:block;
	width:840px;
	float:left;
	background:#B9CEE6;
	padding:5px 30px;
	margin-bottom:20px;
}
#flashcontent {
	display:block;
	float:right;
	width:900px;
}

/* footer ---------------------------------------- */
.footer {
	width:900px;
	display:block;
	clear:both;
	height:50px;
	background:#cccccc;
	border-top:3px solid #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:50px;
	color: #666666 ;
	text-align:center;
}
.footer a {
	font-weight:bold;
	color:#505050;
}
.footer a:hover {
	font-weight:bold;
	color:#333333;
