@charset "utf-8";
/* CSS Document */

body, html{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: x-small;
color: #CCCCCC;
background-color: #333333;
background-image: url(../img/cmn/cmn_left_back.jpg);
background-position: left;
background-repeat: repeat-y;
}

#wrapper{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
min-width: 770px;
width: expression( document.body.clientWidth < 772 ? "770px" : "auto" );
background-image: url(../img/cmn/cmn_back.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#header{
margin: 0px;
padding: 0px;
width: 100%;
height: 70px;
background-image: url(../img/cmn/cmn_nav_back.jpg);
background-position: left;
background-repeat: repeat-x;
}

#header_left{
margin: 0px;
padding: 0px;
width: 250px;
height: 70px;
float: left;
}

#header_right{
margin: 0px;
padding: 0px 10px 0px 0px;
width: 700px;
height: 70px;
float: right;
}

#header_right_top{
margin: 0px;
padding: 5px 10px 0px 0px;
position: absolute;
top: 0px;
width: 700px;
height: 25px;
text-align: right;
font-size: 7pt;
color: #999999;
}

#header_right_top a{
text-decoration: none;
color: #999999;
}

#header_right_top a:hover{
color: #FFFFFF;
}

#header_right_bottom{
margin: 0px 20px 0px 0px;
padding: 0px;
position: absolute;
top: 25px;
width: 700px;
height: 30px;
text-align: right;
}

#header_right_bottom a{
margin: 2px;
padding: 5px;
display: inline-block;
width: 50px;
height: 15px;
font-size: 8pt;
color: #9696FF;
font-weight: bold;
text-decoration: none;
border: 1px solid #555555;
text-align: center;
}

#header_right_bottom a:hover{
color: #CCCCCC;
background-color: #333333;
}

#main{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

#main_left{
margin: 0px;
padding: 0px;
width: 120px;
float: left;
}

#main_left h2{
margin: 0px;
padding: 5px 0px 5px 5px;
font-size: small;
color: #9696FF;
}

#main_left a{
display: block;
margin: 2px;
padding: 2px 5px 2px 5px;
width: 100px;
font-size: xx-small;
color: #999999;
text-decoration: none;
border: 1px solid #555555;
}

#main_left a:hover{
color: #CCCCCC;
background-color: #222222;
}

#main_right{
margin: 0px 30px 0px 140px;
padding: 0px;
}

#main_right_heading{
margin: 0px;
padding: 0px;
}

#main_right_content{
margin: 0px;
padding: 0px;
}

#main_right h1{
margin: 0px;
padding: 0px 0px 10px 10px;
font-size: medium;
font-weight: lighter;
color: #9696FF;
border-bottom: 1px solid #666666;
}

#main_right h2{
margin: 0px;
padding: 10px 10px 10px 10px;
font-size: small;
font-weight: normal;
color: #FFFFFF;
}

#main_right h3{
margin: 0px;
padding: 30px 10px 0px 10px;
font-size: small;
font-weight: bold;
color: #DDDDDD;
}

#main_right h4{
margin: 0px;
padding: 0px 0px 3px 0px;
font-size: x-small;
font-weight: bold;
color: #DDDDDD;
border-bottom: 1px solid #555555;
}

#main_right p{
margin: 0px;
padding: 5px 10px 5px 10px;
font-size: x-small;
font-weight: lighter;
color: #CCCCCC;
text-align: justify;
}

#main_right a{
color: #9696FF;
}

#main_right a:hover{
color: #FFFFFF;
}

#clear_floats{
clear: both;
}

table{
margin: 0px;
padding: 0px;
}

img{
border: none;
}

strong{
font-size: 105%;
font-weight: bold;
color: #FFFFFF;
}

em{
font-size: 105%;
font-weight: lighter;
color: #FFFFFF;
}

.ital{
color: #FFFFFF;
font-style: italic;
}

.underline{
margin: 0px;
padding: 0px;
height: 2px;
border-bottom: 1px solid #666666;
}

.borderon{
border: 1px solid #CCCCCC;
}
#pdf .pdf_o{
	font-size:15px;
	}