/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
 hr {
	border: 0;
	width: 100%;
	background-color: #052147;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
a:link, a:active, a:visited{
	color: #00A0C6;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	margin-top:0px;
}
#logo {
	position:absolute;
	text-align:center;
	width:750px;
	top:0px;
}
#content {
  	position: absolute;
	width: 525px;
	top: 190px;
	left: 0px;
}
#sidenav {
    position:absolute;
  	width: 194px;
	top: 190px;
	left: 545px;
}

.gembrands{

}
.blogTitle{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
a.blogTitle:link, a.blogTitle:active, a.blogTitle:visited{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.blogTitle:hover{
	color:#FF1A00;
	background-color: #FFFFFF;
	text-decoration: none;
}
.date{
	font-weight: bold;
}
.publisher{
	
}
.pageHeading{
	position:absolute;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	top: 5px;
	right: 40px;
	text-align:right;
}
.titles{
	/* dont think this one is used anywhere on the site */
	color:#FF0000;
}
.sideNavHolder{
	color:#052147;
	width: 194px;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:5px;
	margin-top:5px;
	background-image:url(images/sidenav_bknd.jpg);
	background-repeat:repeat-y;
}
.sideNavArrow{
	margin-right: 20px;
	margin-top: -15px;
}
a.sideNav:link, a.sideNav:active, a.sideNav:visited{
	color:#052147;
	font-weight:normal;
	display:block;
	width:150px;
	height:auto;
}
a.sidNav:hover{
	color:#052147;
	font-weight:bold;
	display:block;
	width:150px;
	height:auto;
}
a.months:link, a.months:active, a.months:visited{
	margin-left:15px;
}
#months {
	margin-top:5px;
}





