/* CSS Document */

.float-right {
	margin: 3px;
	float: right;
        clear: right;
}

.image-right {
	margin: 3px;
	float: right;
        clear: right;
        display:inline;
}
.float-left {
	margin: 3px;
	float: left;
        padding-right:5px;
}


table.silvatable
{
        background-color: #cccccc;
        width:100%;
	
}

table.silvatable tr
{
	vertical-align: top;
	
}

ul.disc li

{
	margin-bottom: 4px;
}

.align-center

{text-align: center;}

.module-list {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	}
.mod-items {
margin-left: 10px;
	padding-left: 10px;
	/*background-image: url(cms-assets/images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}


.levelhead {
margin-top: 10px;
margin-bottom: 5px;
padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
.levelhead p {
font-family: Verdana, Arial, helvettica, sans-serif;
font-size: 1em;
/*colour: black;*/
}