/* CSS Document */
body	{
		margin:0px; 
		padding:0px;
		text-align:center;
		background-color:#ccc;
		min-width:500px;
		}
#content	{
		width:500px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border-top:none;
		border-left:1px dashed #fff;
		border-right:1px dashed #fff;
		border-bottom:1px dashed #fff;
		background-color:#ACD6EA;
		}
#logobanner	{
		background-image:url("../graphics/logo.png");
  		background-repeat:no-repeat;
  		height:264px;
		margin:0 100px;
		}
#welcome	{
		background-color: #fff;
		margin: 20px;
		padding: 5px;
		}
		
p		{
		font: 14px Georgia,Times,serif;
		text-align: justify;
		line-height: 1.5em;
		}

a		{
		text-decoration: none;
		color:#0033CC;
		}
a:hover	{
		text-decoration: none;
		color:red;
		}
.hidden	{
		display:none;
		}

.firsttext	{
		display:inline;
		color: #666;
		font: bold 20px Georgia,Times,serif;
		}


		

		

