/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.maincontent {
	width: 100%;
}

.loginsection {
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
	width: 10%;
}

.rightcontent {
	width: 200px;
}

/* copy of tableheader */
.rightborder {
	background-color: #FFFFFF; 
	background-image: url(../img/rightborder.jpg);
	vertical-align: top;
	width: 73px;
}

.menusubsection {
	background-color: skyblue;
	text-align: center;
}

.menusubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 14px; 
	color: #666;
}

a.lightlink:link, a.lightlink:visited { 
	font-variant: normal;
	font-size: 12px; 
}

.logo {
	width: 325px;
}

.spacercol {
	width: 10px;
}

.news {
	width: 100%;
}

div.factbox { text-align: left; border: thin silver solid; margin-left: auto; margin-right: auto; width=90%; padding: 0.5em; }

ul#factbox {
  margin-left: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2em;
}

#maintitle {
	font-family:lucida handwriting, georgia, cursive;
	font-variant:small-caps;
}

.mmaintitle {
	font-family:lucida handwriting, georgia, cursive;
	color: #666666;
	font-style: italic;
}

/* Overrides for the Regroup Person Profile mod */
.datatable {	margin-bottom: 1em; }
#pub-innermenu { margin-bottom: 1em; } 
#tngmenu { margin-top: 2em; }

/* Overrides for the Regroup Family Profile mod */
#familygroup .titlebox { margin-bottom: 1em; margin-top: 1em;}

@media (max-width: 700px) {
	.section {
		display: inline;
	}
}


