body {
	margin: 0px;
	padding: 0px;
	text-align: center; 
}
img{
	border:0px;
}

/* positioning styles begin */
#wrapper {
	/*position:relative;*/
	margin: 0 auto;  
	padding: 0;  
	width: 771px;  
	text-align: left;
	background-image: url(/images/marginRepeat.jpg);
	background-repeat:repeat-y;
	margin-bottom: 0px;
}
#header {
	position: relative;
	min-height: 100%;
	width: 771px;
	height: 131px;
	margin-bottom: 0px;
}
#margin {
	background:url(/images/marginBkgd.gif) top right no-repeat;
	/*position: absolute;
	top: 131px;*/
	width: 179px;
	height: 420px;
	float:left;
}
#sideNav {
	/*position: relative;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a525f;
	line-height: 18px;
	margin-top:10px;
	/*width:165px;
	top: 50px;*/
}
/*content for all pages except home pages*/
#content {
	min-height:320px;
	height:320px;
	height:auto !important;
	position: relative;
	margin-top:20px;
	float:right;
	width: 580px;
	padding-bottom: 20px;
}
.navArrow{
	float:left;
	clear:both;
	margin-top:4px;
}
.navDiv{
	margin-left:27px;
}
/* positioning styles end */

/* content styles begin */
a, a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #41328d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #756d9d;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	color: #8a669e;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: -10px;
}
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	color: #5a525f;
	font-weight: bold;
	margin-left: 16px;
	margin-bottom: 8px;
}
h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	color: #531378;
	margin-left: 16px;
}
h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #531378;
	margin-left: 16px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 100px;
	color: #8a669e;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a525f;
	line-height: 18px;
	margin-left: 16px;
	margin-right: 15px;
}
.lineHeight {
	margin-top: -8px;
	margin-left: 25px;
	line-height: 17px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: 10px;
}
.marginBottom {
	margin-top: 246px;
}
.portrait {
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 3px;
}
.photo {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.vcfTitle, .vcfContent{
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	color: #5a525f;
	font-weight: bold;
	margin-top:15px;
}
.vcfContent{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.hidden{
display:none;
}
/* content styles end */

