body {
	background-color: #3d3965;
	font-size : 0.9em;
}

#userArea
{
	float: right;
	margin-top: 0px;
	padding-right: 0px;
	width : 24%;
	height : 44px;
	background-color: #ffffff;
                overflow: hidden;
}

#leftmenu {
	font-size : 0.85em;
	float: right;
	width : 18%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 20px;
	overflow: hidden;
                background-color: #f0f0ff;
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
	color: #666666;
}

#leftmenu ul a:hover
{
	color: #666666;                
}

#leftmenu h3 {
	border-bottom-color: #adadad;
                color: #529e00;
}

/* The masthead sits at the top of the page.*/
#masthead 
{
	background-image: url(http://blogs.msdn.com/photos/mfp/images/656787/original.aspx);
                background-repeat: no-repeat;
                background-color: #ffffff;
	width: 98%;
	height: 50px;
}
#content
{
	width: 98%;
	padding: 0px 0px 24px 0px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#nav
{
	width: 98%;
                padding: 0px 0px 0px 0px;
}

#main {
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 0px;
	width: 75%;
	overflow: hidden;
}

#title
{
	left: 0px;
	top: 0px;
	width: 75%;
	height: 50px;
	text-align: left;
	font-size: 17px;
                font-weight: bold;
	color: #ffffff;


     filter:progid:DXImageTransform.Microsoft.Gradient(
                startColorstr=#882222,
                endColorstr=#ffffff,
                gradientType=1);

}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #882222;
	font-size: 22px;
	text-align: left;
                font-weight: bold;
                background-color: #ffffff;
}

#title h1
{
	text-align: left;
                background-color: #ffffff;
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #aa55555;
}

#welcome
{
	color: #aa5555;
	text-align: right;
	background-color: #ffffff;
                overflow: hidden;
                height: 8px;
}

#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover
{
	color: #aa5555;
}

.post
{
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
}

.posthead
{
	border-color: #adadad;
}

.postfoot 
{
	border-color: #adadad;
}



div.source{
        FONT-SIZE: 8pt;
        font-family: Andale Mono, Courier New, monospace;
        background: #dddddd; 
        padding: 3px 3px; 
        cursor: text; 
        margin-top: 1em; 
        margin-bottom: 1em; 
        MARGIN-LEFT: auto;
        color: #000066; 
        border-width: 1px; 
        border-style: solid; 
        border-color: #bbbbbb 
}

div.float {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  }  

div.quote {
  FONT-SIZE: 12pt;
  border-color: #bb0000; 
  border-width: thin;
  border-style: solid; 
  }

div.floatRight {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  }  

/* News */
#news{
margin: 12px;
padding: 0px;
border: 0px dashed #999999;
}

