/***********************************************/
/* SONGbc2.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #E1EAFF;
	color: #000066;
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #000080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #DEBFEB;
	position: relative;
	
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 122%;
	color: #000066;
	width: 882px;
}

h2{
	font-size: 119%;
	color: #000075;
	text-align: center;
	margin-right: 2px;
	background-color: #FFFFFF;
}

h3{
	font-size: 100%;
	color: 000066;
	text-align: center;
	margin-top: 10px;
	outline-color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #000000;
}
/************** .List styles ***************/

.LList{
	font-size: 100%;
	color: #000066;
	width: 290px;
	float: left;		
}
/* hack to fix IE/Win's broken rendering  */
.LList {margin-left:80px;}

/* fix for browsers that don't need the hack */
html>body .LList {	margin-left:120px;}

.RList{
	font-size: 100%;
	color: #000066;
	width: 320px;
	margin-left:450px;
}
ul{
	list-style-type: circle;
	font-style: normal;
	font-size: 85%;
	font-weight: bold;
	color: #000080;
	text-indent: 15px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #784A80;	
	border: 1px solid #C299D9;
}
/* hack to fix IE/Win's broken rendering  
#masthead {width: 873px;
border: 1px solid #C299D9;}*/

/* fix for browsers that don't need the hack */
html>body #masthead  {	
		width: 876px;
		border: 1px solid #C299D9;}

#content{
	background-color: #E1EAFF;
	width: 876px;
	border: 1px solid #C299D9;
}

#container {
	background-color: #E1EAFF;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
}
/*************** #pageName styles **************/

#pageName{
	color: #000075;
	font-size:medium;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 4px;
	margin-bottom:5px;
}
/* hack to fix IE/Win's broken rendering  */
#pageName  {width: 884px;}

/* fix for browsers that don't need the hack */
html>body #pageName  {
	width: 878px;
}
/************* #globalNav styles **************/
#globalNav{
	color: #000066;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	background-color: #FEFFE1;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/* hack to fix IE/Win's broken rendering  */
#globalNav  {width: 890px;}

/* fix for browsers that don't need the hack */
html>body #globalNav  {
	/*width: 858px;*/
	width: 856px;
}
#globalNav img{
 display: block;
}
#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #000066;
}

/************** .card styles *****************/
.cardrows{
	clear: both;
	padding: 0px 0px 10px 0px;
	border:outset;
	border-color:#666666; 
	font-size: 55%;
	color: #000066;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
/*	text-decoration: underline;*/
	cursor: hand;
	background-color: #784A80;
}
/* fix for browsers that don't need the hack */
html>body .cardrows  {
	width: 870px;
}
.cardrowshl {
	font-size:medium;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
/***************** Layers *************************/

.tack{ position: relative; 
top: -97px;
left: 5px;
z-index: 2;}

/* hack to fix IE/Win's broken rendering  */
.tack  {top: -87px;
left: 5px;}

/* fix for browsers that don't need the hack */
html>body .tack  {top: -97px;
left: -55px;
}


.tack1{ position: relative; 
top: -82px;
left: -75px;
z-index: 2;}

/* hack to fix IE/Win's broken rendering  */
.tack1  {top: -88px;
left: -75px;}

/* fix for browsers that don't need the hack */
html>body .tack1  {top: -87px;
left: -75px;
}


.tack2{ position: relative; 
top: 7px;
left: 45px;
z-index: 2;}

/* hack to fix IE/Win's broken rendering  */
.tack2  {top: -89px;
left: 45px;}

/* fix for browsers that don't need the hack */
html>body .tack2  {top: 7px;
left: 45px;
}

.card { position: relative; 
z-index: 1; } 
/********** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px 0px 2px 2px;
	font-size: 80%;
	color: #000080;
	width: 230px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 3px 0px 5px 10px;
	background-color: #784A80;
	border: 1px solid #C299D9;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */
#siteInfo  {width: 885px;
		border: 1px solid #C299D9;}

/* fix for browsers that don't need the hack */
html>body #siteInfo  {width: 866px;
		border: 1px solid #C299D9;}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
