   
* {
     padding:0;
     margin: 0;
}
img {
     border: 0;
		 padding:5px;
}
body {
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    line-height: 16pt;
    margin: auto;
    padding: 0;
    font-size: 9pt;
    color: #000;
}
p {
margin-bottom:18px;
}
li {
margin-left: 25px;
margin-top:8px;
margin-bottom:8px;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #069;
    outline: none;
    text-align: left;
}
a:hover {
			text-decoration:none;
			font-weight: normal;
			color:#973300;

}
.float { 
     float:left; 
} 
.float-right { 
     float:right; 
} 
.clear { 
    clear: both; 
} 
.overall {
    background-color: #fff;   
}

#logo {
    text-align: right;
    background-color:#fff;
    height: 50px;
}
#container {
		width:550px;
    margin: auto;
    background-color: #fff;
    border: 0px solid red;
    text-align: center;
}
#header {
    text-align: center;
    background-color:#fff;
    height: 60px;
}
#breadcrumbs {
font-size: 8pt;
    text-align: left;
    background-color:#fff;
    padding-top:5px;
		padding-bottom:20px;
}
#content {
	  width:450px;
		text-align: left;
    background-color:#fff;
    padding: 5px;
		border: 0px solid blue;
}
#sidebar_left {
		text-align: center;
    background-color:#fff;
    width: 65%;
    padding-top:20px;
		
}

#footer { 
    background-color:#fff;
    text-align:center;
    border-top: 0px solid #e2e2e2;
    border-botom: 0px solid #e2e2e2;
    padding: 5px;
}

h1{
font-size:11pt;
font-weight:bold;
}
.componentheading{
font-size:11pt;
font-weight:bold;
padding-bottom: 18pt;

}
h2,.contentheading{
font-size:11pt;
font-weight:bold;
}
h3{
font-size:10pt;
font-weight:bold;
}
h4{
font-size:10pt;
font-weight:bold;
}
h5{
font-size:10pt;
font-weight:bold;
}
h6{
font-size:9pt;
font-weight:bold;
}

