body {
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	position:relative;
	top: 0px;
	text-align:left;
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/_graphics/shadow_side.jpg);
	background-repeat: repeat-y;
}

#main {
	padding: 0px 20px 20px 20px;
	background-image: url(/_graphics/shadow_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header {
	position:relative;
	padding:0px 10px 0px 10px;
}

#menulines {
	background-color:#dedede;
	margin: 10px 10px 20px 10px;
	height:20px;
	text-align:center;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color:#666666;
	text-decoration:none;
}

#menulines a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.8em;
	color:#666666;
	text-decoration:underline;
}

#menulines a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#ff0000;
	text-decoration:underline;
}

#content {
	float: right;
	width: 720px;
	padding: 0px 20px 0px 0px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight:bold;	
	color: #454545;
	text-decoration: none;
	padding: 0px 10px 20px 20px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em; 
	font-weight: normal; 
	color: #454545; 
	text-decoration: none;
	padding: 0px 10px 0px 20px;
	width:450px;
	text-align:justify;
}

.text a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em; 
	font-weight: normal; 
	color:#0000cc;
	text-decoration:none;
}

.text a:hover {
	color:#ff0000;
	text-decoration:underline;
}

.alert, li.alert  {
	color:#ff0000;
	text-align:left;
}

.newsBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em; 
	font-weight: normal; 
	color: #454545; 
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	width:230px;
	margin: 0px 10px 10px 510px;
	position: absolute;
	top:230px;
	left:0px;
	border-left: #333333 1px solid;
}

/**
 * these are in the google newsbar, names set by google
 */
.titleBox_gsnb {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight:bold;	
	color: #454545;
	text-decoration: none;
	padding: 0px 10px 20px 20px;
}
a.statusItem_gsnb {
  color : rgb(9, 122, 182);
  font-size : 11px;
}
a.statusItemSelected_gsnb {
  color : #000000;
}

.formtable {
	line-height: 1.4em; 
	padding: 7px;
	border:0;
}

form td {
	padding:10px;
	border:0px;
}

.enquirytextfield {
	width:480px;
	background-color:#ffffff;
}

.enquirytextfield:focus {
	background:#f3f3cc;
}

.enquirytextarea {
	width:480px;
	height:160px;
	background-color:#ffffff;
}

.enquirytextarea:focus {
        background:#f3f3cc;
}
			
		

