@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y:scroll;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
p {font-size:1em; text-align:justify}
h1 {font-size:1.75em;}
h2 {font-size:1.15em;}
h3 {font-size:1em; text-align:justify;}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

	.container {
	width: 960px;
	background: #f19b54;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding:0;
}

.header {
	background: #ADB96E;
}

.sidebar1 {
	float: left;
	width: 160px;
	background: #f19b54;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	width: 800px;
	min-height: 550px;
	float: left;
	background-color:#FFF;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #293857;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color:#FFF;
	text-align:center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




.pmimg {
	float: left;
	width: 380px;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-left: 32px;
}
.sfimg {
	float: right;
	width: 320px;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 13px;
}

.rimg{
	float: right;
	width: 320px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:10px;
	padding-top:5px;
	margin:0px;
	text-align:center;
}

#singlecenter{
	text-align:center;
	width:auto;
}

.caption{
	padding:0px;
	margin:0px;
	text-align:center;
	font-style:oblique;
}

.bottomBorder{
	border-bottom:1px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	margin:0px;
	padding:0px;
}

table.tabletext tr td p{
	margin:0;
	padding:0;
	line-height: 30px;
}

.teamhtxt{
	margin:0;
	border:none;
}
h4.teamhtxt{
	font-style:italic;
}
p.teamhtxt{
	padding-top:5px;
	padding-bottom:15px;
}

table.button{
	text-align:center;
	border:none;
}
table.button tr,
table.button tr td{
	border-style:none;
}

table.button tr td a,
table.button tr td a:visited{
	display:block;
	text-align:center;
	background-color: #F0F0F0;/*ffe45b*/
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
	padding-top: 10px;
	margin: 10px;
	color:#293857;
	width:200px;
	border-radius:15px;
	-moz-border-radius:15px;
	border-width:0px;
}

table.button tr td a:hover{
	color:#FFF;
	background-color:#293857;
}

#caption{
	color:#CCC;
	font-style:italic;
}

table.button2{
	text-align:center;
}

table.button2 tr td a,
table.button2 tr dt a:visited{
	display:block;
	text-align:center;
	background-color:#F0F0F0;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
	padding-top: 10px;
	margin: 10px;
	color:#293857;
	width:300px;
	border-radius:15px;
	-moz-border-radius:15px;
	border-style: none;
}

table.button2 tr td a:hover{
	color:#FFF;
	background-color:#293857;
}

ol.ordlist li{
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom:20px;
}
ul.indlist li{
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom:0px;
}
ul.blist{
	list-style:none;
}
ul.blist li{
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom:20px;
}

ul.doclist {
	list-style:none;
}
ul.doclist li{
	padding-bottom:20px;
}

h2.titleimg{
	padding:0;
	margin:0;
	font-size:1em;
}

table.prop,
table.prop tr,
table.prop tr td{
	border-color:#CCC;
	border-width:1px;
	border-style:dashed;
)