body {
	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
	background-color: silver;
  	width: 988px;
	font-family: sans-serif;
	font-size: 0.8em;
}

img {
	border: none;
  	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}

#banner {
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
  	width: 100%;
  	height: 150px;
	text-align: right;
	padding-top: 16px;
	font-weight: bold;
	color: white;
}

#banner a {
        font-weight: bold;
        color: white;
}

#left {
	position:absolute;
	top: 150px;
	left: 0px;
}

.left {
	width: 150px;
  	float: left;
	color: white;
	border-left: 1px solid #003f77;	
}

#middle {
	width: 838px;
        position:absolute;
        top: 150px;
        left: 150px;
	background-repeat: no-repeat;
	
}

.content {
  	border-left: 1px solid #003f77;
  	border-right: 1px solid #003f77;
  	border-bottom: 1px solid #003f77;
        background-repeat: no-repeat;
	min-height: 618px;
}

content a {
	color: #f90403;
}

.content h1 {
	font-weight: bold;
	font-size: 1.2em;
}

.content p {
}

.teaser-content h1 {
	margin: 0px;
	padding: 0px;
}

.teaser-content p {
        margin-top: 3px;
	padding-top: 0px;
}

.teaser-content a {
        color: white;
}

#footer {
	padding-top: 20px;
	width: 838px;
	text-align: center;
}

#footer a {
	color: #f90403;
}


.menu-std ul {
	width: 149px;
	list-style-type:none; 
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.menu-std li {
  	background-image: url(b2.gif);
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #003f77; 
}

.menu-std li a {
    	color: white;
}

.appender {
	padding-left: 10px;
	padding-top: 10px;
	height:160px;
	width: 149px;
	background-image: url(ad.gif);
	background-repeat: no-repeat;
}

.smaller {
	font-size: 80%;
}

#teaser {
	width: 283px;
	height: 270px;
	float: left;
        margin-right: 10px;
}

.teaser-header {
	height: 65px;
	padding-top: 45px;
	padding-left: 35px;
	color: #f90403;
	font-weight: bold;
	font-size: 2em;
	line-height: 0.9em;
}

.teaser-content { 
	color: white;
	height: 140px;
	padding-left: 35px;
	padding-right: 10px;
}

.teaser-bottom {
	width: 281px;
	color: white;
	text-align: right;
	font-weight: bold;
}

#content {
    	padding: 22px;
}

.contenttable {
	width: 100%;
	border: 1px solid red;
	border-spacing: 0px;
	border-collapse: collapse;
}

.contenttable td {
	padding: 2px;
	margin: 0px;
	border: 1px dotted red;
	vertical-align: top;
}

.contenttable p {
	padding: 0px;
	margin: 0px;
}

