html, body {
	margin: 0;
}

body {
	background-color: white;
	font-size: 71%;
	padding-top: 20px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

td {
	text-align: left;
}

h1 {
	color: #87888A;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 30px 0;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.4em;
	color: #003A80;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h3 {
	color: #003A80; 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 7px 0;
}

h4 {
	color: #003A80; 
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 2px 0;
}

a {				
	text-decoration: none;
	color: #003A80; 
}
a:hover {	
	text-decoration: underline; 
	color: #0F7962;
}
	h2 a, h3 a {		color: #003A80; }

p, form {
	margin: 0em;
}

ul, li {
	margin: 0em;
	padding: 0em;
}
li {
	margin-left: 1.0em;
}

div.clear {
	height: 0.01em;
	overflow: hidden;
	clear: both;
}
div.hr, hr {
	background: url('/graphics/hrbg.gif');
	background-position: 100% 0;
	background-repeat: repeat-x;
	border: 0;
	height: 1px;
	line-height: 1px;
}

img {
	border-color: #000000;
}
img, div { behavior: url('iepngfix.htc') }

div.noshow { visibility : hidden; }
/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family:  Verdana, Arial, Helvetica, Georgia, sans-serif;
}
table, td, input, select, textarea {
	font-size: 1.0em;
}
body, table, td {
	color: #87888A;
	font-size: 0.7em;
	line-height: 1.6em;
}
div.header, div.topmenu, div.dropdown {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/
h1.title {
	color: #000000;
	height: 0.1pt;
	line-height: 0.1pt;
	margin-top: -1px;
	position: absolute;
	overflow: hidden;
}
div.header {
	background: url('/graphics/contentbg.gif');
	background-position: 100% 0;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 910px;
	height: 210px;
	position: relative;
	
}
	div.header div.element {
		width: 242px;
		height: 56px;
		background-image: url('/graphics/splash_element.png');
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/splash_element.png', sizingMethod='crop');
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
		top: 35px;
		left: 53px;
	}
	div.header div.hr {
		width: 646px;
		position: absolute;
		top: 0px;
		right: 55px;
		margin: 0;
	}
		
div.main {
	width: 910px; 
	text-align: left;
	margin: 0 auto 30px auto;
	background: url('/graphics/contentbg.gif');
	background-position: 100% 0;
	background-repeat: repeat-y;
}
	div.main div.content {
		min-height: 470px;
		_height: 470px;
	}
		div.main div.content div.left {
			float: left;
			width: 440px;
			height: 270px;
			position: relative;
			padding: 0px;
			overflow: hidden;
		}
			div.main div.content div.left a {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				width: 440px;
				height: 270px;
				cursor: default;
			}
				div.main div.content div.left span.top {
					background: url('/graphics/splash_bg_left_top.jpg');
					background-position: 0 0;
					background-repeat: repeat-y;
					display: block;
				}
					div.main div.content div.left span.top span.banner {
						background-image: url('/graphics/pageimages/GSB_banner.jpg');
						background-position: 100% 0;
						background-repeat: no-repeat;
						margin: 0;
						width: 409px;
						height: 123px;
						cursor: pointer;
						display: block;
					}
			
			div.main div.content div.left span.btm {
				background: url('/graphics/splash_bg_left_btm.jpg');
				background-position: 0 100%;
				background-repeat: repeat-y;
				min-height: 147px;
				_height: 147px;
				display: block;
			}
				div.main div.content div.left span.btm span.logo {
					float: right;
					background-image: url('/graphics/GSB_logo.jpg');
					background-position: 0 0;
					background-repeat: no-repeat;
					width: 409px;
					height: 90px;
					display: block;
					padding: 0;
					margin: 20px 0 0 0;
					cursor: pointer;
					display: block;
				}
			
		div.main div.content div.right {
			float: right;
			width: 420px;
			height: 270px;
			position: relative;
			padding: 0px;
			overflow: hidden;
			cursor: pointer;
		}	
			div.main div.content div.right a {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				width: 420px;
				height: 270px;
				cursor: default;
			}
				div.main div.content div.right span.top {
					background: url('/graphics/splash_bg_right_top.jpg');
					background-position: 0 0;
					background-repeat: repeat-y;
					display: block;
				}
					div.main div.content div.right span.top span.banner {
						background-image: url('/graphics/pageimages/Vibu_banner.jpg');
						background-position: 0 0;
						background-repeat: no-repeat;
						margin: 0;
						width: 403px;
						height: 123px;
						cursor: pointer;
						display: block;
					}
					
				div.main div.content div.right span.btm {
					background: url('/graphics/splash_bg_right_btm.jpg');
					background-position: 0 100%;
					background-repeat: repeat-y;
					min-height: 147px;
					_height: 147px;
					display: block;
				}
					div.main div.content div.right span.btm span.logo {
						float: right;
						background-image: url('/graphics/Vibu_logo.jpg');
						background-position: 0 0;
						background-repeat: no-repeat;
						width: 403px;
						height: 90px;
						display: block;
						padding: 0;
						margin: 20px 0 0 0;
						cursor: pointer;
						display: block;
					}
					
	div.main div.copyright {
		float: right;
		width: 580px;
		margin: 0px 90px 0px 35px;
		_margin-right: 45px;
		padding: 3px 0px;
		background: url('/graphics/hrbg.gif');
		background-position: 100% 0;
		background-repeat: repeat-x;
		text-align: right;
		font-size: 0.9em;
		color: #C5C6C8;
		padding
	}
		div.main div.copyright a,
		div.main div.copyright a:visited {
			text-decoration: none;
			color: #C5C6C8;
		}
		div.main div.copyright a:hover {
			text-decoration: none;
			color: #87888A;
		}
