/* CSS Document */

h1	{
		font-size:	18px;
		color: #444444;
	}

h2	{
		font-size: 	16px;
		color: #444444;
	}
	
h3	{
		font-size:	14px;
		color: #444444;
		margin-top: 1em;
		margin-bottom: .2em;
	}
	
h4	{
		margin: 0px;
		margin-bottom: 3px;
		color: #444444;
	}

.partner a, .partner a:active, .partner a:link, .partner a:visited	{
				xborder-bottom: dotted black 1px;
				text-decoration: none;
				color: black;
				
			}

.partner a:hover	{
						color: #663366;
						xfont-weight: bold;
						text-decoration: underline;
					}

#homeImage	{
				width: auto;
				height: auto;
				position: absolute;
				top: 0px;
				left: 0px;
			}

#content	{
				width: auto;
				xheight: auto;
				font-size: 10pt;
				margin-top: 170px;
				xmargin-bottom: 10px;
				margin-left: 20px;
				margin-right: 20px;
			}

#paypal	{
			text-align: center;
		}

.partnerLogo	{
					text-align: center;
				}

.communityOrgList {
	width: 50%;	
}

.phoneNumber {
	text-align: right;
}

.column1	{
				float: left;
				width: 50%;
			}

.column2	{
				float: right;
				width: 50%;
			}

.sidebox	{
				background-color: #CCCCCC;
				float: right;
				border: solid silver 1px;
				width: 25%;
				padding: 10px;
				font-size: 9pt;
				xmargin-left: 10px;
				mxargin-bottom: 10px;
			}

.list 		{
					width: 60%;
			}

.listItem	{
				clear: both;
			}

.programList	{
					list-style-type: decimal;
				}

.bulletedList	{
					list-style-type: disc;
				}
				
.sectionMenu {
	position: absolute;
	top: 125px;
	left: 0px;
	width:800px;
	margin: 0px;
	padding: 0px;
	background-color: white;  
	list-style-type:none;
}

.sectionMenu li {
	float:left;
	color: white;
	margin-right: 1px;
	width: 88px;
	font-family: inherit;
	xfont-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}
        
.sectionMenu li a:hover {
	background-color: #663366;
}
.sectionMenu li a {
	display: block;
	height: 32px;
	padding: 3px;
	background-color: #996699;
	color: white;
	text-decoration: none;
}
