/* Clarity Style Sheet V1.0 Author: Clarity Software 2008 http://clarity.com.au */
/* Over ride any core values here

Pallette
Dark Green #006633
Mid green #008E4E
Light Green #5BAB26
LogoType Grey #3D3D3F
LogoType Light Grey #3D3D3F
*/


img.floatLeft { 
    float: left; 
    margin: 10em 1em ; /* make sure text clears right side nicely */ 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
	border: 0px solid #eee ;
}


#slist { border: 1px solid #b3b3b3 ; }
#slist tbody tr td
{
font-family: "lucida grande", verdana, sans-serif;
font-size: 1em;
padding: 3px 8px;
color: #000 ;
border-left: 0px solid #D9D9D9;
}

/*
ul
{
	margin: 0;
	padding: 0;
	font-size: .9em;
	cursor: default;
	width: 80%;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	line-height: 1.5em;
	margin: 0.5em 0 0 1em;
}

li
{
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	cursor: none ;
	border-bottom: 0px dashed #222 ;
	line-height: 1.5em;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
}
*/
/* links on page - these affect top meny as well */

a {text-decoration: none;font-weight: bold;color: #ff6600 ;}
a:hover { text-decoration: underline; color: #00549a ;}

p
{
margin: 1.5em 0 ;
}
