﻿body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url('http://images.icompassion.org/prod/images/Background.jpg');
	background-repeat: repeat-x repeat-y;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	
}
a:link { color: #1e7faa; text-decoration: none; }
a:active { color: #1e7faa; text-decoration: none; }
a:hover { color: #686868; text-decoration: none; }
a:visited { color: #1e7faa; text-decoration: none; }
a:visited:hover { color: #686868; text-decoration: none; }

h1 {
    color: #8cc63f;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

/*
 * CONTENT SECTION
 */
.PageContent {
	width: 866px;
	padding: 0px;
	float: left;
}
#FrameContentLeft {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentLeft.png');
	width: 10px;
	height: 100%;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
#FrameContentRight {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentRight.png');
	width: 10px;
	height: 100%;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
#ContentSection {
    vertical-align: top;
    background-color: #FFFFFF;
	color: #3f3f3f;
	width: 846px;
	height: 680px;
	padding: 0px;
	float: left;
}
.FrameInteriorContentLeft {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentLeft.png');
	width: 10px;
	height: 100%;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.FrameInteriorContentRight {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentRight.png');
	width: 10px;
	height: 100%;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.FrameGadgetLeft {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentLeft.png');
	width: 10px;
	height: 1px;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}
.FrameGadgetRight {
	background-image: url('http://images.icompassion.org/prod/images/FrameContentRight.png');
	width: 10px;
	height: 1px;
	padding: 0px;
	float: left;
	behavior: url("iepngfix.htc")
}

/* PDF Doc */
.pdf-doc {
    width: 98%;
    font-size: 10pt;
    margin: 10px;
}
.pdf-doc h3 {
    font-size: 110%;
    margin: 10px 0px;
}
.pdf-doc p {
    margin: 10px 0px;
    text-align: justify;
}
.pdf-doc ul {
    list-style-type: disc;
    padding-left: 40px;
}
.pdf-doc ol {
    list-style-type: decimal;
    padding-left: 40px;
}
.pdf-doc ol.alpha {
    list-style-type: lower-alpha;
}
.pdf-doc ol.roman {
    list-style-type: lower-roman;
}
.pdf-doc a { font-weight: bold; }


.BoldFont {
    font-weight: bold;
}
.ItalicFont {
    font-style: italic;
}
