/*------------------- LINKS -------------------*/

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*====================================== PAGE LAYOUT ======================================*/
body 
{
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #6a6a6a;	
	
	background-image: url(../images/site/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #b8bcc4;
}

td 
{
	font-size: 10pt;
	line-height: 1.4em;
}

#pageContainer 
{
	padding: 0;
	margin: 0;
	background-image: url(../images/site/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerBg
{
	border-bottom-color: #bbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	

/*------------------- NAVIGATION -------------------*/
.navButton 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	
	position: relative;
	display: block;
	height: 23px;
	
	border-right-color: #bbb;
	border-right-width: 1px;
	border-right-style: solid;	
}
a.navButton:link, a.navButton:visited 
{
	text-decoration: none;
}
a.navButton:hover 
{
	color: #fff;
	text-decoration: none;	
	/*see monthly color stylesheets for background-color on rollover*/
}

/*------------------- FOOTER -------------------*/
.footer
{
	font-size: 8pt;
}

a.footer:link, a.footer:visited
{
	color: #6a6a6a;
	text-decoration: none;
}

a.footer:hover
{
	color: #6a6a6a;
	text-decoration: underline;
}

.footerClass
{
	font-size: 8pt;
}

/*====================================== MISC STYLING ======================================*/
.heading1
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
	font-size: 15pt;
	font-weight: bold;
}

.heading2
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
