@charset "utf-8";

body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(../images/bg.png);
}

td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

#top{
	margin: auto;
	padding: 0px;
	margin-bottom: 0px;
	width: 892px;;
	height: 150px;
	background: url(../images/top.jpg);
}

#logos{
	position: relative;
	left: 738px;
	top: 10px;
	height: 70px;
	width: 160px;
}

#menu{
	position: relative;
	left: 184px;
	top: 40px;
	height: 40;
	width: 708px;
}

#content{
	margin: auto;
	width: 900px;
	background: url(../images/content_bg.png);
  bottom: 0px;
}

#left{
  width: 400px;
  float: left;
  padding: 10px;
}

#right{
  width: 400px;
  float: right;
  padding: 10px;
}

#footer{
	margin: auto;
	width: 900px;
}

.blue{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #0066FF;
}
.italic{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  font-style: italic;
}
.title{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
}
.date{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 22px;
  color: #999999;
  font-weight: bold;
}
.header{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #090;
  font-weight: bold;
}
