body {
    background-image: url('images/main-bg.gif');
    background-repeat: repeat;
    margin: 0px;
}
#containter {
    width: 100%;
    margin: 0px;
}
#container-bg {
    width: 920px;
    padding: 10px;
}
#main-content {
    width: 900px;
    background-color: #FFFFFF;
    padding: 20px 0px 10px 0px;
    border: 3px solid #DDDDDD;
}
#main-title {
    font-family: "Arial";
    font-size: 24px;
    color: #224499;
    padding-left: 20px;
}
.main-menu {
    font-family: "Verdana";
    width: 150px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
}
td.main-menu:hover {
    color: #991111;
}
hr.separator {
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 3px;
    border: 0px;
    color: #DDDDDD;
    background-color: #DDDDDD;
}
.menu-bullet {
    margin: 0px 0px -3px 0px;
}
#footer {
    font-family: Arial;
    font-size: 10px;
    color: #333333;
}
.contact {
    font-family: "Trebuchet MS";
    font-size: 12px;
}
h2 {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #5566BB;
}
p {
    font-family: "Trebuchet MS";
    font-size: 14px;
    text-indent: 20px;
}
a:link    {color:#4444AA; text-decoration: none; }
a:visited {color:#4444AA; text-decoration: none;}
a:active  {color:#4444AA; text-decoration: none;}
a:hover   {color:#CC4444; text-decoration: underline;}
.sub-content {
    padding-right: 20px;
}
.context-column {
    padding-left: 20px;
    border-left: 1px dashed #DDDDDD;
    vertical-align: top;
    font-family: "Trebuchet MS";
    font-size: 12px;
}
h3 {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #5566BB;
}
ul {
    margin: -5px 0px 0px 0px;
}
li {
    margin: 0px 0px 10px 0px;
    font-family: "Trebuchet MS";
    font-size: 14px;
}
li.news {
    margin: 0px 0px 10px 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
}
p.pub {
    font-family: "Trebuchet MS";
    font-size: 14px;
    text-indent: -20px;
    margin-left: 40px;
    margin-bottom: 20px;
}
.pub-title {
    color: #224477;
    font-weight: bold;
}
a.pdf {
	background: transparent url(images/pdf_icon.png) 0px 1px no-repeat;
	padding: 1px 0px 1px 22px;
	margin-left: 5px;
}
a.link {
	background: transparent url(images/link.png) 0px 1px no-repeat;
	padding: 1px 0px 1px 22px;
	margin-left: 5px;
}
a.ppt {
	background: transparent url(images/ppt.png) 0px 1px no-repeat;
	padding: 1px 0px 1px 22px;
	margin-left: 5px;
}
a.bib {
	background: transparent url(images/txt.png) 0px 1px no-repeat;
	padding: 1px 0px 1px 22px;
	margin-left: 5px;
}
blockquote.code {
    font-size: 12px;
    font-family: "Courier New";
    border: 1px solid #BBBBBB;
    background-color: #F5F5F5;
    padding: 10px;
}

