body {
	background-color: #402255;
	margin: 0px;
	margin-top: 2px;
}
a {
	text-decoration: none;
	color: #4A0A6D;
}
a:visited {
	text-decoration: none;
	color: #4A0A6D;
}
a:active {
	text-decoration: none;
}
a:hover {
	background-color: #B0ACBD;
	color: #FFFFFF;
}
#bordercontainer1 {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #65528A;
	border: 0px;
	width: 798px;
	padding: 3px;
}
#bordercontainer2 {
	background-color: #B0ACBD;
	border: 0px;
	width: 790px;
	padding: 3px;
}
#maincontainer {
	background-color: #FFF;
	border: 0px;
	width: 782px;
	padding: 3px;
	height: auto;
}
#header {
	height: 147px;
	width: 782px;
	background: url(/images/bg_header_bottom.jpg) no-repeat center bottom;
	float: left;
}
#leftlogo {
	height: 115px;
	width: 171px;
	background: url(/images/logoshelltextfr.jpg) no-repeat;
	padding-top: 55px;
	padding-left: 3px;
	float: left;
}
#rightlogo {
	height: 115px;
	width: 171px;
	background: url(/images/logoshelltextuk.jpg) no-repeat;
	padding-top: 55px;
	float: right;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	padding: 0px 5px 0px 2px;
	margin: 25px 0px 0px;
}
ul#nav {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #4A0A6D;
	display: block;
	padding: 5px;
	width: 140px;
	text-align: left;
	vertical-align: middle;
	list-style: none;
	margin: 0px;
	border-bottom: thin dotted #B0ACBD;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4A0A6D;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#nav li a:hover, #nav li active, #nav li focus {
	background-color: #B0ACBD;
	color: #FFFFFF;
}
#timezoneContainer {
	margin-top: 80px;
}
#timezone {
	color: #666666;
	background: #CDCDD1;
	width: 140px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 4px;
	border-bottom: thin solid #FFF;
}
#mainContent {
	margin: 25px 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 0px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 610px;
}
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4A0A6D;
	text-align: left;
	padding-bottom: 20px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A0A6D;
	text-align: justify;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A0A6D;
	font-weight: bold;
}
.clickhere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B0ACBD;
}
#formContainer {
	padding: 10px;
	width: 550px;
	border: medium dotted #D6D6D6;
}

