body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	background-image: url(http://www.theaccessproject.com/images/site/TAP_header_bg01.jpg);
	background-position: center top;
	background-repeat: repeat-x;
        font-size: 12px;
        line-spacing: 1em;
        color: #777777;
}

/* Text Color */
h1, h2, h2.pageTitle, h3, h4, #main strong { 
	color: #003366;
}

/* Sizing */
h1 { font-size: 200%; font-weight: lighter; }
h2 { font-size: 150%; font-weight: lighter; }

/* Layout & Panel Positioning*/
#frameLayout {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 900px;
}

#header {
	height: 135px;
	padding-left: 150px;
	position: relative;
}
#header a.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header a.donate {
	position: absolute;
	left: 494px;
	top: 100px;
}
#header p.siteTitle {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24pt;
	color: white;
	position: absolute;
	top: 8px;
}
#header p.siteTitle a {
	color: white;
}

#header ul.nav {
	position: absolute;
	bottom: 47px;
}
* html #header ul.nav {
	bottom: 46px;
}
#header ul.nav li {
	margin-left: 5px;
	display: block;
	float: left;
        padding: 0;
        background-image: none;
        background-repeat: no-repeat;
        background-position: top left;
}
#header ul.nav li a {
	display: block;
	padding: 8px 8px 6px 8px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 9pt;
        background-image: none;
        background-repeat: no-repeat;
        background-position: top right;
}
#header ul.nav a:hover {
	text-decoration: underline;
}
#header ul.nav li.current {
        background-image: url(http://www.theaccessproject.com/images/site/primary_nav_bg_left.jpg);
}
#header ul.nav li.current a {
        background-image: url(http://www.theaccessproject.com/images/site/primary_nav_bg_right.jpg);
        color: white;
}
#header .searchPanel {
	position: absolute;
	left: 550px;
	top: 15px;
	width: 300px;
}
#header p {
	color: white;
	font-size: 10pt;
	letter-spacing: 1px;
}
#header input.submit {
	background-color: #00A3DE;
	color: white;
	font-size: 10pt;
	letter-spacing: 1px;
	border: 1px solid white;
}

/* frameMain around main, footer, subfooter */
#frameMain {
	position: relative;
	width: auto;
	padding-bottom: 10px;
	padding-top: 0px;

}
#frameMain a {
	color: #0096CE;
}
#frameMain a:visited {
	color: #0096CE;
}
#frameMain a:hover {
	text-decoration: underline;
}


/* Main: content area */
#main {
	margin-left: 30px;
	width: 500px;
	float: left;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 0px;
}
#main h1 {
	margin-top: 0.00em;
	margin-bottom: 1.00em;
	margin-left: 0px;
	line-height: 1.50em;
}
#main h1 b {
	display: block;
	font-size: 0.80em;
	color: #999999;
}
#main h2 {
	margin-top: 0.00em;
	margin-left: 0px;
}
#main h2.first {
	margin-top: 0.00em;
}
#main h2.pageTitle {
	margin-top: 0em;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	width: auto;
	font-weight: normal;
	font-size: 110%;
	background-color: #305533;
	color: white;
	letter-spacing: 1px;
	border-top: 1px solid #FF9900;
}
#main h2 a {
	font-weight: bold;
}

#main h3 {
	margin-top: 2.00em;
	margin-left: 0px;
}

#main p {
	margin: 0.00em 1.00em 1.00em 0px;
	line-height: 1.8em;
}
#main p.first {
	margin-top: 0.00em;
}

/* Lists, blockquote and other elements */
#main ul {
list-style-type: disc;
margin-left: 1.00em;
margin-top: 1.00em;
margin-bottom: 1.00em;
}
#main ul li {
margin-left: 2.00em;
padding-left: 0.00em;
line-height: 1.50;
}

#main ol {
list-style-type: decimal;
margin-left: 1.00em;
}
#main ol li {
margin-left: 2.00em;
padding-left: 0.00em;
}

#main blockquote {
	margin: 0.00em 1.00em 1.00em 2.00em;
}


#leftPanel, #rightPanel {
	width: 180px;
	display: inline; /* fix double-margin IE bug */
}
#leftPanel {
	float: left;
	margin-left: 10px;
	padding-top: 40px;
}
#rightPanel {
	float: right;
	margin-right: 0px;
	padding-top: 20px;

}

