html body {
	margin: 0;
	padding: 30;
	font-family: 'Comic Sans MS', cursive;
	font-size: 12px;
	color: #000000;
	background:#0D564B;
	text-align: center;
}



.centeredtext{text-align:center;}
.comic20{font-family: 'Comic Sans MS', cursive;font-size: 20px;}
.comic30{font-family: 'Comic Sans MS', cursive;font-size: 30px;}


.centeredpic{
}


h2{
	text-align:center
}

a{
	text-decoration:none;
}








/*=======BEGINNING OF PAGE CONTAINER SECTION========================
===================================================================*/
#page-container{
	background-color:#F9F3BE;
	border-style:solid;
	border-width:2px;
	border-color:#9209AD;
	width:800px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

/*--------BEGINNING OF HEADER SECTION------------------------------*/
#header{
	background-image:url('thewayheader.jpg');
	background-repeat:no-repeat;
	height:150px;
}
/*-------END OF HEADER SECTION--------------------------------------*/


/*---------BEGINNING OF SIDEBAR-A SECTION---------------------------*/
#Sidebar-a{
	text-align:center;
	float:left;
	width:200px;
	margin-bottom:10px;
}


#Sidebar-a ul{
	font-family: 'Comic Sans MS', cursive;
	list-style-type:none;
	position:relative;
	left:-18px;
	padding-top:15px;
}


#Sidebar-a li{
	font-size:1.15em;
	font-weight:900;
	margin:5px;
}


#nav{
	background-image:url('Passport_Button_1.gif');
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:155px;
	padding-top:8px;
	margin-bottom:-8px;
}



#Sidebar-a li a:hover{
	color:#0D564B;
	display:block;
	background-image:url('Passport_Button_2.gif');
	background-repeat:no-repeat;	
	text-decoration:none;
	height:41px;
	width:155px;
	text-decoration:none;
}


#directions{
	font-family: 'Comic Sans MS', cursive;
	font-size: 30px;
	margin:30px;
}


#findus{
	color:blue;
	font-weight:900;
	background-image:url('directions.jpg');
	background-repeat:no-repeat;
	display:block;
	height:113px;
	width:150px;
	padding-top:23px;
}





#directions a:hover{
	text-decoration:none;
	color:white;
	font-weight:900;
}



/*--------End of Sidebar-a Section----------------------------------------*/	

/*-------BEGINNING OF CONTENT SECTION------------------------------------*/
#content{
	padding-left:200px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:510px;
	height:auto !important; 
	margin-bottom:10px;
}


.ptitle{
	text-align:center;
	font-family: 'Comic Sans MS', cursive;
	font-size: 30px;
	font-weight:900;
	margin:0px;
	padding:0px;
}


.pheading{
	text-align:center;
	font-family: 'Comic Sans MS', cursive;
	font-size: 28px;
	position:relative;
	top:-30px;
}


.paragraph{
	font-family: 'Comic Sans MS', cursive;
	font-size: 20px;
	position:relative;
	top:-30px;
}


#content li{
	margin-bottom:15px;
}


.box{
	color:#0F806F;
	font-family: 'Comic Sans MS', cursive;
	font-size: 20px;
	font-weight:900;
	padding:10px;
}	


.pcentered{
	text-align:center;
	font-family: 'Comic Sans MS', cursive;
	font-size: 20px;
	position:relative;
	top:-30px;
}


#content a:link,a:visited{
	color:blue;
	/*text-decoration:none;*/
}

#content a:hover{
	color:#0D564B;
	text-decoration:none;	
}
/*------END OF CONTENT SECTION----------------------------------------*/

/*------BEGINNING OF DIVIDER/FOOTER SECTION---------------------------*/
#divider{
	/*background-color:#9209AD;*/
	background-image:url('blue_bar1.jpg');
	clear:both;
	height:2px;
}


#footer{
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#9209AD;
	clear:both;
	padding:10px;
	height:50px;
	text-align:right;
}


#footer_image{
	text-align:left;
	background-image:url('logo_AG_blk_31x25.gif');
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	height:25px;
	width:260px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
}



/*-----END OF DIVIDER/FOOTER SECTION---------------------------------*/


/*=======END OF PAGE CONTAINER SECTION========================
===================================================================*/

#numberedlist ol{
	list-style-type:decimal;
}