/* CSS Document */

body { margin:0; padding:0; font-family:Tahoma; color:#333333; font-size:12px;background: repeat-x #A4A4A4; }

a { color:#2D2D2D; text-decoration:none; }
a:hover {  }
h1 { font-size:16px; }
h2 { font-size:14px; color:#FF8040;}
h3 {text-align:left; color:#FF8040;}
h4 {text-align:center; font-size:16px;}
h5 { text-align:center;font-size:16px;}
hr { color:#000000; height:1px; border:1px dotted #333333; }

#wrapper { width:760px; margin:0 auto; padding:0;}

#header { position:relative; width:100%; height:3px; margin-top: 40px; background:url(../images/topborder.gif);}

#nav { position:absolute; bottom:0; right:100px; width:100%; padding:0; margin:0;;}
#nav ul { margin:0; padding:0; }
#nav ul li { float:right; list-style:none; padding:0; }
#nav ul li a { display:block; width:60px; padding:4px 0; margin:0 1px 0 0; background:url(../images/buttonbg1.gif); text-align:center; }
#nav ul li a:hover { bottom:0; background:url(../images/buttonbgover1.gif); color:#999999; overflow:auto; }
#nav ul li a.on, #nav ul li a.on:hover { width:50px; padding:4px 0; background:url(../images/buttonbgon.gif); text-align:center; }

#content { width:100%; padding:30px 20px; background:url(../images/contentbg.gif) repeat-y; }


#left { float:left; width:160px;}
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#E6E6E6; }
#left ul li a:hover { background-color:#B6B6B6; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li ul li a { padding:5px 5px 5px 10px; width:115px; background-color:#F4F4F4; }


#right { float:left; width:385px; }
#right a { font-weight:none; color:#0000FF }
#right a:hover { border-bottom:2px solid; color:#0000FF;  }

#right blockquote { width:85%; margin:10px; padding:6px; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4;}
#right p a { color:#666666; }

.welcome { float:left; display:block; width:150px; margin:10px; padding:5px;background-color:#FFF; border:0px solid #D4D4D4; }
.welcome a { font-weight:none; color:#0000FF }
.welcome a:hover { border-bottom:2px solid; color:#0000FF;  }

.bottom { width:525px; }
.bottom { font-size:11px; padding:0px; }
.bottom {text-align:right;}
.bottom a:hover { border-bottom:1px dotted #D2D2D2; }

.clear { clear:both; }


