div.menu{
	/*clear: both;
	float:left;*/
	margin-top:10px;
	margin-bottom: 10px;
}

div.menu a {
	background-image : url(butback3.gif);
	border : 1px solid ThreedShadow;
	padding-top: 5px;
	padding-bottom : 4px;
	padding-left : 15px;
	padding-right : 15px;
	margin-bottom: 5px;
	margin-right: 2px;
	float : left;
	cursor : pointer;
	font-size : 65%;
	text-decoration: none;
}

div.menu a:hover{
	background-color : White;
	background-image: none;
}

P   {
	/*font-size : 85%;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 2pt;
}

UL {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 2pt;
	list-style-type : disc;
	display : list-item;
}

H1  {
padding-top: 10px;
font-size : 120%;
color: #6699FF;
}

H2  {
	font-size : 120%;
	background-color : #F5F5F5;
	color : #000099;
}

H3  {
font-size: 100%; 
font-style: normal; 
font-weight: bold; 
color: #000099; 
border-bottom: solid 1px Blue;
}

H4 {
	font-size: 90%;
	border-bottom: 1px solid Gray;
}

STRONG {
	color : #000099;
}

BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top : 0px;
	margin-left: 50px;
	background-image: url(back2.gif);
	font-size: 1em;
}
td{
	padding: 4px;
	vertical-align: top;
}

table{
	font-size: inherit;
}

.head1  {
	font-size : 80%;
	color : #000099;
	left : auto;
	top : auto;
	overflow : none;
	background-color : #F5F5F5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

.advice  {
	font-size : 75%;
}

.head2  {
	background-color : #5454F5;
	color : #FFFFFF;
	padding-top : 5px;
	font-size : 100%;
	padding-bottom : 5px;
	border-top-width : 5px;
	margin-top : 5px;
	padding-left : 5px;
	font-weight : bold;
}

li {
	/*list-style-position: outside;
	display: inline-block;*/
	position: static;
	left: 4px;
	border-left-width : 2px;
	margin-left : 4px;
	padding-left : 4px;
	margin-bottom : 4px;
	}
#top{
	/*position:absolute;
	left: 50px;
	width:80%;
	background-color: White;*/
	}
	
#sideBar{
	font-size: 80%;
	clear: left;
	float:left;
	width:200px;
	padding: 5px;
	background-image: url(back1.gif);
}

#centre{
	font-size: 90%;
	clear:right;
	padding-top: 10px;
	margin-left: 230px;
	margin-right: 20px;
}

#right{
	float:right;
	background-color: White;
	right: 50px;
	width: 50px;
	top: 150px;
}
#wrap{
	position:absolute;
	/*left: 50px;
	top: 80px;*/
	width: 80%;
	background-color: White;
	/*border: 1px solid gray;*/
}


/* Hides from IE5-mac \*/
* html #centre {height: 1%;}
/* End hide from IE5-mac */ 