#navPanel {
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	margin-bottom: 2.00em;
}

/* Navigation Panels */
#leftPanel ul.nav {
	padding: 0;
	margin: 0;
}
#leftPanel ul.nav li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px center;
        background-color: white;
        width: 153px;
}
#leftPanel ul.nav li.current {
	background-image: url(http://www.theaccessproject.com/images/site/lhs_navigation_background.jpg);
}
#leftPanel ul.nav li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.00em;
	font-weight: normal;
	color: #00669E;
}
#leftPanel ul.nav li a:hover {
	text-decoration: underline;
}

#leftPanel .contactPanel {
	margin: 2.00em 0 0 0;
	padding-left: 27px;
}
#leftPanel .contactPanel h2 {
	margin: 1.25em 0 0.00em 0;
	font-size: 1.00em;
}
#leftPanel .contactPanel p {
}
#leftPanel .contactPanel a {
	text-decoration: underline;
}

#leftPanel .signUpPanel {
}
#leftPanel .signUpPanel input {
	width: 140px;
	display: block;
	margin: 5px 0;
}

#rightPanel ul.nav {
	padding: 0;
	margin: 0;
}
#rightPanel ul.nav li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 15px 9px;
        width: 153px;
}
#rightPanel ul.nav li.current {
	background-image: url(http://www.theaccessproject.com/images/site/navBullet01.gif);
}
#rightPanel ul.nav li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
}
#rightPanel ul.nav li a:hover {
	text-decoration: underline;
}
#rightPanel ul.nav h2 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0.75em;
	font-weight: bold;
	color: #0096CE;
}
#rightPanel ul.nav h2 a:hover {
	text-decoration: underline;
}
#rightPanel ul.nav .storyDate {
	font-size: 0.75em;
}
#rightPanel ul.nav b {
display: block;
}

#rightPanel h2.navMenuTitle {
	margin-top: 2.00em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	padding-right: 0px;
	font-size: 1.00em;
	font-weight: bold;
}

#rightPanel ul.navMenu li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px center;
        background-color: white;
        width: 153px;
}
#rightPanel ul.navMenu li.current {
	background-image: url(http://www.theaccessproject.com/images/site/lhs_navigation_background.jpg);
}
#rightPanel ul.navMenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.00em;
	font-weight: normal;
	color: #00669E;
}
#rightPanel ul.navMenu li a:hover {
	text-decoration: underline;
}



/* Footer Panel */
#footer {
	position: relative;
	padding-top: 10px;
	border-top: 1px dashed #CCCCCC;
}
#footer p {
	margin-left: 50%;
}
#footer .nav {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	text-align: right;
	right: 0px;
	bottom: 10px;
	color: #666666;
	padding: 4px 0;
}
#footer .nav a {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 9pt;
        color: #666666;
}
#footer .nav a:hover {
	text-decoration: underline;

}

#footer p.copyright {
	position: relative;
	text-align: right;
	right: 0px;
	bottom: 0px;
} 
#footer .logo {
	float:left;
}

/* Image placement */
.topLeft {
	float: left;
	padding: 0 10px 2px 0;
}
.topRight {
	float: right;
	padding: 0 0 2px 10px;
}
.relRight {
	position: absolute;
	right: 20px;
}
.clearFix {
	clear: both;
}

#frameMain .smallText {
}
#frameMain .smallText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.30em;
	color: #666666;
	margin-bottom: 1.00em;
}


/* CSS Styling for border shadow - www.ploughdeep.com */
.wrap0, .wrap1, .wrap2, .wrap3 {
display:inline-table;
/* \*/display:block;/**/
}
.wrap0 {
float:left;
background: url(http://www.theaccessproject.com/images/site/shadow01_TL.gif) top left no-repeat;
}
.wrap1 {
background: url(http://www.theaccessproject.com/images/site/shadow01_TR.gif) top right no-repeat;
}
.wrap2 {
background: url(http://www.theaccessproject.com/images/site/shadow01_BR.gif) bottom right no-repeat;
}
.wrap3 {
padding: 13px;
background: url(http://www.theaccessproject.com/images/site/shadow01_BL.gif) bottom left no-repeat;
}
.wrap3 img {
display: block;
}

