﻿  /* CSS layout */

body {

	margin: 0;

	padding: 0;

	font-family: Arial, Helvetica, sans-serif;

	background-position: center;

	background-repeat: repeat;

	background-image: url('images/bg-remove-moles-grayandwhite.jpg');



}

#containers{

	background-position: center;

	background-repeat: repeat;

	margin-right: auto;

	margin-left: auto;

	background-image: url('images/bg-remove-moles-grayandwhite.jpg');

}

.verisign{
	margin:0 auto;
	width:200px;
	display:block;
	text-align:center;
}

#top_nav {

	margin-right: auto;

	margin-left: auto;

	width: 833px;

	text-align: center;

	padding-bottom: 20px;

	padding-top: 20px;

}

#content {

	border: 1px solid #666666;

	margin-right: auto;

	margin-left: auto;

	width: 771px;

	background-color: #FFFFFF;

	padding: 25px 30px 15px 30px;



}

#footer {



	text-align: center;

	padding-top: 18px;



}

/* top_nav Styles */

#top_nav a {

	color: #666666;

	font-family: "Book Antiqua";

	font-size: medium;

}

#top_nav a:hover {

	text-decoration: none;

	color: #000000;

}



#top_nav a:active{

	font-size: medium;

	color: #CC0000;



}



/* content Styles */



#content h1,h2,h4,h5,h6{

	padding-right: 15px;

	padding-left: 5px;

	

}

#content p {

	color: #000000;

	text-align: justify;

	padding-right: 15px;

	padding-left: 15px;

}

#content img {

	padding-right: 10px;

	padding-left: 10px;

}

#content a{

	border: 0px;

}

#content li{

	list-style-type: square;

}

/* footer Styles */



#footer a {

	color: gray;

	font-family: "book Antiqua";

	font-size: small;

	font-weight: 700;

}



#footer a:hover {

	text-decoration: none;

	color: #000000;

}

	

#footer a:active{

	font-size: small;

	color: #CC0000;

	text-decoration: underline;

}	



#footer p {

	color: #000000;

	text-align: center;

	padding-top: 15px;

	padding-bottom: 15px;




