/* comment added to change file size for Windows Dreamweaver CSS bug */
/* comment added to change file size for Windows Dreamweaver CSS bug */
* { margin: 0; padding: 0;
}
/*
12px=75%
13px=81%
14px=87%
15px=94%
16px=100%
17px=106%
18px=112%
19px=119%
20px=125%
24px=150%
*/
/* begin common tags */ 
img {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 150%;
	padding: 5px 10px 5px 10px;
	}

h2 {
	font-size: 125%;
	padding: 5px 10px 5px 10px;
	}

h3 {
	font-size: 100%;
	padding: 0px 10px 0px 10px;
	}

h4 {
	font-size: 87%;
	font-weight:600;
	padding: 5px 10px 5px 10px;
	}
h5 {
	font-size: 81%;
	}
h6 {
	font-size: 75%;
	}

p {
	padding: 5px 10px 5px 10px;
	/*font-size:87%, 94%, 100%;*/
	font-size: 87%;
	}

ul li {
	text-decoration:none;
	list-style:none;
	padding: 8px 0 0 8px;
	}
/* end common tags */	
	
/*
a:link {
color :#06365E;
text-decoration: none;
}
a:active {
color : red;
text-decoration: none;
}
a:visited {
color : #005500;
text-decoration: none;
}
a:hover {
color :#06365E;
text-decoration: none;
background-image:url(images/sixladies2.jpg); 
width:200px;
}
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#eeedee;
	background-image: url(images/dropshadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
#box{
	width: 900px;
	margin-right: auto;
 	margin-left: auto;
	background-image:url(/images/aaa.jpg);
	}
#header {	
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/bg_header2.jpg);
	height:130px;	
	}
#header img{
	padding-top:20px;
	padding-left:10px;
	}

#breadcrumbs {
	width: 900px;
	background-color:#06365E;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	}
#breadcrumbs p {
	font-size: 14px;
	text-align:right;
	color:#fff;
	font-style: italic;
	}

#middle {
	width: 900px;
	padding:0;
	margin-left:auto;
	margin-right: auto;
	background-color:#FAF2CE;	/*border: 1px dotted #FFFF99;*/ 
	background-image:url(images/homeback.gif);

	}
	/*
	#middle ul li {
	border-bottom:none;
	padding-bottom: 6px;
	}*/
/* start the left side */	
	#left {
	width: 200px;
	padding: 5px 0px 5px 0px;
	background-color:#FAF2CE;
	margin-right: 0px;
	float:left;
	border:none;
		}
/* start the first levels of the navi*/	
		#navhome{
	font-size: 106%;
	font-weight:800;
	padding: 0px 0px 4px 0px;
	border-top-width: 0px;
	border-top-color:none;
	border-top-style: none;
	margin:4px 10px 0px 8px;
	background-image:url(images/bg_gra4.gif);
			}
		.first {
	/*font-size: 106% 112% 119%;*/
			font-size:106%;
			font-weight:800;
			padding: 6px 0px 4px 0px;
			border-top-width: 1px;
			border-top-color:#06365E;
			border-top-style: solid;
			margin:4px 10px 0px 10px
			}
		.first a:link {
			color :#06365E;
			text-decoration: none;
			}
		.first a:visited {
			color :#06365E;
			text-decoration: none;
			}
		.first a:hover {
			color :#06365E;
			text-decoration: none;
			background-image:url(images/bg_gra4.gif); 		
			}
		/*.first_active is a class for current page*/
		.first_active {
			font-size: 106%;
			font-weight:800;
			padding: 4px 0px 4px 0px;
			border-top-width: 1px;
			border-top-color:#06365E;
			border-top-style: solid;
			margin:4px 10px 0px 10px;
			background-image:url(images/bg_gra4.gif);
			}
		.first_active a:link {
			color :#06365E;
			text-decoration: none;
			}
		.first_active a:visited {
			color :#06365E;
			text-decoration: none;
			}
		.first_active a:hover {
			color :#06365E;
			text-decoration: none;
			}
