
a:link {
	color: #63A53A;
	/*font-weight: 300;*/
	text-decoration: underline;
}

a:visited {
	color: #63A53A;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #437420;
}

#banner {
	background: url(../../images/header_bg.png) no-repeat;
}

#banner #insert {
	background: url(../../images/computer_header.png) no-repeat;
}

#pageHeader {
	border-top-color: #63A53A;
}

#navcontainer #current,
#navcontainer ul li.act>a,
#navcontainer .cur a,
#navcontainer .cur-sub a {
	background: #63A53A;
	color: #ffffff;
}

#navcontainer #current:hover {
	background: #63A53A;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #63A53A;
	color: #ffffff;
}

#navcontainer a:hover {
	background: #63A53A !important;
}

#navcontainer ul ul a,
#navcontainer ul li.cur-sub ul a {
	color: #3A6320;
	background: #AAD780;
}

#navcontainer ul ul #current,
#navcontainer ul ul li.cur a {
	color: #FFFFFF;
	background: #AAD780;
}

#navcontainer ul ul .currentAncestor {
	background: #C7DFB8;
}

#navcontainer ul ul ul #current{
	background: #C7DFB8;
}

#navcontainer ul ul ul .currentAncestor {
	background: #C7DFB8;
}

#navcontainer ul ul  ul ul #current{
	background: #C7DFB8;
	color: #63A53A;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #ececec;
	color: #63A53A;
}

blockquote {
	background: #63A53A;
}

.blog-entry-title a {
	color: #1e77d3;
}

.album-title {
	color: #1e77d3;
}

.movie-page-title {
	color: #1e77d3;
}



#content h1 {
	text-align: left;
	margin-left: -20px;
	color: #63A53A;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	padding-left: 0px;
}

#content h1 a {
	text-decoration: underline;
}

#content h2 {
	text-align: left;
	margin-left: -20px;
	color:  #787878;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0px;
	padding-bottom: 8px;
}


#content h3 {
	text-align: left;
	color: #727272;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4em;
	padding: 0px;
}


#content ul {
	text-align: left;
	padding: 0px 0px 0px;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	list-style-image: url(../../images/icon_arrow.png);
}


#content ul li {
	text-align: left;
	padding: 0px 0px 0px;
	color: #666666;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.6em;
	list-style-image: url(../../images/icon_arrow.png);
	margin-left: 60px;
}


#content li a {
	color:  #63A53A;
	text-decoration: underline;
}

#content li a:visited {
	color:  #63A53A;
	text-decoration: underline;
}

#content li a:hover {
	color:  #48792A;
	text-decoration: underline;
}


/*--- 
 --*/


#content hr  {
  	margin: -16px -20px 4px;
	width: 460px;
	color:#C7DFB8 !important; 
}

#content p {
	margin-top: 8px;
}