body {
	background-color: #35A4D5;
	margin-top: 0px;
	background-image: url(../images/graphics/pagebg.png);
	background-repeat: repeat-x;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #333;
}
.twoColFixLtHdr #container {
	width: 803px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007BC1;
}

h1 {
    font: bold 24px/36px Arial, Helvetica, sans-serif;
	color: #333333;
}

.twoColFixLtHdr #mainContent {
	width: 614px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
} 

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.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;
	color: #FFF;
}
.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;
}
#bodyborder {
	width: 803px;
	clear: both;
	float: left;
	background: #FFF;
}
#vertpadding {
	padding-bottom: 5px;
}

#margin10 {
	margin-left: 5px;
}



/* mainmenu styling */


#sidebar {
	width: 140px;
	float: left;
}


.text02 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

#myform {
	border:1px outset #ccc;
	background:#fff url(http://static.flowplayer.org/img/global/gradient/h600.png) repeat-x;
	padding:20px;
	margin:20px 80px;
	width:400px;
	-moz-border-radius:4px;
}

#myform h3 {
	text-align:center;
	margin:0 0 10px 0;
}

/* http://www.quirksmode.org/css/forms.html */
#inputs label, #inputs input, #inputs textarea, #inputs select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

#inputs label {
	text-align: right;
	width: 105px;
	padding-right: 20px;
}

#inputs br {
	clear: left;
}
#footer {
	float: left;
}
#keyphrases {
	color: #FFF;
	float:left
}
#keyphrases2 {
	color: #FFF;
	float:right
}
#nofloat {
	clear: both;
	float: none;
}

