﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 16px;
}




a
{
    text-decoration: none;
	color: #125687;	
	font-weight:bold
}
a:hover
{
    text-decoration: underline;
    color: #0077c6;
}
h2
{
    font-family: Tahoma;
    font-weight: bold;
    color: #005170;
    margin-top: 0px;
    font-size: 18px;
    line-height: 120%;
}

h2 a
{
    font-family: Tahoma;
    font-weight: bold;
    color: #005170;
    margin-top: 0px;
    font-size: 18px;
    line-height: 120%;
}
#divMain
{
    margin: 0px auto;
    border: none 1px red;
    
}
#divContent
{
    margin: 0px auto;
    border: none 1px red;
    width: 800px;
    min-height: 600px; /*remove this*/
}
.header
{
    background-image: url(images/BlogHeader.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 800px;
    height: 175px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.topmenu
{
    background-image: url(images/top_menu_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
   
    height: 41px;
    font-family: Tahoma;
    font-size: 15px;
    text-align: center;
}
.topmenu ul
{
    margin: 0px;
    padding: 10px 0px 0px 60px;
    list-style-type: none;
}
.topmenu ul li
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 140px;
}
.topmenu ul li a
{
    color: White;
    text-decoration: none;
}
.topmenu ul li a:hover
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

/*
Post Title Link
*/
/*#posttitle #posttitlelink { color:#005170; font-family: Tahoma; font-size:22px; margin-bottom:5px;}*/





#divInfo
{
    float: left;
    width: 480px;
    border: none 1px green;
    font-family: Verdana;
    /*color: #525152;*/
	/*text-align:left;*/
    color: #141414;
    font-size: 12px;
    line-height: 140%;
}


#divSideBar
{
    float: right ;
	vertical-align:top;
    border: none 1px green;
    width: 300px;
}
.sidebarHeading
{
    border-bottom: solid 4px #8C9E29;
    color: #8C9E29;
    font-family: Arial;
    height: 20px;
    padding: 8px;
    font-weight: normal;
    font-size: 18px;
}
.sidebarItems
{
    margin-left: 10px;
    min-height: 140px;
}
.sidebarItems a
{
    color: #29496B;
    display: block;
    font-weight: bold;
    font-size: 22px;
    font-family: Times New Roman;
}

.sidebarItems a:hover
{
    text-decoration: none;
    color: #E57200;
}

#divFooter
{
    border-top: solid 4px #183C5A;
    width: 800px;
    height: 40px;
    margin: 20px auto;
    padding-top: 6px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
#bloggers
{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:12px;
	text-align:left;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


