* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;	
	width: 975px;
	margin: auto; 
}

h1 {
    margin: 0px 0 10px 0;
    font: 24px;
    color: #477fba; 
}

h2 {
    margin: 0px 0 10px 0;
    font: 18px;
    color: #477fba; 
}

h3 {
    margin: 0px 0 10px 0;
    font: 16px; 
    color: #477fba; 
}

p {
    padding: 8px 0;
    color: #444444;	
}

a {
    color: #FF6600;
    text-decoration: underline;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

img {
    border: none;
}

#page_header   {
    height: 94px;
	border-bottom-style: solid;
    border-color: #477fba;	
	border-width:2px;
}

#top_nav ul li{
    list-style: none;
	float:right;
}
            
#top_nav  a{
	text-decoration: none;
	float: left; 
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
    margin: 30px 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #69AD36;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(#69AD36, #d6f5d6); 
}

#logo {
    display: inline;
	position: relative;
}

#stream, #stream a {
    display: inline;
    font-family: Ubuntu, "Arial"; 
    color: #477fba; 
    font-weight: 600; 
    font-size: 60px; 
    text-decoration: none; 
    text-shadow: 0.05em 0.05em 0.05em #666666;
}

#onetwoone, #onetwoone a {
    display: inline;
    font-family: Ubuntu, "Arial"; 
    color: black; 
    font-weight: 900; 
    font-size: 55px; 
    text-decoration: none;
}


#logo_text {
    color: #477fba;
    font-weight: bold;
	font-size: 15px;	
}

#main_content {
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
}

#main_content ul, ol, li {
	margin-left: 12px; 
}

.box img {
    padding-top: 5px;
}

.boxleft1 {
    float: left;
    width: 330px;
}

.boxright1 {
    float: right;
    width: 495px; 
}

.clearing {
    clear: both;
}

#footer {
    clear: both;
    text-align: center;
    border-top-style: solid;
    border-color: #477fba;
    border-width:2px;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}

.feedburnerFeedBlock
{
background: #5794E6 
}

.FeaturedPostsBlock  {
    width: 285px;
    background: #477fba;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 10px;
    box-shadow:5px 5px 10px #334455;
    -webkit-box-shadow:5px 5px 10px #334455;
    -moz-box-shadow:5px 5px 10px #334455;
}

.FeaturedPostsTitle {
    border-bottom-style: solid;
    border-color: #69AD36;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    line-height:35px;
}

.FeaturedPostsTitle a {
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.FeaturedPosts {
    color: #ffffff;
}

.FeaturedPosts a {
    color: #ffffff;
	text-decoration: none;
}

.FeaturedPosts a:hover {
    color: #ffffff;
	text-decoration: underline;
    }

