

/* Generic Selectors */

body {

color: #333333;

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

}

p {

width: 80%;

}



li {

list-style-type: disc;

line-height: 150%;

}

h1 {

font-style: normal;

font-weight: normal;

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

}

h2 {

border-bottom-width: 0px;

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

font-weight: bold;


}

 

/**************** Pseudo classes ****************/

:link {

	color: #666666;

	text-decoration: none;

}

:visited {

color: #333333;

text-decoration: none;

}

li :visited {

text-decoration: none;

}

:hover {


	color: #333333;


	text-decoration: none;


}

:active {

}
.thumbs {
	border-style: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	text-decoration: none;
}


/************************* ID's *************************/

#title_block {
	height: 40px;
	padding-left: 50px;
	padding-top: 20px;
	
}

#navigation {

	height: 30px;

	padding-left: 50px;


}

#centerDoc {
	padding-left: 50px;

}

