/* Linde Center CSS*/

/* BODY */
body
{
	margin:5;
	padding:5;
	background-color: #e0dbd8;
}

/* END BODY */


/* BACKGROUND IMAGES */


/* BACKGROUND IMAGES */


/* TYPOGRAPHY */
body	{
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	color:#666666;
	line-height: 150%;
}

.boxedtext	{
	padding: 8px;
	margin: 8px;
	border: 1px solid #e0dbd8;
	background-color: #ffffff;
}

.superhd1 {
	color:#694122;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd2 {
	color:#000000;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd3 {
	color:#87a9a9;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd4 {
	color:#ffb200;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.headline1 {
	color:#694122;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}
.headline2 {
	color:#000000;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}
.headline3 {
	color:#87a9a9;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}
.headline4 {
	color:#ffb200;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}
.subhead1 {
	color:#694122;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}

.subhead2 {
	color:#000000;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}

.subhead3 {
	color:#87a9a9;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}

.subhead4 {
	color:#ffb200;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	line-height: 150%;
}

.alert {
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	line-height: 150%;
	color: #ff6600;
	font-weight: bold;
}
.posted	{
	color: #cccccc;
	font-size:x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	line-height: 150%;
}
.extra	{
	color: #666666;
	font-size: xx-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	letter-spacing: 1px;
	line-height: 150%;
}

.extra2	{
	color: #ffffff;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	line-height: 150%;
}

.blockquote	{
	padding-left: 10px;
	margin-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0dbd8;
}

.date
{
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	line-height: 150%;
	color: #cccccc;
}


.range
{
	color:#ff6600;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
	font-weight: bold;
}


.range2
{
	color:#0919b3;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
	font-weight: bold;
}


.series
{
	color:#87a9a9;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}

/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#FF9900; text-decoration: none; }
a:active	{ color:#000000;  text-decoration: none; }
a:visited	{ color:#FF9900;  text-decoration: none; }
a:hover	{ color:#000000;  text-decoration: none; }



	
/* 1 */

a.sublink1:link
{
	font-size: x-small;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none; 
	
}

a.sublink1:active
{
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
	}

a.sublink1:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none; 
	
}

a.sublink1:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

/* 2 */

a.sublinkindent:link
{
	font-size: x-small;
	font-weight: normal;
	color: #ffb200;
	text-decoration: none; 
	margin-left: 10px;	
	
}

a.sublinkindent:active
{
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	
	}

a.sublinkindent:visited
{
	font-size: x-small;
	font-weight: normal;
	color: #ffb200;
	text-decoration: none; 
	margin-left: 10px;
	
}

a.sublinkindent:hover
{
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	
}

/* 3 */

a.sublink3:link
{
	font-size: medium;
	font-weight: bold;
	color: #694122;
	text-decoration: none; 
	
}

a.sublink3:active
{
	font-size: medium;
	font-weight: bold;
	color: #ffb200;
	text-decoration: none;
	
	}

a.sublink3:visited
{
	font-size: medium;
	font-weight: bold;
	color: #694122;
	text-decoration: none; 
	
}

a.sublink3:hover
{
	font-size: medium;
	font-weight: bold;
	color: #ffb200;
	text-decoration: none;
	
}
/* 4 */

a.sublink4:link
{
	font-size: xx-small;
	color: #666666;
	letter-spacing: 1px;
}

a.sublink4:active
{
	font-size: xx-small;
	color: #000000;
	letter-spacing: 1px;
	
	}

a.sublink4:visited
{
	font-size: xx-small;
	color: #666666;
	letter-spacing: 1px;
}

a.sublink4:hover
{
	font-size: xx-small;
	color: #000000;
	letter-spacing: 1px;
	
}


/* END LINKS */

/* STUFF */

.rule {
	border-top: 1px solid #e0dbd8;
	padding-top: 7px;
	margin-top: 7px;
	clear: left;
}
