/* CSS Document */

body {
	text-align:center;
	background-color: #eae4d0;
	color: #333333;
	}
	
#container {
	margin: 0 auto;
	width:800px;
	text-align:left;
	border-color: #FFFFFF;
	border-width: thin;
	background-color: #eae4d0;
	font-size: small;
	border-style: solid;
	vertical-align: top;
	}	
	
#header{
	height: 70px;
	background-color: #B20838;
	padding-right: 21px;
	
	}
	
#tagline{
	text-align: left;
}
	

#sidepanel{
	margin-right: 0px;
	
	}
	

#baseline{
	background-color: #e36f1e;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 72px;

}


#middle{
	vertical-align: top;
	height: 500px;
	background-image: url(images/bgLine.gif);
	background-repeat: repeat-y;
}


#contentMain {
	vertical-align: top;
	background-image: url(images/white-pixel.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 28px;
	padding-right: 44px;
	padding-bottom: 60px;
	max-height: 420px;

}

#contentMain h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	line-height: 1.5em;
	font-size: 13px;
}

#links p{
	border-bottom: dotted 1px;
}


#links a:link {
	color: #666666;
	text-decoration: none;
}
#links a:visited {
	text-decoration: none;
	color: #666666;
}
#links a:hover {
	text-decoration: none;
	color: #B20838;
}
#links a:active {
	text-decoration: none;
}



#borderlineH{
	height: 1px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 0px;
	line-height: 0px;

}

#borderlineV{
	width: 1px;
	background-image: url(images/white-pixel.gif);
	background-repeat: repeat-y;
}


#textNav{
	padding: 0px 5px 2px 5px;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 14px;
	word-spacing: 10px;
}


#textNav a:link {
	color: #999999;
	text-decoration: none;
}
#textNav a:visited {
	text-decoration: none;
	color: #999999;
}
#textNav a:hover {
	text-decoration: none;
	color: #B20838;
}
#textNav a:active {
	text-decoration: none;
}




.heading{
}

.subheading{
}

.altheading{
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	line-height: 2.5;
}

.body{
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}

.footer{
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.expressive{
	font-size: medium;
	line-height: 1.4em;
}

.title{
	color: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.;
	color: #b20838;
	font-family: Helvetica, Arial, sans-serif;
}

.details{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.25em;
}

.space{
	line-height: -1;
}


/*Links*/

a:link {
	color: #B20838;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B20838;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
