﻿body {
}

/* override the style in the global stylesheet, as the "images" folder is in a slightly
   different relative position to this css file. */
ul li {	background-image:url(../Images/bullet11px.gif); }
/* 

This stylesheet holds styles that are common within pages of the CSWeb site, but that don't belong
to pages in the Root site.

*/


/*

KC - commenting the following out as they do little enough that a "style" attribute might be more sensible.
.fl
{
	float:left;
}

.fr
{
	float:right;
}

.float_left 
{ 
	float: left; 
}

.float_right 
{ 
	float: right; 
}


.full_width_container
{
	width: 100%;
}

.hidden
{
    display: none;
}

*/
.submit_position
{
	float:right;
}
