/* CSS Document */
body {
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#eee;
	}
	
#Content {
	width:696px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	background-color:#fff;
	}
	
h3 {
	color: #222F7E;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	line-height: 150%;
	margin-left: 50px;
	margin-right: 50px;
}

.name {font-size: small; margin-left: 20px;}

.block{
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 5px;
	line-height: 200%;
	color: #333333;
}

li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 18px;
	line-height: 165%;
	list-style-image: url(img/bullett.png);
}
ul {line-height: 228px;}

