
body
{
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height:18px;
	color: #333333;
}

a:link, a:visited, a:active
{
	color: #243d7a;
	text-decoration: none;
}

a:hover
{
	color: #e49e28;
}

h1
{
	color: #243d7a;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0;
	line-height:24px;
}

h1 a:link, h1 a:visited, h1 a:active
{
	color: #e49e28;
	text-decoration: none;
}

h1 a:hover
{
	color: #243d7a;
}

h2
{
	color: #e49e28;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

h2 a:link, h2 a:visited, h2 a:active
{
	color: #e49e28;
	text-decoration: none;
}

h2 a:hover
{
	color: #243d7a;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
}

.apost ul {
	padding-left: 50px;
	list-style: url(http://emccaccreditation.org/wp-content/themes/eia/images/list_bullet.gif);
}




ul.list
{
	list-style: url(http://emccaccreditation.org/wp-content/themes/eia/images/list_bullet.gif);
	margin-left: 30px;
	padding-left: 0px;
}

ul.list li
{
	margin-bottom: 10px;
	list-style: url(http://emccaccreditation.org/wp-content/themes/eia/images/list_bullet.gif);
	padding-left: 5px;
}

ul.list li b
{
	color: #243d7a;
	font-weight: bold;
	text-transform: uppercase;
}

span.blue
{
	color: #243d7a;
}

span.blueBig
{
	font-size: 16px;
	font-weight: bold;
	color: #243d7a;
}

.footerNavi
{
	font-size: 10px;
	color: #243d7a;
}

.footerNavi a:link, .footerNavi a:visited, .footerNavi a:active
{
	color: #243d7a;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #e49e28;
}

.footerNavi a:hover
{
	text-decoration: underline;
}

ul.navi
{
	list-style: none;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:13px;
}

ul.navi li
{
	margin-bottom: 5px;
}

ul.navi li.lower
{
	text-transform: lowercase;
}

ul.navi a:link, ul.navi a:visited, ul.navi a:active
{
	color: #243d7a;
	text-decoration: none;
}

ul.navi a:hover
{
	color: #e49e28;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Quotes */

#wp_quotes
{
	
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: #E49E28;
	border-top: 1px solid #999998;
	text-transform: none;
	padding-top: 8px;
}

#wp_quotes div.wp_quotes_quote
{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: #E49E28;
}

#wp_quotes div.wp_quotes_author
{
	
	font-size: 11px;
	font-weight: bold;
	color: #243d7a;
	text-align: right;
	border-bottom: 1px solid #999998;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 8px;
	font-style:normal;
}

div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}

div.wp_quotepage_quote
{
}

div.wp_quotepage_author
{
	font-size: 11px;
	font-weight: bold;
	color: #243d7a;
	text-align: right;
	font-style:normal;
	
}

/* End Quotes */



