﻿/* CSS Document */

/* PAGE STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

body {
	background-color: #dbdbd4;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}
img {
    border: none 0px;
}

.pageLayout {
    width: 959px;
}
.pageLeftBorder {
    background-image: url('../images/Fund/bkg_left_border.jpg');
    background-position: left top;
    background-repeat: repeat-y;
    width: 10px;
}
.pageRightBorder {
    background-image: url('../images/Fund/bkg_right_border.jpg');
    background-position: right top;
    background-repeat: repeat-y;
    width: 10px;
}
.pageHeader {
    background-color: #ffffff;
    width: 929px;
    padding: 5px 5px 0px 5px;
}
.pageLeft {
    background-color: #ffffff;
    width: 179px;
    padding: 0px 11px 15px 5px;
}
.pageCenter {
    background-color: #ffffff;
    width: 549px;
    padding: 0px 0px 15px 0px;
}
.pageHomeComponents
{
    background-color: #ffffff;
    width: 929px;
    padding: 0px 5px 15px 5px;
}
.pageHomeFlash {
    background-color: #ffffff;
    background-image: url('../images/Home/horizontal_background_strip.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    width: 949px;
    padding: 0px 5px 15px 5px;
}
.pageCenterWide {
    background-color: #ffffff;
    width: 739px;
    padding: 0px 5px 15px 0px;
}
.pageRight {
    background-color: #ffffff;
    width: 179px;
    padding: 0px 5px 15px 11px;
}
.pageContent {
    padding: 10px 10px 0px 10px;
}
.pageFooter {
    background-color: #DBDBD4;
    background-image: url('../images/Home/bkg_bottom_border.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    width: 939px;
    height: 54px;
    padding: 20px 10px 0px 10px;
}

/* PAD STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.pad_component {
    padding: 0px 0px 10px 0px;
}
.pad_subnav {
    background-image: url('../images/Fund/au_subnav_box.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px 4px 10px 10px;
    margin: 0px;
    border: none 0px;
    width: 159px;
    height: 173px;
}

/* TEXT STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.mainTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
	font-weight: normal;
}
.mainTEXTbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #68005a;
}
.mainTITLE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ea6620;
}
.mainSUBHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #68005a;
}
.mainSUBHEADlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #68005a;
	text-decoration: none;
}
.mainSUBHEADlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #68005a;
	text-decoration: underline;
}
.mainLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea6620;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.mainLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea6620;
	font-weight: bold;
	line-height: 1.3;
	text-decoration:underline;
}
.footerTEXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
    text-decoration: none;
    color: #68005a;
}
.footerLINK {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
    text-decoration: none;
    color: #68005a;
}
.footerLINK:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
    text-decoration: underline;
    color: #68005a;
}
    
/* COMPONENT STYLES ------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.componentLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea6620;
	font-weight: bold;
	text-decoration: none;
}
.componentLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea6620;
	font-weight: bold;
	text-decoration:underline;
}

.donateLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea6620;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

.fund_status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ea6620;
	font-weight: bold;
	text-decoration: none;
}
.fund_scale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #831d6a;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url('../images/FundGraph/line.gif') no-repeat 40px 50px;
}
.fund_scale_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #831d6a;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url('../images/FundGraph/line.gif') no-repeat 40px 18px;
}

/* NAVIGATION STYLES ------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.prinavTEXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #68005a;
	text-decoration: none;
}
.prinavTEXT:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ea6620;
	text-decoration: none;
}
.prinavTEXTON {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ea6620;
	text-decoration: none;
}
.prinavTEXTON:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ea6620;
	text-decoration: none;
}
.subnavTEXT {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.subnavTEXT:hover {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
.subnavTEXTON {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
.subnavTEXTON:hover {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}

/* CMS ONLY ---------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.cmsNAV {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.cmsTITLE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ea6620;
}
.cmsNAV:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ea6620;
	text-decoration: none;
}
.directionTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #68005a;
}
.bgCMSNAV {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #68005a;
	background-position: center;
}
.mainLINKCMS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
	font-weight: normal;
	text-decoration: none;
}
.mainLINKCMS:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
	font-weight: normal;
	text-decoration: underline;
}


