Current File : /home/lifechur/legacy.faithpartnershipinc.org/styles.css
body {
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
font-size: 14px;
}
div, p {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 14px;
font-size: 100%;
line-height: 1.5em;
color: #000000;
}

h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000066;
margin-bottom: -2%;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
font-size: 150%;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
}

h2 {
font-size: 17px;
font-size: 120%;
}

h3 {
font-size: 14px;
font-size: 100%;
}

#divskipnav {
position: absolute;
top: 0px;
left: 0px;
width: 20px;
}

/* Logo */
#logo {
position: absolute;
top: 25px;
left: 25px;
height: 80px;
}

/* Navigation */
 #navcontainer {
	position: absolute;
	top: 120px;
	left: 90px;
	width: 120px;
	height: 127px;
 }

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
}

#navcontainer a {
padding-top: 4px;
padding-right: 5px;
padding-bottom: 0px;
background-color: #FFFFFF;
text-align: right;
}
#navcontainer a:link, #navlist a:visited {
color: #000099;
text-decoration: none;
}
#navcontainer a:hover {
color: #9900CC;
text-decoration: underline;
}

/* MainContent */
#mainContent {
position: absolute;
top: 135px;
left: 225px;
width: 550px;
margin-top: 0;
padding-top: 0;
padding-bottom: 20px;
background-color: #FFFFFF;
}

/* Footer */
#footer {
border-top: 1px solid #666666;
}
#footer  p {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
margin: 0px;
}
#footer a {
color: #666666;
}

.bold {
	font-weight: bold;
}

a[title="opens new window"] /* adds black new window gif */
{
padding-right: 22px;
padding-top: 3px;
background-image: url(../images/new_window-black.gif);
background-position: right top;
background-repeat: no-repeat;
}

a[title="opens a new window"] /* adds white new window gif */
{
padding-right: 22px;
padding-top: 3px;
background-image: url(../images/new_window-white.gif);
background-position: right top;
background-repeat: no-repeat;
}