h3 {
	padding: 5px 0;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;


}

h4 {
	margin:0;
	padding: 5px 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;

 }
 
.center {
 text-align: center;
}

.centerflag {
	margin-left: 50px;
}

.bold {
 font-style: bold;
}

a {
 text-decoration: none;
 background-color: inherit;
 color: #cccccc;
}

a:visited {
 color: #FF0000;
}

a:hover {
 color: #0000FF;
}

a:active {
 color: #999999;
}

.tintype {
 float: left;
 width: 225px;
 margin-top: 2px;
 margin-right: 10px;
 padding-right: 15px;
 padding-left: 5px;
}

.tintype p {
 text-align: center;
 font-size: smaller;
 text-indent: 0;
 margin-top: 10px;
}

.tintype2 {
 float: right;
 margin: 5px;
 padding: 5px;
 width: 50%;
}

.tintype2 p {
 text-align: center;
 font-size: smaller;
 text-indent: 0;
 margin-top: 5px;
}

.firstletter {
 font-size: 200%;
 color: #FFCC00;
}

hr {
	background: #FFCC00;
	height: 3px;
}

/* Forms */

.ctcflorida p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}


.ctcflorida label{
	font-weight: normal;
	float: left;
	margin-left: -155px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.ctcflorida input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.ctcflorida textarea{
width: 250px;
height: 150px;
}

.ctcflorida select {
width: 180px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix { 
margin-left: 3px;
}
