/***********************************************/
/* SONG css file       */
/* Diane's Designs For The Web   http://dianesdesignsweb.com  */
/***********************************************/

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

wrapper{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	/*border-right: 1px solid #C299D9;*/	
}

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: 120%;
 color: #000066;
}

h2{
 font-size: 114%;
 color: #000075;
}

h3{
	font-size: 100%;
	color: purple;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	line-height: normal;
}

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

h5{
 font-size: 100%;
 color: #000066;
}

ul{
	list-style-type: circle;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #000080;
	text-indent: 25px;
	text-align: left;
}

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{
	margin: 0;
	/*width: 818px;*/
	float: left;
	background-color: #784a80;
	border-left: 1px solid #C299D9;
	border-right: 1px solid #C299D9;
}

#navBar{
	margin: 0 0 0 527px;
	padding: 0 0 0 5px;
	background-color: #C299D9;
	border-left: 1px solid #784A80;
	border-bottom: 1px solid #784A80;
	width: 290px;
	border-right: 1px solid #784A80;
	line-height: normal;
	text-align:left;
	position: inherit;
}


#content{
	float:left;
	width: 520px;
	margin: 0 2 0 0;
	padding: 0 7 0 0;
	background-color: #FFFFFF;
	text-align:left;
}

#container {
	width: 830px;
	margin: 0;
	padding: 0;
	background-color: #784A80;
	margin-right: 0%;
	margin-left: 0%;	
	text-align:left;
	border-left: 1px solid #C299D9;
	border-right: 1px solid #C299D9;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 2px 10px 10px;
	background-color: #E1EAFF;
	color: #000066;
	text-align: left;
	border-left: 1px solid #C299D9;
	border-right: 1px solid #C299D9;
}


/************* #globalNav styles **************/

#globalNav{
	color: #000066;
	padding: 5px 0px 7px 10px;
	white-space: nowrap;
/*	background-color: #FDF569;*/
	background-color:#FFFFC1;
	font-weight: bold;
	text-align:left;
	border-right: 1px solid #C299D9;
}
/* hack to fix IE/Win's broken rendering  */
	#globalNav  {width: 822px;}

/* fix for browsers  */
	html>body #globalNav  {width: 819px;}	

/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	clear: none;
	color: #000066;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	/*padding: 0px2px 10px 10px;*/
	font-size: 80%;
	margin-top: 10px;
	padding-top: 10px;	
	text-align:left;	
}

.feature h3{
/*	padding: 15px 0px 5px5px;
	text-align: right;
	font-size: 105%;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;*/
}

.feature img{
/*	padding: 0px 5px 0px 5px;
	margin: 0 0px 5px 0;
	float: right;*/
	width: 300px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	text-align:left;
}

.story p{
  padding: 0px 0px 10px 0px;
}
.story a:link, a:visited, a:hover {
	color: #000080;
	text-decoration: underline;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: -5px;
	/*width: 795px;*/
	background-color: #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 img{
	padding: 2px 4px 2px 0px;
	vertical-align: middle;
}

/* hack to fix IE 7 /Win's broken rendering  */
	#siteInfo  {width: 811px;
		    clear: both;
			margin-top:-1px;
			border-right: 1px solid #C299D9;
}

	html>body #siteInfo  {
	width: 810px;
	clear: both;
	margin-top: -1px;
	/*border-right: 1px solid #C299D9;*/
	border:none;	
}

		
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #000080;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #headlines styles **************/

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

#headlines p{
}
#container #masthead #mrg {
	background-color: #724A80;
}
#container #navBar #headlines #prof {
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
}
.advert {
	background:#FFFFFF;
	color:purple;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	border-right: 1px solid #C299D9;
}
/* hack to fix 7 IE/Win's broken rendering  */
	.advert  {
	width: 296px;
	margin-right: 5px;
	float: left;
	border-left-width: 5px;
	margin-left: 5px;
}


/* for browsers needing no Fix */
	html>body .advert  {
	margin-right: 5px;
	border-left-color: purple;
	border-left-width: 4px;
	margin-left: 5px;
	border: 1px solid #C299D9;
	width: 298px;
}	
#advert a:link, a:visited, a:hover {
	color: #000080;
	text-decoration: underline;
}
.title {
	color:purple;
	font-weight:bold;
}
