/*	######################### 	*/
/*	STYLE SHEET FOR CORAL GABLES 	*/
/*	######################### 	*/



	H1 {font: bold 24pt Verdana;font-style:italic;color:#910316;}
	H3 {font: bold 12pt Verdana;}
	td {font: bold 9pt Verdana;}
	
	body {
		margin-top:0;
		margin-left:0;
		margin-right:20px;
		}

	/* -- color palette -- */
	.ltblue {width:300;height:20;background-color:#D2D5E8;}
	.dkblue {width:300;height:20;background-color:#636A9E;}
	.ltgreen {width:300;height:20;background-color:#C6ED62;}
	.dkgreen {width:300;height:20;background-color:#A2C451;}
	.crimson {width:300;height:20;background-color:#910316;}
	.silver {width:300;height:20;background-color:#8C7D8A;}
	.bronze {width:300;height:20;background-color:#B46B34;}
	.ltbronze {width:300;height:20;background-color:#D7BF93;}
	


	.pagetitle {
		height:50px;
		font: bold 28pt Verdana;
		font-style:italic;
		/* color:#910316; */
		color:#A2C451;
		text-align:right;
		}

	.pagecontent {
		background: url(images/backblue.gif);
		/*background-repeat: no-repeat; */		
		/*background-position: 10% 10%;*/
		
		border-width: 1px;
		border-color: #910316;
		border-style: dotted;
		
		margin-left:0px;
		padding:30px;
		}
	
	.pageheader {
		/*height:10px;*/
		padding-left:5px;
		font: bold 12pt Verdana;
		font-style:italic;
		color:#910316;
		background-color:#A2C451;
		text-align:left;
		border: thin solid #636A9E;
		/*border-bottom-width:0px;*/
		}

	.pagetext {
		
		margin-top:10px;
		font-family: Verdana;
		font-size:9pt;
		font-weight:normal;
		/*border: thin solid #636A9E;*/
		border-top-width:0px;
		color:#000000;
		background-color:#D2D5E8;
		text-align:left;
		padding-left:10px;
		padding-right:10px;
		
		}
	