/* end the first levels of the navi */	
/* start the second levels of the navi */
		
		li.second {
			/*font-size: 75%, 81%, 87%;*/
			font-size: 81%;
			padding: 1px 13px 1px 13px;
			}
		.second a:link {
			color :#000000;
			text-decoration: none;
			}
		.second a:visited {
			color :#000000;
			text-decoration: none;
			}
		.second a:hover {
			color :#06365E;
			text-decoration: underline;
			}
		/*.second_active is a class for current page*/
		.second_active {
			/*font-size: 75%, 81%, 87%;*/
			font-size: 81%;
			padding: 1px 13px 1px 13px;
			}
		.second_active a:link {
			/*font-size: 75%, 81%, 87%;*/
			color :#06365E;
			text-decoration: underline;
			}
		.second_active a:visited {
			color :#06365E;
			text-decoration: underline;
			}
		.second_active a:hover {
			color :#06365E;
			text-decoration: underline;
			}	
		.bullet{
			float:left;
			position:relative ; top:4px; right:2px;
			}
/* end the second levels of the navi and the left side*/
/* start the center */
	#center {
	width: 500px;
	float:left;
	border-left: 1px solid #06365E;	/*border-left: 1px solid #06365E;*/
		}
	#center img {
	float:right;
	margin:0;
	margin-bottom: 16px;
		}
	#center p {
	padding: 5px 20px 5px 20px;
	line-height: 1.25em;
		}
	#center h1 {
	font-size: 150%;
	padding: 30px 24px 5px 24px;
		}

	#center h2 {
		font-size: 125%;
		padding: 5px 30px 5px 30px;
		}

	#center h3 {
	font-size: 90%;
	padding: 5px 20px 0px 20px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 4px;
		}

	#center h4 {
		font-size: 87%;
		font-weight:600;
		padding: 5px 30px 5px 30px;
		}
	#center h5 {
		font-size: 81%;
		padding: 5px 30px 5px 30px;
		}
	#center h6 {
		font-size: 75%;
		padding: 5px 30px 5px 30px;
		}
/* end the center */
/* start the right side */
	#right {
	width: 191px;
	float:right;
	padding: 5px 4px 5px 4px;
	margin:0;
	background-color: #Ffffff;
	height: 510px;
		}
	#right .textdown_button{
		margin: 2px 0px 2px 10px;
		float:left;
		}
	#right .textup_button{
		margin: 2px 10px 2px 0px;
		float:right;
		}
	.donate_button{
		margin: 2px 10px 5px 10px;
		}
	.right_bottom{
	padding: 16px 0px 4px 0px;
	border-top-width: 1px;
	border-top-color:#06365E;
	border-top-style: solid;
	margin:8px 10px 0px 10px
		}
		
		#box #middle #right .text {
	height: 30px;
	width: 60px;
	margin-top: 24px;
}
#box #middle #right #b_phrase {
	font-size: 85%;
	margin-top: 8px;
	margin-bottom: 16px;
}
#box #middle #center #bottom_phrase {
	margin-bottom: 12px;
	padding-bottom: 8px;
}
#box #middle #center #top_phrase {
	margin-bottom: 8px;
	padding-bottom: 4px;
	}
/* end the right side */
.clear {
	clear: both;
	height: 0;
	}
/* start footer */	
#footer {
	width: 900px;
	height:60px;
	background-color:#06365E;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color:#ffffff;
	}
	.phone {
		text-align:left;
		margin:5px;
		padding:5px;
		float:left;
		}
	.address {
		text-align:right;
		float:right;
		}
#copyright{
	text-align: center;
	padding:10px;
	font-size: .90em;
	}
/* end footer */
#box #middle #right #top_right {
	margin-top: 8px;
}
#box #middle #left #navhome span {
	margin-left: 5px;
}
#box #middle #left .first span {
	margin-left: 5px;
}
#box #middle #left .second span {
	margin-left: 4px;
}/* end footer */

#box #footer .phone {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
#box #footer .address {
	font-size: 14px;
	margin-top: 4px;
}
#box #footer #copyright p {
	font-size: 12px;
	margin-top: 6px;
}