body {
    font-family: "trebuchet ms", "luxi sans", verdana, helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    margin:0;
    padding: 0;
    color: #333333;
    background-color: white;
}
div#wrapper0 {
	width: 775px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0;
	border: 1px solid #666666;
    background-image: url(/images/dots_bg.gif);
    background-repeat: repeat;
    background-position: 0 0;
}

div#page {
	margin: 30px 0;
	padding: 20px;
}



div#header {
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
    width: 700px;
	min-height: 80px;
    background-image: url(/images/vc-header.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

div#header h1 {
	text-align: left;
    margin-left: 70px;
	padding-top: 15px;
	font-size: 250%;
	line-height: 120%;
}


div #main_image, div #content, div#menu {
	background-image: url(/images/vc-check-bg.gif);
    background-repeat: repeat;

}
div #main_image {
	float:right;
	padding: 10px;
}

div #content {
	padding: 10px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
    width: 40em;
	text-align: center;
	font-size: 80%;
	color: #999999;
	border: 1px solid #666666;
	background-color: white;
}

div#footer p a:link, div#footer p a:visited {
	color: #999999;
	text-decoration: none;
}
div#footer p a:hover {
	color: #666666;
	text-decoration: underline;
}
 
div#menu {
    font-family: arial, helvetica, verdana, sans-serif;
	height: 2em;
	width: 30em;
    color: #333333;
    font-size: 80%;
	font-weight: bold;
	font-style: italic;

}
div#menu ul {
    list-style-type: none;
    margin: 0 0 0 1em;
}
div#menu ul li a {
    display: inline;
    color: #6666ff;
	text-decoration: none;
}

div#menu ul li{
    display: inline;
	float: left;
    color: #6666ff;
	text-decoration: none;
	padding: 0 0.5em;
	border-right: 1px solid #666666;
}

div#menu ul li a:hover {
    color: #9999ff;
	text-decoration: underline;
}

.clear {
    clear: both;
    height: 1px;
    font-size:1px;
}

.centre {
	text-align: center;
}
.fleft {
	float: left;
}

h1, h2, h3, h4 {
    font-family: times, serif;
    font-weight: bold;
    line-height: 120%;
    color: #666677;
    padding: 0;
    margin: .5em 0 .5em 0;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
p { margin: .5em 0 0 0; }
dt { font-weight: bold }


sup, sub {
    font-size: 75%;
    font-weight: normal;
}

.red {
	color: red;
	font-weight: bold;
}