/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 GENERAL TAGS
	 HEADINGS
	 LISTS
	 LINKS
	 CLASS-SPECIFIC TEXT
	 
	 ....................................... */

/* =GENERAL TAGS
    font sizing MUST remain the same for the percentages to calculate properly
	 ....................................... */
body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	color: #464646; 
}
select,
input,
button,
textarea {
	font: 99% Arial, Helvetica, sans-serif; /*bump for IE*/
} 
table {font-size: inherit; font: 100%; vertical-align: top;}
table h2, table p {padding: 0 10px;}
table img {margin: 0; padding: 0; border: none;}
pre,
code,
kbd,
samp,
tt {
	*font-size: 108%; /*bump for IE*/
	line-height: 100%;
}
p {
	margin: 0 0 1.5em; /*default: 0 0 1.5em;*/
}

hr {
	background: #ccc;
	color: #ccc;
}

/* =HEADINGS
	 ....................................... */
h1,h2,h3,h4,h5,h6 { 
	color: #464241;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #003966;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 189%; /*25px*/
	line-height: 1;
	margin-bottom: 0.52em; /*13px*/
	letter-spacing: -1px;
}
h2 { 
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.75em;
	letter-spacing: -1px;
}

h2 a:link, h2 a:visited {color: #464241; text-decoration: underline;}
h2 a:hover {text-decoration: none;}

h3 { 
	font-size: 153.9%; /*20px*/
	line-height: 1;
	margin-bottom: 1em;
}
h4 { 
	font-size: 123.1%; /*16px*/
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 { 
	font-size: 100%; /*13px*/
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 { 
	font-size: 100%; /*13px*/
	font-weight: bold;
}
 
/* =LISTS 
    default values can be edited
	 ....................................... */
li ul, 
li ol { 
	margin:0 1.5em; /*default: 0 1.5em;*/
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; /*default: 0 1.5em 1.5em 1.5em;*/
}
ul { 
	list-style-type: disc;
}
ol { 
	list-style-type: decimal;
}
dl { 
	margin: 0 0 1.5em 0; /*default: 0 0 1.5em 0;*/
}
dl dt { 
	font-weight: bold;
}
dd { 
	margin-left: 1.5em; /*default: 1.5em;*/
}

/* =LINKS
   ....................................... */
a { 
	color: #2871AC;
	text-decoration: underline;
}
a:focus, 
a:hover { 
	color: #3A8DD1;
	text-decoration: none;
}

/* =CLASS-SPECIFIC TEXT
	 ....................................... */
	 
.editable-region img {
	display: block;
	margin-bottom: 1.5em;
}
