/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color:#363636;}
body strong{	font-weight:bold;}
body a{	color:#0054a5;}
body a:hover{ color:#c1272d; }
body dd{ padding-left:15px;}
body dt{ font-weight:bold; }
#yui-main{	font-size:92%;}
#yui-main h4{ font-weight:bold; margin-bottom:7px; }
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/* Custom CSS */
#homeMain h1	{
	color:#c1272d;
	font-weight:bold;
	text-transform:none;
	margin-bottom:10px;
	font-size:130%;
}
#homeMain .yui-g .yui-u, #homeMain .yui-g .yui-u p{
	color:#008ed3;
	font-size:100%;
	font-weight:bold;
}
#homeSubheadArea h2{
	color:#0054a5;
	font-weight:bold;
	text-transform:none;
	margin-bottom:2px;
	font-size:120%;
}
#sidenews{
	font-size:92%;
}
#nav{
	font-size:92%;
	letter-spacing:0px;
}
#nav a{
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nav a:hover{
	color:#c1272d;
}

#footerwrap p{
	font-size:85%;
	padding:2px 0;
	margin:0px;
}
#footerwrap #mintleaf{
	margin-top:3px;
}
.more{
	text-align:left;
	padding-right:10px;
}
.date{
	color:#c1272d;
	font-weight:bold;
	padding:0; margin:0;
}
.moreNews{
	margin-top:-10px;
	text-align:right;
	margin-bottom:15px;
}

h1	{
	color:#c1272d;
	font-weight:bold;
	font-size:140%;
	text-transform:none;
	margin:0 0 10px 0;
}
h2	{
	color:#0054a5;
	font-weight:bold;
	font-size:130%;
	text-transform:none;
	margin:0 0 5px 0;
}
h3, h4, h5, h6	{
	color:#008ed3;
	font-weight:bold;
	font-size:110%;
	text-transform:none;
	margin:0 0 5px 0;
	font-style:italic;
}
h4, h5, h6	{
	color:#808080;
}
p	{
	line-height:140%;
	padding:2px 0 6px 0;
	color:#444;
}

