body {
	background: url(./image/background.png) repeat;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;

        padding: 0.0em; border: 0.0em; width: 55em;
        width /**/:/**/ 46em;    

}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(./image/banner.jpg) no-repeat;
	height: 140px;
	text-align: center;
	width: 100%;
}

#header h1 {
	font-size: 1.1em;
	position: relative;
	left: 1px;
	top: 120px;
}

#header a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#sidebar {
	float: left;	
	margin-top: 50px;
	width: 100px;
}

#sidebar ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
	background-color: #ffffff;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: none;
	width: 109px;
}

#sidebar a:hover {
	background-color: #869CBA;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
}

#basenav {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    text-align: center;
/*******************back ground color of basenav***********/
    background-color: #cccccc;
}
#basenav ul {
    margin-left: 15px;
    list-style: none;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
/********************adjust font size of basenav below here******************/
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    white-space: nowrap;
}
#basenav li {
    list-style-type: none;
    display: inline;
    border-right: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}
#basenav li a {
    text-decoration: none;
/********************spacing between links on basnav****************/
    padding: 0px 1px;
/**********************colour of link before use*********************/
    color: #666666;
}
#basenav li a:link {
    color: #666666:
}
#basenav li a:visited {
    color: #666666;
}
#basenav li a:hover {
    font-weight: none;
   border-bottom: 0px solid #666666;
   border-right: 0px solid #666666;
   color: white; 
   background-color: #869CBA;
}


#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.6em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
