
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:0px;
	width:545px;
	color:#6b5642;
	font-size:12px;
	font-family:Arial, sans-serif;
	background:#fff url(../images/bg_content.jpg) top left no-repeat;
}

body {	padding:15px; }



a {			color:#001b51; text-decoration:none; }
a:hover {	color:#632908; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; }


h1, .heading1,
h2, .heading2,
h2.short, .heading2short,
h3, .heading3,
h4, .heading4,
h5, .heading5,
h6, .heading6 {font-family:Arial, Sans-Serif; }




/*------------------------------------------------- subpage content -------------------------------------------------*/



/*---------------------- general subpage styles -------------------------*/
h1 {
	margin:0 0 20px 0;
	font-size:26px;
	line-height:30px;
	color:#632908;
	font-weight:normal;
}
h1 a:hover {
	text-decoration:none;
}
h1 * {
	font-weight:normal;
}

h2, .heading2,
h2.short, .heading2short {
	font-size:20px;
	line-height:25px;
	color:#632908;
	font-weight:normal;
	border-bottom:1px solid #6b5642;
	position:relative;
}
h2.short, .heading2short {
	width:50%;
}
h2 a:hover, .heading2 a:hover,
h2.short a:hover, .heading2short a:hover {
	text-decoration:none;
}
h2 *, .heading2 *,
h2.short *, .heading2short * {
	font-weight:normal;
}

h3, .heading3 {
	font-size:18px;
	line-height:20px;
	color:#632908;
	font-weight:bold;
}

h4, .heading4 {
	font-size:18px;
	line-height:20px;
	color:#632908;
	font-weight:normal;
}



p {
	padding:5px 0;
}

ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
ol {
	margin-left:30px;
	margin-bottom:10px;
}
li {
	padding:4px 0;
}

table {border:none;}




/* ---------------------------------------- photo borders -------------------- */
img {
	padding:1px;
	background:#fff;
	border:1px solid #7d6c5b;
}

