body {
	background: #acacac;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #ffffff url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #ffffff url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #ffffff url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #2323AA
}

.content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #235FAD
}
.content p {
  margin-top: 0;
  margin-bottom: 16px;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #235FAD
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}

.logo {
  margin-left:20px;
}

a {
	color: #235FAD;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #235FAD;
	font-weight: bold;
	text-decoration: underline
}

a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #235FAD;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
.sub {
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

.fileinfo {
	float: left;
	width: 160px;
	text-align: justify;
	padding: 2px;
	font-size: 12px
  margin-left: 0;
  margin-right: 4px;	
	border: 1px dotted;
}

#filetitle {
  display: block;
  clear: both;
  background: #ccddee;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
}

#fileimage {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0; 
  border: 0;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	  font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/

 a.tt:hover{ z-index:25; color: #aaaaff; background:;} 
a.tt:hover span.tooltip{
  display:block;
  position:absolute;
  top:0px; left:0;
	padding: 15px 0 0 0;
	width:160px;
	color: #121212;
  text-align: left;
  font-size: 10px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
  background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #eeeeee;
  background: url(images/bubble.gif) no-repeat bottom;
}