@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: #faf8d1;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	background-image: url(../_images/images/eTylerWeb_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#topLInks {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #dfdfbc;
	float:right;
	margin-right: 5px;
	margin-left: 30px;
	text-align: right;
}
#mainContent {
	margin-top: 105px;
	margin-right: 130px;
	margin-left: 130px;
	margin-bottom: 50px;
	text-align: left;
}
#nav {
	margin-top: 100px;
	margin-right: 130px;
	margin-left: 130px;
	text-align: center;
	background-color: #480000;
	color: #dfdfbc;
}
#mainContent p {
	font-size: 12px;
	color: #DFDFBC;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.outHead {
	position: relative;
	left: -25px;
	padding: 0 0 15px 0;
}
.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;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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;
}a:link {
	color: #DFDFBC;
}
a:visited {
	color: #DFDFBC;
}
a:hover {
	color: #9DA18D;
}
a:active {
	color: #DFDFBC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
#menuPhoto{
	float: right;
	top: -15px;
	position: relative;
}
.clienteditor {
}
#mainContent .pagehead {
	font-size: 24px;
	margin: 0 0 0px -25px;
	padding: 0 0 10px 0;
}
#mainContent .pagehead2 {
	font-size: 34px;
	margin: 0 0 0 -25px;
	padding: 0 0 34px 0;
	}
