﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFF7;
    font-size: 1em;
	font-family: 'Alegreya';
    margin: 0px;
    padding: 0px;
    color: #181818;
	background-image:url('gras_small.jpg');
	background-attachment:fixed;
	line-height:1.6;
}


h1
{
	font-weight:600;
	font-size:1.6em;
}

h2
{
	font-weight:600;
	font-size:1.4em;
}

h3
{
	font-weight:600;
	font-size:1.2em;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: rgba(255,255,255,0.97);
    margin: 0px auto 0px auto;
    border: 0px solid #666666;
	border-top-width:1px;
	border-bottom-width:1px;
    min-height: 510px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #444;
	box-shadow: 0px 5px 5px #444;

}

.header
{
    position: relative;
    color: #000000;
    width: 100%;
	height:220px;
}


.topLinks
{
	width:960px;
    color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	background:rgba(0,0,0,0.4);
	height:40px;
}

.main
{

    margin: 25px 25px 25px 25px;
	min-height:500px;
 
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    font-size: 1.2em;
	font-family: 'Alegreya';
	width:960px;
    color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	background:rgba(0,0,0,0.4);
	height:70px;

}

.footer a
{
	text-decoration:none;
	color:#FFFFFF;
}

.footer a:hover
{
	color:#00AA00;
	padding-top:2px;
}

.copyright
{
    color: #999999;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	background-color: #DFDFDF;
	font-size:10px;
	width:960px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}



.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
