body
{
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#wrapper
{
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	width: 920px;
	text-align: justify;
	background color: white;
	background: rgb(255, 255, 255);
	border-left-width: 10px;
	border-right-width: 10px;
}

#pagestyle
{
background-color:  #F0F0F0;
}


.image {
	float: left; margin: 5px 10px 10px 0px;
	clear: both;
}

.headerone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(180, 180, 180);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}


.headertwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(180, 180, 180);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}


.headerthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(180, 180, 180);
	
}


.bottomheadertwo {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: rgb(255, 255, 255);

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	width: 920px;
	background color: white;
	background: rgb(255, 255, 255);
	border-left-width: 10px;
	border-right-width: 10px;
}


.bodycontent {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.7em;
	background-color: rgb(255, 255, 255);
	border-left-width: 10px;
	border-right-width: 10px;
	white-space: normal;
	padding-left: 10px;
	padding-right: 10px;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-top: 1px solid rgb(180, 180, 180);
	background-color: rgb(255, 255, 255);
	padding: 10px;
}




}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: 0000FF;
	text-decoration: underline;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:link {
	color: blue;
	font-size: 18px;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:focus {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

/* ~~ Pagination ----
/*CSS Digg style pagination*/
	 div.pages {
              text-align:center;
              padding: 7px;
              margin: 3px;
      }

      div.pages a {
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #000000;
             
              text-decoration: none; /* no underline */
              color: #000000;
      }
      div.pages a:hover, div.pagination a:active {
              border: 1px solid #000000;
              background-color:#000000;
              color: #fff;
      }
      div.pages span.current {
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #000000;
                     
                      font-weight: bold;
                      background-color: #000000;
                      color: #FFF;
              } 
      div.pages span.disabled {
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #EEE;
             
                      color: #DDD; 
              }
