/*********** Common Classes  **************/
.headline {
	font-size:small;
	background: #EBF5FD;
	color:#000000	
}
.noBullet {
	list-style: none inside;
}

/*****    Top Banner and Navigation  *****/
.banner {
	background: #45556A url(images/SCbannerBackgrd.gif) no-repeat right top;
}
#TopNavigation {
	clear:both;
	float:left;
	width:100%;
	font-size:small;
	line-height:normal;
	background-image: url(images/line-fadesBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
#TopNavigation ul {
    margin:0;
    padding:10px 10px 0px;
    list-style:none;
}
#TopNavigation li {
	float:left;
	background:url(images/tabRight.gif) no-repeat right top;
	margin:0;
	text-align: center;  
	padding: 0;
}
#TopNavigation a {
    display:block;
    background:url(images/tabLeft.gif) no-repeat left top;
	padding:5px 15px 4px;
	color: #FFF;	
	font-weight: bold;
	text-decoration: underline;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #TopNavigation a {float:none;}
  /* End IE5-Mac hack */
  

#TopNavigation a:hover {
	color: #CDA35E;
}
#TopNavigation #current {
    background-image:url(images/CurrentTabRight.gif);
}
#TopNavigation #current a {
	background-image:url(images/CurrentTabLeft.gif);
	color: #774B4D;
	text-decoration: none;
	padding-bottom: 5px;
}
#TopNavSpacer div {clear:both}
/*************  Spacer Divs  ******************/
.spacerThick {height:16px;}
.spacerThin {height:.2em;}
/*************  Content Divs ******************/

#LeftColumn {
	float: left;
	width: 10%;
	margin-left: 2%;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Left2Column {
	float: left;
	width: 69%;
	margin-left: 2%;
	display:inline;
}
#MidColumn {
	float: left;
	width: 47%;
	margin-left: 2%;
	padding: 0px 2%;
}
#RightColumn {
	float: left;
	width: 22%;
	margin-left: 2%;
	padding: 2%;
}
#Col4-1	{
	float: left;
	width: 20%;
	margin-left: 2%;
	display:inline;
}
#Col4-2	{
	float: left;
	width: 20%;
	margin-left: 2%;
	display:inline;
}
#Col4-3	{
	float: left;
	width: 20%;
	margin-left: 2%;
}
#Col4-4	{
	float: left;
	width: 20%;
	margin-left: 2%;
}
/***************  Footer  ************************/
#footer {
	clear:both;
	float:left;
	width:100%;
	font-size:xx-small;
	line-height:normal;
	color:#666666;
	background-image: url(images/line-fadesTop.gif);
	background-repeat: repeat-x;
	padding: 2em;
}
#footerLinks {
	clear:both;
	float:right;
	display: inline;
	vertical-align: middle;
}
#footerLinks ul {
	margin:0;
    padding:.5em;
    list-style:none;}
#footerLinks li {
	float:left;
	margin:0;
	width: 12em;
	text-align: center;  
	padding: 0;
}
#footer a {
    display:block;
	color: #666;	
	font-weight: bold;
	text-decoration: underline;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #footer a {float:none;}
  /* End IE5-Mac hack */

  

/*************** Tag Definitions *********************/
body {
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font: bold medium Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #774B4D;
}
h2 {
	color: #774B4D;
	font-size: small;
}
pre {
	font: bold x-small "Courier New", Courier, mono;
	color: #006600;
	margin: 1em;
	border: thin solid #006600;
	padding: .3em;
}
h3 {
	font: bold small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #45556A;
}
#leftColumn ul {
	margin: 0px;
	padding: 0px;
}
#leftColumn ul li {
	font-size: 82%;
	padding-bottom: 7px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #CCFFFF;
}
