/* Setup for universal classes, applies to all pages */

body {
	margin:0px;
	font-family: tahoma, arial, sans serif;
	color: #000000;
        background-color: #decfc6;
}

div.main {
	width: 725px;
	margin-left: 50px;
	background: #ffffff;
	font-size: 11pt;
	border-right: 3px solid #600103;
	border-left: 3px solid #600103;
}

div.logomenu {
	width: 145px;
	float: left;
	margin: 25px 0px 10px 20px;
	background-color: #ffffff;
}

div.logomenu p {
	margin: 0px;
	padding: 3px;
}

div.logomenu a:link {
        color: white;
        border: 0px;
}

div.logomenu a:visited {
        color: white;
        border-bottom: 0px;
}

a img {border: none;}

div.header {
        margin: 0px 0px 0px 175px;
        float: auto
}


div.pagetitle {
	font-size: 13pt;
        font-weight: bold;
        margin: 1em 0px 1em 0px;
        color: #600103;
}

img.photo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 30px;
}

div.backto {
        float: right;
        font-size: 10 pt;
        font-style: italic;
        color: #a96962;
}

div.backto a {
       color: #a96962;
       text-decoration: none;
       font-weight: normal;
}
        

div.maintext {
	margin-left: 180px;
	padding: 0px 15px 15px 15px;
	width: 485px;
	font-size: 11pt;
        background: url(graphics/heart_lg.jpg) repeat 0 0;
}

div.maintext p {
	margin-left: 0em;
	margin-right: 0em;
}

div.maintext a {
	color: #600103;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}

div.pagedivider {
        float: center;
}
        

/* Class setup for page that lists members */

table.members td {
        text-align:left;
        padding: 0px 50px 0px 0px;
}

table.members a:hover {
       
}

div.footer {
       text-align: left;
       padding-left: 75px;
       font-size: 10pt;
       color: #a96962;
}

div.footer a {
       color: #a96962;
       text-decoration: none;
       font-weight: normal;
}


/* Class setup for member profile pages */ 

div.contactinfo {
	color: #600103;
	font-weight: bold;
	font-size: 11pt;
}

div.profilephoto {
        float: right;
        margin-left: 1em;
        margin-bottom: 0em;
        margin-right: 2em;
}






