/* CSS Document */




#container {
background:url(images/sm_bg_container.png) no-repeat center center;
width:880px;
height:670px;
margin:10px auto;
padding:35px;
}

table.frame {
width:880px;
height:670px;
}

/* #left */


#logo {
width:350px;
height:150px;
margin:10px 0px;
}

#affiliated {
width:340px;
height:305px;
margin-top:195px;
padding-left:10px;
}

/* #right */
table.frame #right{
padding:0px;
}

#menu {
width:530px;
height:30px;
margin:10px 0px;
padding-left:10px;
}

h1 {
background:url(images/sm_h1_bg.png) left center no-repeat;
width:500px;
height:60px;
padding:0px 20px;
margin:5px;
}

div.content {
width:520px;
height:550px;
margin:0px 10px;
overflow : auto;  /* div scroll function */
position:relative;
font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
}

div.content div.wrapper {
width:480px;
}

div.content img {
max-width:480px;
}

div.content h1 {
width:460px;
height:auto;
font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
background:#999999;
padding: 5px 10px; 
margin: 0px; 
color:#ffffff;
}

div.content h2 {
background:none;
font:bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
height:auto;
width:440px;
margin-top:15px;
margin-bottom:2px;
padding:5px 20px;
border-bottom:1px dotted #999999;
}

div.content h3 {
background:none;
font:bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
height:auto;
width:440px;
margin-top:15px;
margin-bottom:2px;
padding:5px 20px;
border-bottom:1px dotted #999999;
}

div.content h6 {
width:440px;
height:auto;
font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
padding: 0 30px; 
margin: 0px 0px 10px 0px; 
color:#000000;
background:url(images/img_desc_arrow.png) no-repeat 10px center;
}

div.content table {
border:1px solid #666666;
}

div.content table tr{
}

div.content table tr th{
padding:5px;
border:1px solid #666666;
}

div.content table tr td{
padding:5px;
border:1px solid #666666;
}

div.content a:link, div.content a:visited {
color:#000000;
}

div.content a:hover, div.content a:active {
color:#000000;
text-decoration:none;
}

#footer {
margin:10px auto;
font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
width:900px;
text-align:center;
}



