body {
	margin:0;
	padding:0;
	background:#fff url(repeat.gif) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	

a {
	color:#9F7043;
}

a:hover {
	color:#9F7043;
	text-decoration:none;
}	

h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Times;
	font-weight:normal;
	font-size:25px;
	color:#333;
}

p {
    text-align:justify;
	text-indent:10px;
	padding-left:10px;
	font-family:Times;
	font-size:14px;
}

table {
	width:100%;
	border-collapse:collapse;
	margin-left:20px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}	


#container {
	width:762px;
	margin:0 auto;
}

#header {
	background:url(header.jpg) no-repeat;
	height:166px;
	border-bottom:1px solid #ccc;
	overflow:hidden; 
}

#header h1, #header h2 {
	color:#fff;
	padding:115px 0 0 10px;
	font-size:3.5em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	

#leftcol {
	float:left;
	width:490px;
}

#rightcol {
	width:240px;
	float:right;
}

#rightcol h1 {
	font-size:25px;
	padding-left:20px;
	font-weight:normal;
	font-family:Times;
}	

img.portrait {  
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	font-size:14px;
	list-style:none;
	font-family:Times;
}	

#nav {
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}


	
	
