*{margin:0; padding:0;}

body {
font-family: 'Palatino Linotype';
font-size: 12px; 
background: #dfdfdf url(images/bg.jpg) repeat-y top center;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #5C6783; text-decoration: none; }
a:hover { text-decoration: none; color : #880000; }

img{ border: none; padding: 6px; } 
img a{border:none;} 

ul { list-style-type: none; }

#page {
width: 800px;
margin: 0 auto;
}

#header { 
background-color: #5C6783;
height: 200px;
}
#header h1 {
font-size: 27px;
font-weight: 100;
padding: 20px 0 0 30px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #BFD5FF;
}
#header h2 {
color: #fff;
font-size: 27px;
font-weight: 100;
padding: 7px 0 0 30px;
}
#header h3 {
font-family: 'Palatino Linotype';
font-size: 20px;
font-weight: 100;
padding: 20px 0 0 30px;
}
#header h3 a {
color: #fff;
}
#header h3 a:hover {
color: #BFD5FF;
}
#wrapper {
padding: 0 20px 0 0;

}

#content {
float: right;
width: 580px;
padding-top: 20px;
padding-bottom: 10px;
}

#sidebar {
float: left;
width: 220px;
padding-bottom: 100px;
}

#footer {
margin: 0 auto 10px auto;
background: #fff url(images/footer.jpg) no-repeat;
height: 50px;
line-height: 50px;
font-weight: 100;
font-size: 12px;
text-align: center;
color: #fff;	
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content h2 {
font-weight: 100;
font-size: 14px;
margin: 0 0 4px; padding: 0 0 3px; 
color: #999;
}

#content h3 {
font-size: 14px;
color: #000066;
}

#content h4 {
font-size: 15px;
color:#666666;
}
#content h5 {
font-size: 11px;
font-style: normal;
color: #000000;
}

mark.blue {
    color: #000066;
    background: none;
}


#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar img { padding: 0; margin: 0; }
#sidebar ul {
    list-style-type: none; 
}

#sidebar h2 {
    background: #FBD499 url(images/sidebarh2.jpg) no-repeat;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 13px;
    margin: 20px 0 0 0; padding: 0 0 0 20px; 
    color: #fff;
}

#sidebar ul {
padding: 10px 0 5px 20px;
}

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 23px;
}
#sidebar ul li a { font-family:'Palatino Linotype'; font-size: 15px; font-weight: 600; }

/* Style buttons */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}
