body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px; line-height: 1.6; 
    background: #fff;
    background-image: url(images/gradient.gif);
	background-repeat: repeat-x; 
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0px;
}

.text a {
	font-weight: bold;
}

.text a:link {
	color: #1a689f;
	text-decoration: none;
}
.text a:visited {
	color: #1a689f;
	text-decoration: none;
}
.text a:hover {
	color: #000;
	text-decoration: none;
}
.text a:active {
	color: #1a689f;
	text-decoration: none;
}

.menu {
	float: right;
	width: 500px;
	margin: 10px;
	padding-top: 15px;
	padding-right: 0px;
	background-color: transparent;
}
 
.menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
 
.menu ul li {
	display: inline;
}
 
.menu ul li a {
	float: left; 
	text-decoration: none;
	color: #000;
	padding: 5px 11px;
	background-color: transparent;
	border-left: 1px solid #dfdfdf;
}
 
.menu ul li a:visited {
	color: #000;
	text-decoration: none;
}
 
.menu ul li a:hover, .menu ul li .current {
	color: #1a689f;
}

#wrapper {
    width: 780px;
    margin: 0 auto; /* auto to centre layout */
    background-color: transparent;
    background-image: url(images/backgroundj.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
}

#header, #maintext, #column1, #column2, #footer { 
    padding: 10px;
}

#header {
	clear: both;
    background-color: transparent;
    margin: 10px;
    padding: 0; 
}

/* heading text */

H1 {
	font-size:18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    color:#1a689f;
    margin-top:10px;
    margin-bottom:-14.5px;
}

/* bold blue left-hand menu text */

H2 {
	font-size:12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    color:#1a689f;
    margin-top:-4px;
}

/* left-hand menu links */

.side li a {
	text-decoration: none;
	color: #1a689f;
	padding: 0px 0px;
	background-color: transparent;
}
 
.side li a:hover, .side li .current {
	color: #000;
}

#maintext {
    background-color: transparent; 
    margin: 0;
    padding: 0; 
}

#leftcol {
	float: left;
    background-color: transparent;
    width: 780px;
    height: 580px;
}

/* unordered list settings */
  
ul { 	
	list-style: outside;
	margin-top: 0; margin-bottom: 0; margin-left: -25px;
}

#footer { 
    background-color: transparent;
    border-top: 1px #e7e7e7 solid;
    clear: both;
}