/* CSS Document */
body {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#hright a:link {
color: #389DB3;
border-bottom: 1px dotted #389DB3;
text-decoration: none;
}

#hright a:visited {
color: #389DB3;
border-bottom: 1px solid #389DB3;
text-decoration: none;
}
#hright a:hover {
color: #1D7B8E;
border-bottom: 1px dotted #1D7B8E;
text-decoration: none;
}

#container {
width: 780px;
margin-left: auto;
margin-right: auto;
}

#hleft {
float:left;
}

#hright {
float:right;
}

.clear {
clear: both;
}

#content {

}
#content a:link {
color: #389DB3;
border-bottom: 1px dotted #389DB3;
text-decoration: none;
}

#content a:visited {
color: #389DB3;
border-bottom: 1px solid #389DB3;
text-decoration: none;
}
#content a:hover {
color: #1D7B8E;
border-bottom: 1px dotted #1D7B8E;
text-decoration: none;
}


#cleft {
float: left;
width: 340px;
background: url(images/bg1.gif) top center no-repeat;
margin: 5px;
padding: 15px;
}

#cright {
float: right;
width: 340px;
background: url(images/bg1.gif) top center no-repeat;
margin: 5px;
padding: 15px;
}
#cmenu {
float: right;
width: 340px;
background: url(images/bg1.gif) top center no-repeat;
margin: 5px;
padding: 15px;
}
#f1 {
font-size: 10px;
text-align: center;
color: #999999;
}
#footer {
width: 779px;
height: 42px;
background: url(images/footer.jpg) no-repeat;
text-align: center;
line-height:42px;
color: #ffffff;
}
#footer a:link {
color: #ffffff;
border-bottom: 1px dotted #ffffff;
text-decoration: none;
}

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


h1 {
padding-left:20px;
line-height: 69px;
display: block;
background: url(images/h1.jpg) center no-repeat;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -1;
color: #389db3;
}

h2 {
/*padding-left:20px;
line-height: 49px;
display: block;
background: url(images/h2.jpg) center no-repeat; */
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -1;
color: #389db3;
}

h3 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -1;
color: #389db3;
}

.red {
color: red;
}

.pic {
margin: 5px;
}
