body{
color:#000;
font-size: 12pt;
line-height:25px;
}
h4, h3, h2{
color:#3b2c55;
}

/* unvisited link */
a:link {
    color:#0099FF;
}

/* visited link */
a:visited {
    color:#0099FF;
}

/* selected link */
a:active {
    color:#0099FF;
}

/* hover over link */
a:hover {
    color:#0099FF;
}

/* Stuff for the Astro pages */

.astro a:link {
    color:#000099;
}
.astro a:visited {
    color:#000099;
}
.astro a:active {
    color:#0099FF;
}
.astro a:hover {
    color:#0099ff;
}
.column{
	width: auto;
	min-width: 44%;
	display: inline-block;
	padding-right: 2%;
	padding-left: 2%;
	vertical-align: top;
	background: inherit;
}

#node-78{
       width:100%;
}
#sidebar-second{
    width: 200px;
    padding-left: 120px;
}

.views-row-odd{
padding-left:30px;
}