@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E8F1DD;
	line-height: 1.2;
}
a img { border: none; }
img { 
	border-style: none
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.modal {
	padding-top: 12px;
	background-image: url(../images/sgCoachHdr.png);
	background-repeat: no-repeat;
	text-align: left;
}
.modal_content {
	line-height: 1.2em;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 605px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0b5779;
	margin: 0px;
	padding: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.bold {
	font-weight: bold;
}
.img_bmargin {
	margin-bottom: 20px;
}
.dropdwn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 40px;
	padding-bottom: 5px;
}
.dropdwn p {
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.dropdwn a {
	font-weight: normal;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.dropdwn a:hover{
	color: #333333;
	text-decoration: underline;
}
.dropdwn a:visited {
	font-weight: normal;
	color: #333333;
}

.fltlft_art {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.fltrt_schdr {
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.fltrt_footer {
	float: right;
	padding: 0px;
	margin: 0px;
}
.hr {
	margin: 0px;
	padding: 0px;
}
.fltlft_mrg {
	float: left;
	margin-right: 8px;
	margin-bottom: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
br.clear {
	clear: both;
}
.style1 {
	font-size: 25%
}
