/* General page settings */
body         
{
	font-family:Verdana, Lucida, Helvetica, Arial, sans-serif;
}

/* The main div of the document */
div.page
{
	width: 916px
}

/* The header */
div.headmenu
{
	border-bottom:1px solid #C0C0C0;
	background-position: left top;
	background-image: url('vsewebhead.png');
	background-repeat:no-repeat;
	width:100%;
	height:124px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px
}

div.headmenu a
{
	color: #808080;
	text-decoration: none;
}

/* The menu bar within the header */
div.menubar
{
	position: relative;
	top: 95px;
}


/* Styles for a part in the left hand pane */
div.leftpart
{
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	border-bottom:1px solid #C0C0C0;
	padding-bottom:10px;
	width: 100%;
}

p
{
	margin:0;
	font-size: 8pt;
    padding-top: 0.3em;
    line-height:140% 
}

li
{
	font-size: 8pt;
}

td
{
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6
{
    background-color: transparent;
    font-family: Lucida Sans, Lucida Grande, Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 1em;
    text-shadow: #999999 0.2em 0.2em 3px;
    color: #444444;
}

h1
{
	font-size: 18pt
}

h2
{
	font-size: 14pt
}

h3
{
	font-size: 11pt;
}

h3 a
{
    color: #444444;
	text-decoration: none;
}

h4
{
	font-size: 8pt;
}

h4 a
{
    color: #444444;
	text-decoration: none;
}

a
{
	color: #000066;
	text-decoration: underline;
}

ul
{
	margin-top:0.5em
}

div.intro
{
	font-weight:bold;
	color:#444444;
	font-size: 8pt; margin-top:1em; margin-bottom:1em
}
	
/* The bar on the right side of the first page*/
div.rightbar
{
	float: right;
	margin-right:0px;
	margin-top:10px;
}

/* The center piece */
div.mainpane
{
	border-left:1px solid #C0C0C0; float: left;
	width: 450px;
	padding-right:10px;
	padding-left:10px;
	margin-top:10px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
}

div.sidemenu
{
	text-align:right;
	line-height:150%;
}

div.sidemenu a
{
	color: #808080;
	text-decoration: none;
}