/* Reset Style sheet */
@import url(reset.css);

/* HTML Tags */
body{
background:#000;
color:#000;
font-family:Arial, Helvetica, sans-serif, Lucida Sans, Trebuchet MS, Helvetica, sans-serif;
font-size:13px;
line-height:1.6;
padding:20px;
}

h1{
font-size:16px;
font-weight:bold;
line-height:2;
margin-bottom:7px;
}

h2{
font-size:14px;
font-weight:bold;
line-height:2;
margin-bottom:4px;
}

h3{
}

i{
color:#5d5d5d;
}

a{
}

a:visited{
}

a:hover{
}

.bold{
font-weight:bold;
}

#main #column1 ul{
list-style-type:disc;
margin-left:10px;
}

#main #column1 ul li{
margin-left:10px;
}

/* Main Layout */
#main{
width:1000px;
background:#fff url(images/sidebarbg.png) repeat-y left;
overflow:hidden;
margin:0px auto 0px auto;
min-height:800px;
}

#main #banner{
width:1000px;
height:76px;
float:left;
background:url(images/banner.png);
}

#main #navbar{
width:1000px;
height:26px;
float:left;
background:url(images/navbar.png);
}

#main #column1{
float:right;
width:760px;
padding:20px;
background:url(images/shadow.png) repeat-x;
text-align:justify;
}

#main #sidebar{
float:left;
width:200px;
background:#008080 url(images/shadow2.png) repeat-x;
padding-top:10px;


}

#main #sidebar ul{
width:200px;
float:left;
border-top:1px solid #004040;
border-bottom:1px solid #00c0c0;
}

#main #sidebar ul li{
width:200px;
float:left;
}

#main #sidebar ul li a{
width:180px;
float:left;
background:#008080 url(images/arrow.png) no-repeat center right;
color:#fff;
font-weight:bold;
text-decoration:none;
padding:0px 10px 0px 10px;
line-height:30px;
border-top:1px solid #00c0c0;
border-bottom:1px solid #004040;
}

#main #sidebar ul li a:hover{
background:#800080 url(images/arrowhov.png) no-repeat center right;
border-top:1px solid #bb00ab;
border-bottom:1px solid #40003a;
}

#main #navbar #datetime{
float:left;
width:180px;
height:26px;
line-height:26px;
padding:0px 10px 0px 10px;
font-size:11px;
}

#main #navbar #links{
float:right;
width:400px;
height:26px;
line-height:26px;
text-align:right;
}

#main #navbar #links ul{
float:right;
}

#main #navbar #links ul li{
float:left;
padding:0px 10px 0px 10px;
text-align:center;
border-left:1px solid #91929c;
}

#main #navbar #links ul li a{
text-decoration:none;
font-weight:bold;
color:#000;
font-size:11px;

}

#main #navbar #links ul li a:hover{
color:#008080;
}
