/* basic */

html {
margin: 0; 
padding: 0; 
background-color: #333333;
 }

body {
margin: 0;
padding-left: 0;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 11px; 
text-align: right; 
background-color: #333333;
color: #999999;
 }

a {
color: #ffffff;
text-decoration: none;
border-bottom: #ffffff solid 1px;
 }

a:hover {
color: #ffffff;
text-decoration: none;
border-bottom:  #ffffff 1px solid;
 }

/* frame */

#container { 
width: 1024px;
margin: 0px 0px auto auto;
padding: 0px;
border: 1px solid #cccccc;
text-align: left; 
background-color: #333333;
 } 

#header { 
width: 1024px;
height: 300px;
padding: 0;
margin: 0;
 }

#banner { 
width: 1024px;
padding: 0;
margin: 0;
 }

#content { 
width: 550px;
padding: 0;
margin: 0;
float: right;
 }

#sidebar { 
width: 450px;
padding: 0;
margin: 0;
float: left;
 }

#footer { 
width: 1024px;
padding: 0;
margin: 0;
 }


/* header */

.header-body {
width: 1024px;
margin: 0px;
padding: 0px;
}

.header-body img {
border: none;
margin: none;
padding: none;
 }

.header-body a {
text-decoration: none;
border: none;
 }

.header-body a:hover {
text-decoration: none;
border: none;
 }


/* banner */

.banner-body {
width: 1024px;
margin: 0px;
padding: 0px;
background-color: #000000;
}

.banner-body img {
border: none;
margin: none;
padding: none;
 }

.banner-body a {
text-decoration: none;
border: none;
 }

.banner-body a:hover {
text-decoration: none;
border: none;
 }


/* content */

.content-body { 
margin: 0px;
padding: 25px;
color: #999999;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 11px; 
text-align: left;
line-height: 150%;
background-color: #333333;
 }

.content-body h2 {
margin-top: 20px;
margin-bottom: 10px;
color: #aaaaaa;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 13px;
font-weight: normal;
text-align: right;
lign-height: 150%;
}

.content-body h2 a { 
color: #aaaaaa;
text-decoration: none;
border-bottom: none;
 }

.content-body h2 a:hover { 
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
 }

.content-body h3 {
margin-top: 30px;
margin-bottom: 5px;
color: #ffffff;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 18px;
font-weight: normal;
text-align: right;
lign-height: 150%;
}

.content-body h3 a { 
color: #ffffff;
text-decoration: none;
border-bottom: none;
 }

.content-body h3 a:hover { 
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
 }

.content-body h4 {
margin-top: 5px;
margin-bottom: 20px;
color: #999999;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 10px;
text-align: right;
font-weight: normal;
lign-height: 150%;
}


.content-body h4 a {
color: #999999;
text-decoration: none;
border-bottom: 1px dotted #999999;
 }

.content-body h4 a:hover {
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
 }

.content-body img { 
margin: none;
padding: none;
border: none;
 }

/* sidebar */

.sidebar-body {
margin: 25px;
padding: 20px;
background-color: #000000;
color: #999999;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 11px; 
text-align: left; 
line-height: 150%;
}

.sidebar-body h2 {
margin-top: 10px;
margin-bottom: 10px;
padding: 5px 0px 10px 0px;
color: #ffffff;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 13px;
font-weight: bold;
text-align: left;
line-height: 150%;
border-top: 2px solid #ffffff;
}

.sidebar-body h2 a {
color: #ffffff;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-size: 13px;
border-top: 2px solid #ffffff;
border-bottom: none;
}

.sidebar-body h2 a:hover {
color: #ffffff;
border-top: 2px solid #ffffff;
border-bottom: #ffffff dotted 1px;
}


.sidebar-body img { 
margin: none;
padding: none;
border: none;
 }

.sidebar-body ul {
margin: 0px;
padding: 10px;
}

.sidebar-body li {
line-height: 150%;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
list-style-type: none;
 }


/* footer */

.footer-body {
margin: 30px;
color: #555555;
font-size: 10px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: normal;
text-align: right;
}
