/* CSS Document */
/*////////////////////////////////////////////////////////////////

	Site:		lakecompounce.com/education_days_info
	Author:		Rahmat Dornbrook
	Client:		Lake Compounce / PMI

////////////////////////////////////////////////////////////////*/

/* __GLOBAL____________________________________________________ */

body {
	background-color: #a3c84f;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	text-align: center;
}


/* __STRUCTURAL_________________________________________________ */

#container
{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	text-align: left;
}

#content
{
	
	background:#FFFFFF;
	padding: 10px;
}

#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background:#003366;
	padding: 10px;
	clear: left;
}

#col_a 
{
	padding: 10px;
}

#col_b
{
	padding: 10px;
}


/* __GENERAL STYLES_____________________________________________ */

h1, h2, h3, h4, p 
{
	margin: 0px;

}

h1
{
	font-family: "Century Gothic", Trebuchet MS, Arial;
	font-size: 18px;
	color: #FF3300;
	margin-bottom: 10px;
}

h2
{
	font-family: "Century Gothic", Trebuchet MS, Arial;
	font-size: 12px;
	color: #FF3300;
}

p
{
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
}

td {
	border: 1px solid #ECE9D8;
}

/* __LINK STYLES________________________________________________ */

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
