/***********************************************/
/* master.css*/
/***********************************************/

/***********************************************/
/* HTML tag styles */
/***********************************************/ 

html {
	height: 100%;
}
body{
	color: #666666;
	padding: 0px;
	background-color: #436334;
	background-image: url(../img/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #FE0000;
	font: normal 16px/19px "comic Sans MS", ariel, helvetica, sans-serif;
}

h2{
	font-size: 14px;
	color: #FE0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 90%;
 color: #334d55;
}

ul{
	color: #D12727;
	font-weight: bold;
	letter-spacing: 0em;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 909px;
} 

#content{
	width: 610px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 909px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/footer2.jpg);
	background-repeat: no-repeat;
	height: 61px;
}
#footxt {
	margin-left: 250px;
}
#footxt a {
	color: #CCCCCC;
}
#txt {
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	line-height: 16px;
	letter-spacing: 0.1em;
}


form {
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 530px;
	width: 530px;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

form fieldset {
/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
border-color: #000;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 0;
}

form fieldset legend {
	font-size:1.1em; 
}

form label { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}


form input, form textarea, form select {
	width:300px; 
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; 
}
#txt {
	width: 550px;
	margin-left: 30px;
}
#txt2 {
	width: 550px;
	margin-left: 30px;
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 12px;
}
.float {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

