/* BrasAmer Soccer Academy */

/* --- Page Level Control --- */
body {
	background-color : #000000;
	background-image : url(../img/bgPage.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	margin : 0px 0px 0px 0px;
	
	scrollbar-face-color : CCCCCC;
	scrollbar-3dlight-color : white;
	scrollbar-highlight-color : 999999;
	scrollbar-shadow-color : 999999;
	scrollbar-darkshadow-color : white;
	scrollbar-arrow-color :#000000;
	scrollbar-track-color : F0F0F0;
}

#container {
	background-color : #000000;
	background-image : url(../img/bgContainer2.gif);
	margin : 0 auto;
	width : 646px;
	height : 100%;
}


/* --- End Page Level Control --- */

/* --- Container --- */
	/* Header */
	#hdr
	{
		background-image : url(../img/hdr.jpg);
		height : 171px;
		width : 590px;
	}
	/* End Header */

	/* Content */
	#content
	{
	width : 590px;
	}
	/* End Content */
	
	.colHdr
	{
	padding-bottom : 10px;
	}
	
	/* Left Column */
	#lftColumn
	{
	float : left;
	padding : 10px 10px 10px 10px;
	overflow : hidden;
	text-align : left;
	width : 315px;
	}
	
	a {
	color : #000000;
	text-decoration : none;
	}
	
	a:hover {
	color : #000000;
	text-decoration : underline;
	}	
		
	p.trail {
	color : #000000;
	font-size : 7pt;
	font-weight : bold;
	}

	a.trail {
	color : #000000;
	font-size : 7pt;
	font-weight : bold;
	text-decoration : none;
	}
	
	a.trail:hover {
	color : #990000;
	font-size : 7pt;
	font-weight : bold;
	text-decoration : underline;
	}
	
	/* Contact Form */
	fieldset {
	padding-left : 8px;
	padding-bottom : 10px;
	}
	
	label {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	}
	
	input {
	border : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left : 3px;
	}
	
	input.submit {
	background-color : #95120A;
	color : #FFFFFF;
	font-weight : bold;
	margin-top :5px;
	margin-left : 9px;
	}
	
	select {
	border : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-left : 3px;
	}
	
	/* End Left Column */
	
	/* Right Column */
	#rtColumn {
	color : #DBD7C3;
	float : right;
	font-weight : bold;
	padding : 10px 10px 10px 10px;
	overflow : hidden;
	text-align : left;
	width : 275px;
	font-size : 7pt;
	}
	
	.txtInfo {
	color : #71715D;
	font-size : 7pt;
	font-weight : bold;
	margin-top : 0px;
	}
	
	.txtCall {
	font-size : 10pt;
	font-weight : bolder;
	text-align : center;
	}

	ul {
 	 margin: 0;
 	 padding: 0;
	  list-style: none;
  	}
  
	ul li {
		margin: 2px 0 6px 0;
		padding: 0 10px;
		font-weight: bold;
		line-height: 7px;
		/* height of icon */
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-image : url(../img/imgBullet.gif);
		font-size : 7pt;
	}
	/* End Right Column */
	
	/* Footer */
	/* End Footer */
/* --- End Container --- */