/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Open Sans, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color : #333;
}
a{
	color : #7FB13E;
}
a:hover{
	color : Black;
	text-decoration : none;
}
a:focus
{
	outline: 0px dotted invert;
}
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	line-height: 30px;
	padding: 4px 0 4px;
	border-bottom:solid 1px #E5E5E5;
	color:#003F5C;	
	font-weight: bold;
}
h2 { 
	font-size: 24px; 
	line-height: 25px; 
	padding: 4px 0 4px;
	color:#003F5C;
	font-weight: bold;
	border-bottom:solid 1px #E5E5E5;		
	}
h3 {
	font-size: 18px;
	line-height: 23px;
	border-bottom:solid 1px #E5E5E5;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	color:#003F5C;
	font-weight: bold;	
}
h4 { font-size: 16px; line-height: 21px; padding: 4px 0 10px; 	color:#003F5C;}
h5 { font-size: 15px; line-height: 21px; padding: 4px 0 10px; 	color:#003F5C;}
h6 {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	padding: 4px 0 3px;
	color:#003F5C;
}



/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 30px;
}

p,dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 15px;
}
p.meta{
	margin-top : 30px;
	padding-top : 15px;
	border-top : 1px solid #DCDCDC;
}
#header h4{
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 0px;
}