/* CSS Document */
body{width: 780px; margin: 0 auto; background-image: url(/images/watermark.jpg); background-repeat: repeat;}
#container{width:100%; border: 0px; height: 101%; background-color: #14397D;}
#header{width: 780px;}
#main{width: 780px;}
#content{background: white; margin: 10px 20px; padding: 20px;}
#footer{width: 780px; background:url(/layout/images/footer.jpg) no-repeat; height: 52px; font-family:tahoma,verdana; font-size:9pt; clear: both; text-align: center; color: white;}
#footer p{
	margin-top: 15px;
}
#infobar{
	float: right;
	width: 25%;
	background-color:#999999;
	padding: 5px;
	text-align: center;
}
img{border: 0px;}
a {color:#0033CC; font-weight: bold;}
td{
	font-family:tahoma,verdana;
	font-size:9pt;
}
table {
  border: 0px;
}
#lc1mid{
	background-image: url(/layout/images/lc1_mid.jpg);
	background-repeat: repeat-y;
}
#lc1mid div{
	padding-left: 25px;
	padding-right: 15px;
}
#mc1mid{
	background-image: url(/layout/images/mc1_mid.jpg);
	background-repeat: repeat-y;
}
#mc1mid div{
	padding-left: 25px;
	padding-right: 15px;
}

.balloontext{
	padding-left: 25px;
	padding-right: 15px;
	color: white;
	font-weight: bold;
}
th {
	color: #790033;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-bottom: 0   
	}
td{
	vertical-align: top;
}
.center{
	text-align: center;
	margin: 0px auto;
}
.center table{
	text-align: left;
}
.center td{
	margin-right: 10px;
}
.grid {
	margin: 20px auto;
	border-collapse: collapse;
	border: solid 1px #888888;
	background-color: white;
	text-align: left;
	width: 95%;
}
.grid th {
	padding: 5px;
	margin: 0px;
}
.grid td {
	border: solid 1px #bbbbbb;
	padding: 5px;
	margin: 0px;
}
.grid img{
	float: right;
	margin: 0px;
	padding: 0px;
}
.tablelist{
	width: 300px;
	background-color: white;
	border: 1px solid black;
	text-align: left;
}
.tablelist tr{
	margin: 0px;
	padding: 0px;
}
.tablelist td{
	padding: 0px 10px;
	margin: 0px;
}
.title {
	font-size: x-large;
	font-family: Arial;
	color:#2B8AC1;
}
.floater{
	float: right;
	margin-left: 10px;
	text-align: center;
	z-index: 100;
}.highlight {
	font-size: 2.5em;
}
.subhilight {
	font-size: 12pt;
}
h1{
	font-size: 2.5em;
	margin-top: 0px;
}
h2{
	font-size: 2em;
}
h1.inline, h2.inline
{   display: inline;
    font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
a.alternate{
	color:#FFF;
}