/*
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{
	text-align:left;
}
#presentation h2{
	color:#1B5150;
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:15px;
}
#presentation h3{
	color:#000;
	font-size: 20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	text-align:center;
}
#presentation h4{
	color:#000;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	text-align:center;
}
#privateownerspresentation{
	color:#1F497D;
	font-size:14px;
	text-align:center;
}
#privateownerspresentation p strong{
	font-size:15px;
	font-weight:bold;
}
#privateownerspresentation dt{
	color:#000;
	font-weight:bold;
	margin-top:30px;
}
#privateownerspresentation a, #privateownerspresentation a:hover, #privateownerspresentation a:active, #privateownerspresentation a:visited, #privateownerspresentation a:link{
	color:blue;
}

/* END style_welcome_index.css */