@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #c7b299;
}
.thrColFixHdr #container {
	width: 1080px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ced1d6;
	border-right-color: #c7b299;
	border-bottom-color: #c7b299;
	border-left-color: #c7b299;
	background-color: #c7b299;
	position: relative;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	width: 1px;
	float: left;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #c7b299;
	border-right-color: #FFFFFF;
	background-color: #E3DDD9;
	background-repeat: no-repeat;
	height: 20px;
	position: relative;
}
.thrColFixHdr #sidebar2 {
	width: 100px;
	padding: 0px;
	float: right;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c7b299;
	border-left-color: #FFFFFF;
	height: 100px;
	background-color: #E3DDD9;
	position: relative;
}

.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	background-color: #FFFFFF;
	width: 876px;
	position: relative;
	top: 0px;
} 
#logo {
	height: 110px;
	background-repeat: no-repeat;
	width: 876px;
	background-image: url(images/aiLogo_text_02.gif);
	overflow: hidden;
}


#nav {
	text-align: left;
	background-color: #e3ddd9;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 856px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}




.thrColFixHdr #footer {
	background-color: #c7b299;
	padding-top: 0;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 110px;
	position: relative;
	width: 810px;
	overflow: hidden;
	word-wrap: break-word;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Times New Roman, Times, serif;
	font-size: .9em;
	color: #000000;
}
.footerText {
	font-size: .7em
}

.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;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.logoName {
	font-family: Arial, Helvetica, sans-serif;
	color: #190B7A;
}

.italicTimesh2 {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #190B7A;
}
