﻿
body { 
	font-size: 14px;
	font-family: Calibri, Arial, helvetica, sans-serif;
	line-height: 18px;
	color: #000000; 
	background-color: #E8E6D5;
	margin: 0px; 
	text-align: center;
	padding: 20px 0 40px;

	}


#container-page {
  margin: 0 auto;
  width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
} 
p { 
	font-family: Calibri, Arial, helvetica, sans-serif;
	margin-top: 0px; 
	}
a:link { 
	color: #5C0F0F;
	}
a:visited { 
	color: #5C0F0F;
	}
a:hover, a:active { 
	text-decoration:none;
	color: #5C0F0F;
	}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -------------------
CUSTOM
-----------------------*/

p
{
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}
 
h1
{
	font-size: 22px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #18242E;
}
h2
{
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-bottom: 8px;
	font-weight: bold;
}
h4
{
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	font-weight: bold;
}


.minheight
{
	height: 400px;
}

.topbanner
{
	/*background-image: url('../images/gprc-banner.jpg');*/
	height: 146px;
	width: 900px;
}
.promobanner
{
	text-align: right;
}

.leftnav
{	
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 20px;
 	background-color: #819498;
	width: 230px;
	line-height: 26px;
	color: #FFFFFF;
	font-family: Calibri, Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
 	font-stretch: wider;

}
.leftnav a
{
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
}
.leftnav a:visted
{
	color: #fff;
	text-decoration: none;
}
.leftnav a:hover
{
	text-decoration: underline;
}
.leftnav-contactinfo
{
	line-height: 18px;
	padding-top: 5px;
	padding-left: 14px;
	text-align: left;
	color: #40404F;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
 	
 }/*letter-spacing: -0.05em;*/
 .leftnav-contactinfo a
{
	color: #40404F;
	text-decoration: none;
}


.container-masthead
{
	background-color: #FFFFFF;
	width: 670px;
	text-align: left;	
}

.container-content
{
	background-color: #FFFFFF;
	width: 670px;
	text-align: left;
	padding: 19px;
}
.container-content td
{
	text-align: left;
	vertical-align: top;
}

.welcome
{
	text-align: center;
	color: #40404F;
	font-family: Georgia, Times New Roman;
	font-size: 16px;
	font-style: italic;	
	letter-spacing: -0.05em;
	padding-top: 10px;
	padding-bottom: 20px;
}

.indented
{
	margin-left: 20px;
}
.centered
{
	text-align: center;
}

.sans-serif
{
	color: #40404F;
	font-family: Georgia, Times New Roman;
	font-size: 16px;
	font-style: italic;	
	letter-spacing: -0.05em;
}
.columntitle
{
	text-align: center;
	padding: 10px;
	background-color: #18242E;
	color: #fff;
	font-family: Georgia, Times New Roman;
	font-size: 16px;
	font-style: italic;
}
.columntitle td
{
	text-align: center;
}
.column
{
	width: 307px;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 14px;
	font-family: Calibri, Arial, helvetica, sans-serif;
	line-height: 18px;
	
}
.columndivider
{
	width: 19px;
}

.footer
{
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	padding: 8px;
}
/*.footer
{
	width: 693px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	padding: 8px;
}

.footer a
{
	color: #fff;
	text-decoration: none;
}
.footer a:visted
{
	color: #fff;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}
*/