body{
background: url(../images/stripe.png);
margin: 0px;
colour: #0099FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
scrollbar-base-color: #41B3FF;
scrollbar-arrow-color: #0099FF;
scrollbar-3dlight-color: #75C7FD;
scrollbar-darkshadow-color: #0099FF;
}

#container {
	position: relative;
	width: 701px;
	top: 0px;
	margin: auto;
	z-index: 1;
}
            
a:link {
            text-decoration: underline;
			color: #ffffff;
}

a:visited {
            text-decoration: underline;
            color: #ffffff;
}

a:hover {
            text-decoration: underline;
            color: #0099FF;
			background-color: #ffffff;
}

a:active {
            text-decoration: underline;
            color: #0099FF;
			background-color: #ffffff;
}

div.contentarea {
	position:absolute;
	width: 343px;
	height: auto;
	left: 320px;
	top: 270px;
	font: 11px;
	text-align:left;
	z-index: 6;
	color: #ffffff;
}

div.more {
	background: url(../images/bg.gif);
	position: absolute;
	width: 701px;
	height: inherit;
	left: -320px;
	top: 119px;
	z-index: 3;
}

div.text {
	position: relative;
	width: 343px;
	height: inherit;
	left: 320px;
	top: -58px;
	font: 11px;
	text-align: left;
	z-index: 6;
	color: #ffffff;
}

.navigation {
	position: absolute;
	height: inherit;
	top: -50px;
	width: 100px;
	left: 29px;
	display: block;
	margin: 5px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 0px;
	font-family: arial, verdana;
	font-weight: lighter;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none;
	z-index: 5;
}

a.nav:link {
	display: block;
	margin: 0px;
	border-right: #ffffff 1px dotted;
	border-left: #ffffff 1px dotted;
	border-top: #ffffff 1px dotted;
	border-bottom: #ffffff 1px dotted;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}

a.nav:visited {
	display: block;
	margin: 0px;
	border-right: #ffffff 1px dotted;
	border-left: #ffffff 1px dotted;
	border-top: #ffffff 1px dotted;
	border-bottom: #ffffff 1px dotted;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}

a.nav:hover {
	display: block;
	margin: 0px;
	border-right: #ffffff 1px dashed;
	border-left: #ffffff 1px dashed;
	border-top: #ffffff 1px dashed;
	border-bottom: #ffffff 1px dashed;
	color: #0099FF;
	background-color: #ffffff;
	text-decoration: none;
}

a.nav:active {
	display: block;
	margin: 0px;
	border-right: #ffffff 1px dashed;
	border-left: #ffffff 1px dashed;
	border-top: #ffffff 1px dashed;
	border-bottom: #ffffff 1px dashed;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: arial, verdana;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	border-bottom: #0099FF 1px dotted;
}

h2 {
	padding-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-family: Georgia;
	font-variant: small-caps;
	font-size:small;
	font-weight:bold;
}

h3 {
	padding-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-family: Georgia;
	font-variant: small-caps;
	font-size:small;
	font-weight:bold;
}

input,textarea,selection
{
	align: center;
	font-family: arial;
	font size:auto;
	color: #8C0000; 
	border-color:#8C0000;
	border-width:1px;
	border-style:dotted;
	background-color: #F3E5E5;
}