/*
Contemplation Homes 
tree gold  #c6b067
text gold (darker) #966e1d
Red text #a7001d 
*/

a{
	font-size : 1em;
	text-decoration : none;
}

a:hover{
	text-decoration:underline;
}

a.menuitem{
	color : #333366;
	display : block;
	padding : 4px 0;
	width : 150px;
}

a.menuitem:link{
	color : #333366;
}

a.menuitem:visited{
	color : #333366;
}

a.menuitem:hover{
	/*background : #DFDBFF;*/
	color : #333366;
	text-decoration : underline;
}

a.menuitem:active{
	font-weight:bold;
}

a.submenuitem{
	border : 1px solid #333366;
	display : block;
	padding : 4px 0;
	width : 150px;
}

a.submenuitem:link{
	color : #333366;
}

a.submenuitem:visited{
	color : #333366;
}

a.submenuitem:hover{
	/*background : #DFDBFF;*/
	color : #333366;
	text-decoration : underline;
}

a.submenulink:active{
	color : #333366;
}

body{
	color : #333366;
	font-family : arial,helvetica,sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	/*background : #DFDBFF; */
	background : url(images/bg.gif) repeat-y;
}

h1,h2,h3,h4,h5,h6,h7{
	color: #333366;
}

table{
	/*background : #DFDBFF;*/
	border : 0; 
}

.center{
	text-align : center;
}

.submenu{
	/* top position set & modified locally in php for each submenu */
	/*background : #DFDBFF;*/
	border : 0;
	left : 120px;
	padding : 1px 1px 1px 1px;
	position : absolute;
	visibility : hidden;
	width : 150px;
}

#content{
	/*background : #DFDBFF;*/
	color : #333366;
	margin : 10px 20px 10px 20px;
	z-index : 3;
	font-size: 0.8em;
	/*height: 100%;*/
	/*background : url(bg.gif) repeat-y;*/
}

#header{
	/* container for logo */
	background : #0063A5;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : right;
}

#headerlogo{
  background-repeat: no-repeat;
  float: right;
}

#headertext{
    position: absolute;
	top: 30px;
	left: 20px;
	width: 70%;
	/*background : #DFDBFF;*/
	font-size: 2em;
	text-align : left;
	color: #FFFFFF;

}

img{
  border:none;
}

hr{
	color: #333366;
}

td.tdDark { 
	background-color:#FCFCFC 
}

td.tdLight { 
	background-color:#F6F6F6 
}





