/*
FILENAME: style_welcome_index.css
PROJECT: Mountain Top Resorts
DESCRIPTION: styles for the schedule page
AUTHOR: Doug McCaughan
CREATION DATE: Sept 2009
MODIFIED BY/ON:
VARIABLES:

*/
/* BEGIN style_welcome_index.css */
#presentation{
	margin:15px;
	margin-top:30px;
	padding:6px;
	font-family:Verdana,Arial,Times New Roman;
	text-align:left;
	font-size:12px;
	line-height:14px;
}
#presentation h1{
	font-weight:bold;
	font-size:14px;
} 
#presentation h2{
	text-align:center;
	color:#1B5150;
	font-family:Times New Roman;
	font-size:18px;
}
#presentation h3,h4{
	color:#1B5150; 
	font-size: 14px;
	font-weight:bold;
	margin-bottom:15px;
}
#presentation h4{
	font-size: 12px;
}
#presentation p{
	margin-bottom:15px;
	line-height:16px;
}
#presentation ul{
	list-style:square inside  url('images/bullet.gif');
}
strong{
	font-weight:bold;
}
.half{
	width:49%;
}
.right{
	float:right;
	text-align:right;
}
.left{
	float:left;
	text-align:left;
}
.mid{
	margin:0 auto;
	text-align:center;
}
.standout{
	color:#ff0000;
}
/* END style_welcome_index.css */