html,body
{
	font-family: Times New Roman, Arial;
	background-color: #2d3e24;
	font-size:14px;
	color:#535c2b;
	background-image: url(../image/bodyBackground.jpg); 
	background-repeat: repeat-x; 
	margin-top:14px;
	height:100%;
}

div#masterContainer
{ 
	width:715px;
	margin:0 auto;
}

div#pod-1-background
{
	background-color:#537043;
	width:100%;
}

div#pod-2-background 
{
	background-image: url(../image/header1.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:59px;
}


div#pod-3-background 
{
	background-image: url(../image/header2.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:220px;
}

div#pod-4-background 
{
	background-image: url(../image/mainBackground.jpg);
	background-repeat: repeat-y;
	width:100%;
/*	height:402px;*/
	height:402px;
}

div#pod-5-background
{
	background-color:#cbd59b;
	width:100%;
}

div#pod-6-background
{
	background-color:#afb97e;
	width:100%;
}

div#splash-position
{ 
	position:relative; 
	top: -34px; 
	left: 294px;  
	height:0px;
}

div#menuNav-background
{
	background-image: url(../image/menuBar.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:48px;
}




div.borderA
{
	border-color:#95a54d;
	border-style:solid;
	border-width:6px;
}
/*
div.borderB
{
	border-color:#95a54d;
	border-style:solid;
	border-width:5px;
}
*/
div.hSpacer
{
	padding:5px;
	float: left;
}

div.vSpacer
{ 
	padding:5px;
}

div.spacer-1px
{ 
	padding-top:1px;
	padding-bottom:1px;
}

div.padding
{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

img.border
{
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
}

hr {
	border:0;
	width:100%;
	color:#afb97e;
	background-color:#afb97e;
	height:1px;
}

div.txt-standard
{
	font-size:12px;
	font-style:normal;
	color:#415e8b; 
	text-align:justify;
}

div.txt-heading
{
	font-style:normal;
	font-weight:bold;
	color:#415e8b;
}

div#txt-copyright
{ 
	font-size:12px;
	font-style:normal;
	color:#79936c;
}

/* Text Link 1 */
div.txt-link1
{
	font-size:18px;
}

.txt-link1 A {
	color:#ffffff;
	text-decoration: none;
	position: relative; top: 12px; left: 0px; 
	padding: 12px 10px 14px 10px;
	height:48px;
}

.txt-link1 A:hover {
	background-image: url(../image/menuBarHover.jpg);
	background-repeat:repeat-x;
	color:#5a7763;
	text-decoration:none; 
	width:100%
}

/* Text Link 2 */
div.txt-link2
{
	font-size:16px;
}

.txt-link2 A {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

.txt-link2 A:hover {
	color:#5a7763;
	text-decoration:none;
	background-color:#c6d18f;
}

/*
.txt-link2 A {
	color:#7a9dbc;
	text-decoration: underline; 
}

div.txt-link2 A:hover {
	color:#405161;
	text-decoration: none; 
	
}
*/


