html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}

.logo {
	position: absolute;
	top: 15px;	
	left: 20px;
	padding: 2px;
}

.logoright {
	position: absolute;
	top: 25px;	
	right: 87px;
}

a {
	text-decoration: none;
}

a:link    { 
	color: #669999;
}

a:active  { 
	color: #601853; 
	font-size: 120%;
}

a:visited { 
	color: #669999; 
	font-size: 100%;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	font-style: italic;
	color: #601853;
	text-align: left;
	border-bottom: #999999 dotted 1px;
}

h2 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #669999;
	text-align: left;
}


h3 {
	font-size: 1em;
	text-align: center;
	border-bottom: #999999 groove 1px;
}


.leftside {
	position: absolute;
	top: 193px;	
	left: 27px;
	width: 245px;
	text-align: justify;
}

p.menutxt {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: white;
	border-bottom: #999999 groove 1px;
	text-align: center;
}

p.submenu {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	line-height: 8px;
}

p.urhere {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 13pt;
	color: #601853;
	background-color: white;
	border-bottom: #999999 groove 1px;
	text-align: center;
}


p.sidebarwht {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: large;
	background-color: white;
	padding: 5px;	
	text-align: justify;
}

p.sidebartxt {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: large;
	background-color: white;
	padding: 5px;	
	border: #999999 dotted 2px;
	text-align: justify;
}


.center {
	position: absolute;
	top: 25%;
	left: 30%;
	width: 55%;
	text-align: justify;
	height:100%;
}


p.main {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: white;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;

}

p.resume {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11pt;
	background-color: white;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

p.resumedate {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	background-color: white;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 0px;
}

li.noindent {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: white;
	font-size: 10pt;
	padding: 3px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 22px;
}

li.indented {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: white;
	font-size: 10pt;
	text-align: left;
	margin-left: 20px;
	margin-right: 40px;
}

p.topper {
	font-size: 10pt;
	text-align: right;
}

p.footer {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	border-top: #999999 groove 1px;
	line-height: 20px;

}