/* Start of CMSMS style sheet 'RoseWebV1.1' */
/* CSS layout

Color Scheme
A80000
C15600
C28F00
4C8669
4B213D




*/
body {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	
	}

img {
	border-style: none;
	border-width: 0px;
	}

.fltLft{padding-right:10px; padding-top:10px; padding-bottom:10px; padding-left:0px; float:left;}
.fltRt{padding-left:10px; padding-top:10px; padding-bottom:10px; padding-right:0px; float:right;}



a:link {
	color: #C15600;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #4B213D; 
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #C15600; 
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #A80000; 
	text-decoration: underline;
	font-weight: bold;
	}
	

.header{
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}


.legend	{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

#container{
	height:100%;
	width:760px;
	background-color:#09F;
	margin:0px auto;
}

#divLeft{
	float:left;
	width:67%;
	padding:20px;
	display:inline;
	border:1px solid #000;
}

#divRight{
	float:right;
	width:20%;
	clear:none;
	display:inline;
	padding:20px;
	border:1px solid #000;
}

#header {
	width: 100%;
	text-align: left;
	float:left;
	height:134px;
	background-image:url(../images/checkers.png);
	background-repeat:no-repeat;

	
	}

#homeLink a
{
	/* background-color:#600; */
	background-image:url(../images/sfbandlogoweb.png);
	width:200px;
	height:134px;
	background-repeat:no-repeat;
	float:left;
}
	

#navBar	{
	background-image:url(../images/checkersside.png);
	background-repeat:repeat-y;
	float:left;
	width: 180px;
	padding-left:20px;
	padding-top:45px;
	height:444px;
	}

#nav a {
	background-color:#fff;
	width:180px;
	height:31px;
	vertical-align:middle;
	padding-top:13px;
	float:left;
}
#nav a:hover {
	background-color:#fff;
	width:180px;
	background-image: url(../images/link.png);
	height:31px;
	vertical-align:middle;
	padding-top:13px;
	text-decoration:none;
}

#row2{
	float:left;
	width:100%;
	overflow:auto;
}

#wrapper {
	width: 100%;
	}

#mainContent {
float:right;
width:515px;
overflow:auto;
padding:20px;
background-color:#ffffff;
border-top:5px double #4C8669;
border-left:5px double #4C8669;
color:#4B213D;
min-height:444px; 
text-align:justify;
	}
	
.contentText{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
}
#footer {
margin-bottom:20px;
clear:both;
font-size:11px;
float:left;
	width: 100%;

	}
	
.homeLink a {
	background-color:#990000;
	width:45px !important;
	padding:15px !important;
	text-align:center;
	border:none !important;
	float:left;
	
}

table.nav {
	background-color:#fff;
	width:100%;
}


