/***********************************************/
/* styles-agape-trust.css */
/* Use with template.php */
/***********************************************/
/***********************************************/
/***********************************************/
body
{
background: #ffffcc;
}

body
{ 
background-image:url('images/yellow3d.jpg');
/* background-repeat:repeat-y;
background-attachment:fixed;
background-position:center; */
}

body
{
margin:0;
padding:0;
line-height: 1.5em;
}

p {font-family: verdana, arial, sans-serif; font-size: 10pt}
p {margin-bottom:0; line-height:150%; margin-top:0}
h1 {font-family: verdana, arial, sans-serif; font-size: 14pt}
h2 {font-family: verdana, arial, sans-serif; font-size: 12pt}
h3 {font-family: verdana, arial, sans-serif; font-size: 12pt}
b {font-family: verdana, arial, sans-serif; font-size: 10pt;}
strong {font-family: verdana, arial, sans-serif; font-size: 10pt;}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: disc;
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}

ul ul{
 list-style-type: square;
}

ol{
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
height: 140px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
background: #ffffcc;
padding: 10px 10px 0px 10px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background-image:url('images/bg-fadedpaper.gif');
}

#footer{
clear: both;
font-size: 75%;
color: #333333;
padding: 10px 10px 10px 10px;
text-align: center;
}

#footer a{
color: #333333;
}

#breadCrumbs{
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt;
	padding: 5px 0px 5px 10px;
}
 
.article-links{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	margin-top:0;
	margin-bottom:0;
	line-height:150%;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-size: 9pt;
	text-decoration: underline;
	margin-top:0;
	margin-bottom:0;
	line-height:150%;
}

.columnpadding-logo{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.columnpadding{
margin: 10px 5px 0px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.left-menu{
border: 0px ;
border-bottom-width: 0;
width: 150px;
}

* html .left-menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 150px;
}

.left-menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.left-menu a{
font: bold 12px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #333333;
text-decoration: none;
border-bottom: 1px solid #999999;
}

.left-menu a:hover{
background-color: #FFFFCC;
color: black;
}
