body
{
	padding: 10px;
	background-color: #FFFFFF;
	color: #1B2A53;   /* Set each label color */
	background-image: url(images/cloud_2.png);
	background-repeat: repeat;
	padding-left: 40px;
}


h1 
{
	width: 275px;
	height: 40px;
	padding: 10px;
	padding-left: 20px;
	font-size:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(images/cloud_1.png);
	background-repeat: no-repeat;
	color: #6699FF;
}

ul 
{
	margin-top:-10px;
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	list-style-type: circle;
}

.showArrow /*  Add an arrow button to a link */
{  
	margin-left:10px;    
	padding-left:16px;     /* Distance between the arrow button and a text */
	
	left: 242px;
	position: absolute;
}

.button /*  Add an arrow button to a link */
{
	text-align:center;
	font-size:large;
	padding: 5px;
	background-color: #FFCC33;
	width: 200px;
}

.secondary /*  Add an arrow button to a link */
{
	padding-left:16px;
	left: 250px;
	position: absolute;
}

div#entry1
{
  margin: 0px 20px 0px 20px;
  display: none;
}

div#entry2
{
  margin: 0px 20px 0px 20px;
  display: none;
}

.image  
{
	display:block;
	margin-top:0;
	margin-bottom:17px;      /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	padding-top:26px;
	padding-left:370px;
	width: 700px;
	height: 280px;       /* Each list has a white background fill */
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	font-size: x-small;
}

.block /*  Add an arrow button to a link */
{
	color: #1B2A53;
	width: 80%;
	padding: 10px;
	padding-left: 40px;
	padding-top: 110px;
	font-size:medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #CCCCCC;
	border-width: 2px;
	border-style: solid;
	background-color: #CCFF33;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
