body {
	margin: 0;
	padding: 0;
	background: #bdddee;
	font-family: Trebuchet Ms;
	font-size: 11px;
	color: #000;
	text-align: center;
}

a { outline: none; overflow: hidden; }
img { border: none; }

hr {
  border:dashed #fff;
  border-width:1px 0 0 0;
  height:0;
  line-height:0px;
  font-size:0;
  margin:0;
  padding:0;
}

#content {
  width: 900px;
  background: #FFFFFF;
  margin: auto;
  text-align: left;
}

#header {
  width: 900px;
  height: 140px;
  position: relative;
  background: url("images/itamerican.jpg") no-repeat;
  background-position: 700px 0px;
}

#header .logo {
	width:588px;
	height:88px;
	background: url("images/logo.jpg") no-repeat;
	position: absolute;
	top:25px;
	left: 25px;
}

#menu {
	width: 900px;
	height: 30px;
	position: relative;
	border-top: 3px solid #fff;
	background-color: #39F;
	z-index: 100;
	margin-bottom: 15px;
}

.menu_link { display: block; float: left; text-decoration: none; color: #fff; font-weight: bold; }
.menu_link:hover { text-decoration: underline; color: #fff; }
.menu_item { float: left; display: block; height: 24px; padding: 6px 10px 0 10px; font-weight: bold; font-size: 12px; text-decoration: none; color: #fff; border-right: 1px dotted #fff; position: relative; }

.submenu {
	visibility: hidden;
	top: 22px;
	left: 0px;
	background: #39F;
	padding: 15px 10px 10px 10px;
	width: 200px;
	z-index: 10;
	border-bottom: orange solid 3px;
	position: absolute;
}
.submenu a { color: #fff; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: normal; }
.submenu a:hover { text-decoration: underline; }
.submenu b { color: orange; }

#middle {
  width: 880px;
  padding: 10px;
  background: #fffaf2;
  position: relative;
}  

#middle h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Trebuchet Ms;
	font-weight: bold;
	color: #0000A2;
	text-align: left;
}

#middle h1 span {
	color: #ff9900;
	text-align: left;
}

#middle h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-align: left;
	font-family: Arial;
}

#repeat_p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003;
	text-align: left;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#middle .col_one {
  float: left;
  width: 190px;
  margin-right: 10px;
  color: #999;
}

#middle .col_one ul { color: #333; list-style-type: none; margin: 0; padding: 10px; border-bottom: 1px dashed #ccc; } 

#middle .col_one li a { 
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#middle .col_one li a.selected { text-decoration: underline; }
#middle .col_one li a:hover{ text-decoration: underline;}

#middle .col_two {
	float: left;
	width: 530px;
	margin-right: 10px;
	text-align: left;
	font-family: "Trebuchet Ms";
}

#middle .col_two p {
  text-indent: 25px;
}

#middle .col_three {
	float: left;
	width: 316px;
	margin: 0px;
	padding: 0px;
}

#middle .col_three ul { color: #333; list-style-type: circle; margin: 0; padding: 10px 10px 10px 20px; } 

#middle .col_three .postit  {
	background: #88d9ff url("images/postit_bg.jpg") repeat-x;
	margin-bottom: 0px;
	font-size: 0px;
}

#middle .col_three .postit table {
  font-size: 11px;
  font-family: Tahoma;
}

#footer {
  width: 860px;
  padding: 20px;
  border-top: 1px solid #e4e4e4;
  background: #ffffff;
  font-size: 10px;
  font-family: Tahoma;
  color: #999;
  position: relative;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
}

#footer a {
  text-decoration: underline;
  color: #999;
}

#footer a:hover { text-decoration: none; }

/* ---------- Table styled ---------*/
table#styledtable {
	background:#D3E4E5;
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table#styledtable caption {
	border:1px solid #5C443A;
	color:#009;
	font-weight:bolder;
	letter-spacing:normal;
	padding:0px;
	text-align:center;
	text-transform:none;
	font-size: 16px;
}
table#styledtable td, th { color:#363636;
 padding:.4em;
}
table#styledtable tr {
	border:1px dotted gray;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table#styledtable thead th, tfoot th {
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-align:left;
	text-transform:none;
	background-color: #06F;
}
table#styledtable tbody td a { color:#363636;
 text-decoration:none;
}
table#styledtable tbody td a:visited { color:gray;
 text-decoration:line-through;
}
table#styledtable tbody td a:hover { text-decoration:underline;
}
table#styledtable tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
table#styledtable tbody th a:hover { color:#363636;
}
table#styledtable tbody td+td+td+td a {
	background-image:url('www/bullet_blue.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#87D9FF;
	padding-left:15px;
}
table#styledtable tbody td+td+td+td a:visited { background-image:url('www/bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
table#styledtable tbody th, tbody td { text-align:left;
 vertical-align:top;
}
.odd { background:#fff;
}
table#styledtable tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}
