@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #195e81;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#333;
}

p, td {font-size:12px;}
.small {font-size:10px;}
tr.altrow {background-color:#CCC;}
td{padding:2px;10px;}

#shell {
	width: 770px; 
	
	margin: 0 auto;
	text-align: left;
}
#container { 
	border: 1px solid #f18912;
	background: #FFFFFF;
	margin:150px 0 0;
} 

#menu {
	background-image:url(sd-menubg.gif);
	background-repeat:repeat-x;
	height:21px;
	border-left: 1px solid #f18912;
	border-right: 1px solid #f18912;
}
#sidebar1 {
	float: right;
	width: 250px;
	text-align:center;
}
#mainContent { 
	margin: 0 260px 0 0;
	padding: 0 20px; 
} 
#pageContent {
	margin:0;
	padding: 0 20px;
}
#footer { 
	padding: 0 10px;
	text-align:right;
} 
#footer p, #footer a {
	margin: 0;
	padding: 2px 0;
	font-size:9px;
	color: #47cdfc;
	text-decoration:none;
}
.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;
}
.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;
}