body {
	background-color: #336666; 
}

html { min-height: 100%; margin-bottom: 1px;
}

h1 {
	color : #996666;
	font-size: 1.4em;	
}

h2, h3, h4, h5 {
	color : #669999;
	font-size: 1.3em;	
}

/* line height */
p { 
	line-height: 175%
}  

li { 
	line-height: 150%;
	list-style: url(../images/heart.gif);
}  

/* end line height */

/* links */

a {
	color: #000080;
}

a.visited {
	color: #008000;
}

a.hover {
	text-decoration: none;
}

a.active {
	color: #000080;
}
/* end links */

/* images */	
img {
	border: none;
}
	
.floatright {
	float: right;
	margin: 0 0 0px 10px;
	border: none;

}

.floatrightpic {
	float: right;
	margin: 0 0 0px 10px;
	border: none;
	text-align: center;
}

.floatleft {
clear: left;
	float: left;
	margin: 0 0 10px 0px;
	border: none;

}

.floatleftpic {
clear: left;
	float: left;
	margin: 0 10px 10px 0px;
	border: none;
}
/* end image */

/* box  */
.boxright {
float: right;
width: 150px;
font-size: .9em;
margin: 0 0 10px 10px;
border: 1px solid #b2cccc;
text-align: center;
padding: 3px;
background-color: #E0EBEB;
}

.boxright>p {
line-height: 110%;
}
/* end box */

.heartbanner {
background-image: url(images/heart.gif);
background-image: url(../images/heart.gif);
background-repeat: repeat;
line-height: 9px;
}

.redbold {
color: #ff0000;
font-weight: bold;
font-size: .9em;
}

 #imagecontainer {  
width: 100%;  
text-align: center; 
}

#imagecontainer a { 
color: #fff
}

.whitefont {
color: #fff;
}

/* navigation menu */
a.menu {
	display: block;
	width: 135px;
	color: #003399;
	padding: 3px;
	font-weight: normal;
	font-size: .8em;
	text-decoration: none;
	border-bottom: 1px solid #991A00;
}
		
a.menu:hover {
	border-bottom: 1px solid #00991A;
}

#menu ul {
	list-style:none;
	margin-left:0;
	padding:0;
	width: 100%;
}

#menu li, #menu li:hover{
	position:relative;
}

#menu li ul{
	position:absolute;
	top:0;
	left:0px;
	display:none;
}
/* end navigation menu */

/* 3 column table-less */
#container {
	width: 758px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #fff;
	color: #404040;
	font-family: verdana, arial, sans-serif;
	font-size: .9em;			
		}

#banner {
	padding: 0px;
	margin-bottom: 5px;
	background-color: #99CCCC;

}

#content {
	padding: 10px;
	/*margin-left: 160px;*/
	background-color: #fff;
	font-size: .9em;
	background-image: url(../images/bgbear.gif);
	background-repeat: no-repeat;
	background-position: top; background-position: center;


}

/*
#sidebar-a {
	float: left;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}


#sidebar-b {
	float: right;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0;
	margin-left: 5px;
	padding: 10px;
	background-color: #fff;
	font-size: .8em;
	vertical-align: top;
	text-align: right;
}
*/

#footer {
	clear: both;
	padding: 2px;
	margin-top: 5px;
	background-color: #fff;
	font-size: .8em;
	text-align: center;
}
/* end 3 column table-less */
