/***********************************************
	style.css
	Created by: Laikun (Helen) Tang (tang0088@yahoo.com)	
	Last Modified: 05/25/07
*************************************************/
body,html {
background:#ffffff;
color:#000000;
margin:0;
padding:0;
}

body {
min-width:800px;
background:#e3f0c1 url(images/wrap_bg.gif) repeat-y top center;
font-family: times new roman, arial, Helvetica, sans-serif;
font-size: 14px;
}

h1 {
font-size: 24px;
font-weight: bold;
color: #005595;
}

h2 {
font-size: 24px;
font-weight: bold;
color: #000000;
}

h3 {
font-size: 18px;
font-weight: bold;
font-style: italic;
color: #78a22e;
}

h4 {
font-size: 20px;
font-weight: bold;
color: #ff0000;
}


h5 {
font-size: 18px;
font-weight: normal;
color: #000000;
}

h6 {
font-size: 20px;
font-weight: bold;
font-style: italic;
color: #005595;
}

li {
color:#000000;
list-style:square;
font-weight: normal;
font-size:18px;
}

#wrap {
background:#ffffff;
width:800px;
margin:auto;
}

#header {
background:#ffffff;
height:130px;
}

#nav {
height: 20px;
width: 800px;
}

#sidebar {
background:#015696 url(images/sidebar.jpg) no-repeat top;
float:left;
width:168px;
height: auto;
padding:0px;
margin: 0 0 0 0px;
}

#sidebar h1{
color:#ffffff;
padding:0, 0, 0, 0px;
font-size: 16px;
font-style: italic;
font-weight: bold;
}

#sidebar ul {
padding-bottom:1em;
padding:5px;
margin: 0 0 0 5px;
}

#sidebar li {
color:#ffffff;
list-style:none;
font-weight: bold;
font-size: 14px;
}

#sidebar li a {
text-decoration: underline;
}

#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
color:#ffffff;
}

#sidebar li a:hover {
color: ffffff;
}

#main {
background:#ffffff;
width:630px;
margin:0;
padding:0 0 0 0px;
float: right;
}


#footer {
color:#060;
border-top:0px solid #ffffff;
height: 20px;
}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			  
sup,sub {
color:#000000;
}

blockquote {
background:#e3f0c1;
border-left:2px solid #afcd70;
font-family:trebuchet ms, verdana, tahoma, sans-serif;
font-size: 13px
color:#898D67;
letter-spacing:.05em;
margin-top:15px;
margin-bottom:15px;
padding:6px;
}

.blendedlinks {
color:#d96b11;
text-decoration:none;
}

#main p,#sidebar p {
color:#000000;
}

#sidebar li a:hover,#sidebar li a:active {
color:#d96b11;
}



