/* --- classes --- */

/* default */
body {
	margin: 0;
	background-color: #CCCC99;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	font-size: 12px;
}

/* large heading */
.lhead {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* medium heading */
.mhead {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* vertical dotted line */
.verticalbar
{
	width: 1px;
	background-image: url(/images/verticalbar.gif);
	background-repeat: repeat-y;
}

/* horizontal dotted line */
.horizontalbar
{
	height: 1px;
	background-image: url(/images/horizontalbar.gif);
	background-repeat: repeat-x;
}

/* link */
a { 
	color: #800000;
	text-decoration: none; 
}

/* link hover underline */
a:hover {
	text-decoration: underline;
}

/* cv contact info at top */
.cvcontact {
	padding-right: 10px;
}

/* cv large heading */
.cvlhead {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

/* cv medium heading */
.cvmhead {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

/* cv to-from dates on left */
.cvdate {
	font-size: 12px;
	padding: 0 20px 0 20px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

/* cv items */
.cvitem {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 5px;
	color: #202020;
}

/* cv skills list below items */
.cvskill {
	font-size: 10px;
	color: #202020;
}

/* --- ids --- */

/* page header */
#header {
	vertical-align: top;
	background-color: #000000;
}

/* left side */
#leftnav {
	vertical-align: top;
}

/* right side */
#rightnav {
	vertical-align: top;
}

/* content in the middle */
#content {
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	padding: 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	border-left-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
}

/* page footer */
#footer {
	font-size: 9px;
	padding: 20px 0 10px 0;
}

/* 'camazotz limited' logo in page header */
#headerlogo {
	padding: 20px 10px 20px 10px;
	width: 100%;
}
