/* scstyle.css  John Iverson - July, 2007 */

	body {
		background-color: #fff;
		background-image: url(../ckuw/images/bgmusic.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
	}

	h1 {
		color: #00f;
		font-family: Verdana, Arial;
		font-size: 16pt;
		text-align: center;
		line-height: 120%;
	}

	h2 {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 12pt;
		font-weight: normal;
		line-height: 120%;
	}


	h3 {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 8pt;
	}

	h4 {
		color: #333;
		font-family: Verdana, Arial;
		font-size: 14pt;
		font-weight: bold;
		font-style: italic;
	}
	
	h5 {
		color: #f00;
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;
		line-height: 120%;
	}

	h6 {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 14pt;
		font-style: italic;
	}

	h7 {
		color: #fff;
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;
	}

	p {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 10pt;
	}

	td, th, ol, ul {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 10pt;
	}
	
	fieldset {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 10pt;
		border: 1px solid #999;
		padding: 10px;
	}

	legend {
		color: #fff;
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight:bold;
		border: 1px solid #999;
		padding: 5px;
		background-color: #000;
	}

	a:link {
		color: #c00;
	}

	a:visited {
		color: #000;
	}

	a:hover {
		color: #c00;
		background-color: transparent;
	}
		
	.center {
		text-align: center;
	}

	.indent {
		text-indent: 96px;
	}

	.indent2 {
		text-indent: 32px;
	}

	.list {
		text-indent: 96px;
		text-align: left;
	}

	#sectHeader {
		position:absolute;
		width:940px;
		height:800px;
		left:20px;
		top:70px;
	}

	#sectBody {
		position:absolute;
		width:940px;
		height:450px;
		left:20px;
		top:870px;
		text-align:left; 
	}

	#sectFooter {
		position:absolute;
		width:940px;
		height:300px;
		left:20px;
		top:1300px;
		text-align:center; 
	}

	#bodyCenter {
		position:absolute;
		width:940px;
		left:20px;
		top:70px;
		text-align:center; 
	}

	#bodyCenter2 {
		position:absolute;
		width:940px;
		left:20px;
		top:700px;
		text-align:center; 
	}

	#bodyLeft {
		position:absolute;
		width:920px;
		left:40px;
		top:70px;
		text-align:left; 
	}

	#bodyLeftLg {
		position:absolute;
		width:900px;
		left:60px;
		top:70px;
		text-align:left; 
	}

	#bodyLeftLg2 {
		position:absolute;
		width:910px;
		left:50px;
		top:10px;
		text-align:left; 
	}

	#menupage {
		position:absolute;
		width:500px;
		left:230px;
		text-align:left; 
	}

	#localpage {
		position:relative;
		width:700px;
		left:120px;
		text-align:left; 
	}


	#linkspage {
		position:relative;
		width:910px;
		left:0px;
		text-align:left; 
	}

	#menu {
		position:relative;
		width:700px;
		left:0px;
		text-align:left; 
	}

	#menuCenter {
		position:relative;
		width:700px;
		left:0px;
		text-align:center; 
	}

	#fix {
		position:absolute;
		width:940px;
		left:20px;
		top:380px;
		text-align:center;
		visibility:visible;
	} 

	#picture {
		position:absolute;
		width:940px;
		left:20px;
		top:380px;
		text-align:center;
		visibility:hidden;
	}
	
	#collage {
		position:absolute;
		width:250px;
		left:700px;
		top:0px;
		text-align:right;	
	}
	
	
/*  For Javascript menu bar */
	#chromemenu {
		position:absolute;
		width:940px;
		height:50px;
		left:20px;
		top:20px;
	}
		
	.chromestyle {
		width: 99%;
		padding: 0px;
		font-weight: bold;
	}

	.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.chromestyle ul {
		border: 1px solid #999;
		width: 100%;
		background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
		padding: 5px 0;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 0;
		text-align: center;
	}

	.chromestyle ul li {
		display: inline;
	}

	.chromestyle ul li a {
		color: #000;
		padding: 4px 10px;
		margin: 0;
		text-decoration: none;
		/* border-left: 1px solid #ccc;
		border-right: 1px solid #ccc; */
	}

	.chromestyle ul li a:hover {
		background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
		color: #000;
	}

	.chromestyle ul li a[rel]:after { /* HTML to indicate drop down link */
		content: " "; 
		/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	} 

	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv {
		position: absolute;
		top: 0;
		border: 1px solid #999; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		font: normal 12px Verdana;
		line-height: 16px;
		z-index: 500;
		background-color: white;
		width: 150px;
		visibility: hidden;
	}


	.dropmenudiv a {
		width: 150px;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
		padding: 4px 0;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

	* html .dropmenudiv a { /*IE only hack*/
		width: 100%;
	}

	.dropmenudiv a:hover { /*THEME CHANGE HERE*/
		background-color: white;
	}
