/* main sections*/
#logo {
	margin: 0px 0px 30px 0px;
	height: 80px;
}

.sectionTitle_landing
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 1px;
	color: #646a09;
	margin:140px 0px 0px 1px;;
	border-bottom: 1px solid #D9D7B9;
	}

#sectionTitle
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 1px;
	color: #646a09;
	margin:20px 0px 0px 1px;;
	}
	
#sectionTitle02
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 1px;
	color: #646a09;
	margin:20px 0px 0px 1px;;
	border-bottom: 1px solid #D9D7B9;
	}

#navBar{
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}


/* HTML tag styles*/

/* main subnav*/
a{
	font-family: Arial,sans-serif;
	color: #003366;
	font-size:12px;
	line-height: 1;	
	padding: 0px;
	text-align:left;
	text-decoration: none;
}

a:link, a:visited{
}

a:hover, a#current{
	color: #003366;
	text-decoration: none;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d9d7b9;
	text-decoration:none;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #d9d7b9;
	border-left: 1px solid #d9d7b9;
	border-right: 1px solid #d9d7b9;
	padding: 5px 0px 15px 5px;
	height: 15px;
	color:#646a0f;
	
}

.sectionLinks a:hover, 
.sectionLinks a#current {
    color: #003366;
	background-color:#d9d7b9;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 10px 0px -7px 0px;
	padding: 0px 0px 10px 5px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	margin-bottom: 7px;
	padding-left: 5px;
	display: block; 
	color:#646a0f;
	border-left: 10px solid #d9d7b9;
}

.relatedLinks a:hover,
.relatedLinks a#current {
	color: #003366;
	border-color: #646a0f;
}

/*********** #button01 ***********/

.button01{
	position: relative;
	margin: 20px 80px 20px 80px;
}

.button01 a {
	display: block;
	border: 2px solid #d9d7b9;
	background-color: #fffef2;
	color:#646a0f;

}

.button01 a:link,
.button01 a:visited {
	padding: 20px 0 20px 0;
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	color:#646a0f;
	text-decoration:none;
}

.button01 a:hover, 
.button01 a#current {
    color: #003366;
	background-color:#d9d7b9;
}



