@charset "utf-8";
/* CSS Document */

body  {
	font: 11px/20px Georgia, "Times New Roman", Times, serif;
	color: #130900;
	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 */
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
} 
#header {
	margin: 0px;
	padding: 0px 0px 5px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px;
	margin: 0px;
	clear: right;
}
#mainContent {
	padding: 0 0px 0 90px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0px;
	float: none;
	width: 600px;
	overflow: auto;
	margin-top: 0px;
}
#homeContent {
	padding: 0px 0px 0px 60px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	float: none;
	width: 670px;
	overflow: auto;
	scrollbar-face-color: #f9fee3;
	scrollbar-highlight-color: #f9fee3;
	scrollbar-shadow-color: #f9fee3;
	scrollbar-3dlight-color: #f9fee3;
	scrollbar-arrow-color: #f9fee3;
	scrollbar-darkshadow-color: #f9fee3;
	margin-top: 0px;
}
#mainContent h1 {
	font-size: 20px;
	color: #130900;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 14px;
}
#footer {
	padding: 10 0px 0;
	margin: 15px 0px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #130900;
	font-size: 10px;
	text-indent: 90px;
}

.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;
}
.sidebarTout {
	padding: 5px 10px 10px;
	margin: 0px;
	color: #130900;
	font-size: 10px;
	line-height: 14px;
	border-top: 0px solid #130900;
	border-right: 1px solid #130900;
	border-bottom: 1px solid #130900;
	border-left: 1px solid #130900;
}
#footerhome {
	padding: 5px 0px 0 60px;
	margin: 0px;
	border-top-width: 1px;
}
#footerhome p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #130900;
	font-size: 10px;
}
hr {
	height: 1px; 
	border-style: none;
	color: #130900;	
}
form {
	font-size: 10px;
}
#clientsContent {
	padding: 0 0px 0 90px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	float: none;
	width: 770px;
	height: 320px;
	overflow: auto;
	scrollbar-face-color: #f9fee3;
	scrollbar-arrow-color: #f9fee3;
	scrollbar-highlight-color: #f9fee3;
	scrollbar-shadow-color: #f9fee3;
	scrollbar-3dlight-color: #f9fee3;
	scrollbar-darkshadow-color: #f9fee3;
	margin-top: 0px;
}
#clientsContent h1 {
	font-size: 20px;
	color: #130900;
	font-weight: normal;
}
#clientsContent h2 {
	font-size: 14px;
}
a {
	color: #CCCC33;
}
