body
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 150%;
	color: Navy;
}
h2
{
	font-size: 140%;
	color: Blue;
}
h3
{
	font-size: 130%;
	color: navy;
}
h4
{
	font-size: 120%;
	color: #4682b4;
}
h5
{
	font-size: 90%;
	color: gray;
}
h6
{
	font-size: 75%;
	font-weight: bold;
}
img
{
	border: 0px;
}
pre
{
	font-size: 90%;
}
.smartConsoleSetupLink
{
	font-size: 75%;
}
hr
{
	color: #4682b4;
}
#main
{
	position: absolute;
	left: 0px;
	top: 155px;
	margin: 2px;
	width: 100%;
	z-index: 0;
}
#leftSidebar
{
	float: left;
	/*margin: 2px;*/
	width: 125px;
	z-index: 0;
}
#content
{
	margin: 0 145px 0 140px;
	top: 0px;
	z-index: 0;
}
#rightSidebar
{
	float: right;
	width: 132px;
	z-index: 0;
}
#footer
{
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 75%;
	color: #a9a9a9;
}
#header
{
	margin: 2px;
}
#headerTop
{
	position: absolute;
	width: 100%;
}
#headerBottom
{
	position: absolute;
	left: 0px;
	top: 125px;
	margin: 2px;
	width: 100%;
    background:#7795BD url(images/bg_nav.gif) repeat-x;
	height: 2em;
	z-index: 100;
}
#blog th
{
	background-color: #B5C7DE;
	color: #284E98;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
#blog h6
{
	margin: 0;
}
.menu
{
	position: absolute;
	left: 0px;
	top: 125px;
	margin: 2px;
	z-index: 100;
}
.aboutOuter
{
	float: left;
	float: right;
	padding: 0 15px 0 15px;
}
.aboutLeftImage
{
	float: left;
	padding: 0 5px 0 5px;
}
.aboutRightImage
{
	float: right;
	padding: 0 5px 0 5px;
}
.newBlock
{
	clear: both;
}
.googleAd
{
	text-align: center;
}
.googleAdHeader
{
    margin: 30px;
}
.myCloudTime
{
    margin: 25px;
    width: 350px; 
    float: left;
}
.cssLogo
{
    width: 300px; 
    float: left;
}
.PoweredBy
{
    font-size: .7em;
}