img{
	display: block;
	}

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#ee79ed;
	background-image:url(../images/bgtexture.gif);
	} 

p{
	background-color:#FFFFFF;
	}

#pagewidth{ 
	width:906px; 
	margin-left:auto; 
	margin-right:auto;  
	} 

#header{
	position:relative; 
	width:906px;
	height:221px;
} 

#leftcol{
	width:188px; 
	float:left; 
	position:relative; 
	background-color:#ee79ed;
	background-image:url(../images/bgtexture.gif);
}

#maincol{
	background-color: #ffffff;  
	float:left; 
	display:inline; 
	position:relative; 
	width:715px;
}

#speechTop{
	height:7px;
	background:url(../images/mainspeechbubble_top.gif);
}

#speechLeft{
	width:8px;
	background:url(../images/mainspeechbubble_left.gif);	
}

#speechRight{
	width:15px;
	background:url(../images/mainspeechbubble_right.gif);	
}

#speechBottom{
	height:95px;
	background:url(../images/mainspeechbubble_bottom.gif);	
}

.text-normal{ 
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-align:left;
	}
	
.text-normal-center{ 
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-align:center;
	}

.text-normal-center-smaller{ 
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000;
	text-align:center;
	}

h1 {
	font-family: Verdana; 
	font-size: 16px; 
	color: #000000;
	text-align:left;
	font-weight:bold
	}
	
h2 {
	font-family: Verdana; 
	font-size: 16px; 
	color: #902a49;
	text-align:left;
	font-weight:bold
	}
	
h1.centra {
	font-family: Verdana; 
	font-size: 16px; 
	color: #000000;
	text-align:center;
	font-weight:bold
	}
	
.progressBar {
	font-family: Verdana; 
	font-size: 16px; 
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	background-image:url(../images/progress_bar.gif);
	background-repeat:no-repeat;
	width:688px;;
	height:28px;
	
	}

.topaligntext{
	vertical-align: top;
	}

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
/*.clearfix{display: block;}*/
/* End hide from IE-mac */  

#wrapper{
	background-color:#ee79ed;
	background-image:url(../images/bgtexture.gif); 
	width: 906px;
	position:relative;
}

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	} 

/*hide the right column when printing*/ 
#twocols, #maincol{
	width:100%; 
	float:none;
	}
}

a:link{
	color:#003c9b;
}


a:hover{
	color:#000000;
}


a:visited{
	color:#003c9b;
}

a:active{
	color:#003c9b;
}

#shadowbox_title {
  border: 0px solid;
}

#shadowbox_info {
  border: 0px solid;
} 

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.latest {
	float:right;
	padding:10px;
	text-align:center;
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000;
	text-align:center;
	height:100%;
}

