/* Web 2.0 default */
/* tips from JeremyKeith */
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
body {
	background-color: #293962;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

input[type="radio"], input[type="checkbox"] {
	size:  10px;
}


/* end JK */
/* Dan Cederholm WHAT DOES THIS DO? */
.group {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6D7EA1;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
/* end DC */

/* content hierarchy */
#container {
	width: 980px;
	min-height: 500px;
	text-align: center;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/LSCompositbluebanneronWhite.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#header {
	height: 150px;
	width: 980px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnavi {
	height: 25px;
	width: 940px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	margin: 0px;
	text-align: center;
	text-transform: none;
	letter-spacing: .1em;
	top: 150px;
}
#topnavi a {
	color: #EAC262;
	margin: 0px;
	height: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnavi a:hover {
	color: #FFF;
	text-decoration: none;
	height: 30px;
	background-image: none;
}


#leftnavi {
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 4px;
}

#bodytext {
	width:  940px;
	float: left;
	padding: 20px;
	text-align: left;
	margin-top: 30px;
}
#splitbodyright {
	float: right;
	width: 500px;
}

#splitbodyleft {
	float: left;
	width: 420px;
	margin-right: 10px;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* font classes */
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12 px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.paragraph {
	font-size: 12 px;
	font-weight: normal;
	font-style: normal;	
}
p {
	font-size: 12.px;
	margin-top: .25em;
	font-size: 13px;
	line-height: 18px;
}
.smalltype {
	font-size: 10px;
}
ul {
	border: 1px solid #CCC;
	font-size: 9px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #ddd;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#bodytext a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bodytext a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	background-color: #3F4A73;
}
#footer a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	background-color: #3F4A73;
}


li {
	text-align: left;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 13px;
	background-color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.centernavi {
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
}
.centernavi:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
.largetype {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 16px;
}

table {
	background-color: #CCC;
}

td {
	font-size: 12px;
	background-color: #FFF;
}
.status {
	color: #0F0;
}
iframe {
	height: 60px;
	width: 330px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quote {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-top: 8px;
	padding-top: 8px;
	color: #666;
}

.musicgroup {
	margin: 6px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 9px;
	padding: 0px;
}
.musicgrouptitle {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #ddd;
	font-weight: bold;
	letter-spacing: 1px;
}

