html {
	height: 100%;
	margin-bottom: 0px;
}
body {
    color: #000;
	background: #6a4717 url(../images/lines1.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-family: 'Pontano Sans', sans-serif;
	height: 100%;
}
td,th {
	color: #000;
	background-color: #fff;
}
.cvsection {
	text-align: left;
}
.collapsed {
    display: none;
	clear: both;
}
h1 {
    padding: 25px 0px 0px 0px; 
    margin: 0px; 
    text-align: center;
}
h2 {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 1em;
}
h3 {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 1.3em;
}
h4 {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: large;
	/* border-bottom: #497aa2 solid 2px; */
	display: table-cell;
	margin: 3px 3px 25px 3px;
	text-align: center;
	font-size: 1em;
	float: left;
	clear: left;
}
h4 a:link {
    color: #000;
	padding: 0px 2px 3px 30px;
	background: url(../downarrow.gif) no-repeat;
}
h4 a:visited {
    color: #000;
}
h5 {
	font-size: 0.9em;
	margin-bottom: -10px;
	clear: left;
}
p {
	margin-left: 50px;
}
a {
    color: #497aa2;
	text-decoration: none;
}
ul {
	margin-left: 50px;
}
.togglebutton{
    display: none;
	margin-right: 10px;
	padding-top: 1.3em;
	float: left;
	clear: left;
}
.togglebutton img{
	width: 15px;
	height: 15px;
	border: #9bb24a solid 2px;
}
.maincontainer{
	width: 820px;
	margin: 0px auto;
	background: url(../images/bkgrfade2.png) repeat-y;
	min-height: 101%;
}
.main {
	position: inherit;
	min-height: 101%;
	height: inherit;
	width: 742px;
	margin: 0px auto;
	padding: 0px 15px 0px 15px;
	text-align: center;
}
.toplinks {
	margin: 0px auto;
        font-size: 0.8em;
        display:block;	
}
.toplink {
	border: #6a4717 solid 3px;
	padding: 3px 10px;
	margin: 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Droid Serif', 'Times New Roman', serif;
	color: #000;
	background-color: #fff;
}
.toplink:hover {
	color: #497aa2;
	background-color: #fff;
}
table {
    margin-bottom: 20px;
}