/* colors */

body {
	color: #C3C3FF;
	background-color: White;
}

a:hover {
	color: #0000FF;
}

a {
	color: #C3C3FF;
}

.content div, #images div {
	border-bottom: 1px solid #0000FF;
}

div.content {
	background-color: White;
	color: #0000FF;
	scrollbar-3dlight-color : #0000FF;
	scrollbar-base-color : White;	/* background */		
	scrollbar-darkshadow-color : #0000FF;
	scrollbar-face-color : White;	/* background */	
	scrollbar-highlight-color : White;	/* background */		
	scrollbar-shadow-color : White;	/* background */	
	scrollbar-track-color : White;	/* background */
	scrollbar-arrow-color: #0000FF;
}

div.close a:hover {
	color: #6666FF;
}

div.close a {
	color: #0000FF;
}

/* home page layout */

html {
	/* XHTML */
 	overflow: auto;  /* IE */
 	height: 100%;  /* Safari */
 	width: 100%;  /* Safari */
	border: 0 none;
}

body {
	padding: 0; /* Opera */	
 	overflow: hidden;
 	height: 100%;  /* Netscape */
 	width: 100%;  /* Netscape */
	margin: 0;
	border: 0 none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0 none;
	display: block;
}

a {
	text-decoration: none;
}

a:focus, a:active {
	outline: none;
}

:link:focus, :visited:focus {
	-moz-outline: 0px; /* Mozilla */
}

/* windows layout */

div.content {
	width: 320px;
	height: 300px;
}

#images {
	width: 302px;
	height: 300px;
}

div.close{
	left: 330px;
	width: 280px;
	background: White;
}

img {
	position: absolute;
	top: 18px;
	left: 330px;
	width: 280px;
	height: 276px;
}

#images img {
	position: relative;
	top: 6px;
	left: 0;
	width: 280px;
	height: 205px;
}

#images {
	position: absolute;
	top: 0;
	left: 318px;
	overflow: hidden;
}

div.content {
	overflow: auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}

div.content div, #images div { 
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	height: 220px;
}

div.content div.last {
	height: 56px;
	border: none 0;
}

div.content h1, div.content h2 {
	margin: 12px 12px 0 12px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

div.content p {
	margin: 0 12px 0 12px;
	font-size: 13px;
	line-height: 17px;
}

div.content div h1 {
	margin-top: 0;
	margin-bottom: 12px;
}

div.content div h2 {
	margin-top: 0;
}

div.content div h1, div.content div h2, div.content div p {
	margin-left: 0;
	margin-right: 0;	
}

div.close {
	z-index: 100;
	position: absolute;
	top: 0;
	text-align: right;
	font-size: 13px;
	line-height: 17px;
}

div.close a {
	font-weight: bold;
	background: White;
}
