/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #A0AAC3;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(images/bg_sides.gif);
	background-repeat: repeat;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 14px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

p {
	font-size: 11px;
	line-height: 18px;
}

hr {
	color: #443275;
	background-color: #443275;
	padding: 1px 0;
	margin: 20px 0;
	height: 1%;
}

a {
	color: #783246;
	font-weight: bold;
}

a:hover {
	color: #A0AAC2;
}

a.highlight {
	color: #443275;
}

a.highlight:hover {
	color: #A0AAC2;
}

ul, ol, dl {
	margin: 0 0 20px 40px;
}

li {
	font-size: 11px;
}

li p {
	margin: 0 0 5px 0;
	padding: 0;
}

p.cvheader {
	font-weight: bold;
	text-decoration: underline;
}


/* MAIN BACKGOUND */

div#container {
	position: relative;
	text-align: center;
	width: 100%;
}

div#main {
	position: relative;
	padding: 0;
	margin: 20px auto;
	width: 741px;
	height: auto;
	background:  url(images/bg_main.jpg) center center repeat-y;
	background-color: #A0AAC3;
}

div#watermark {
	background: url(images/watermark.gif) center center no-repeat;
}

img#header {
	margin: 0 auto;
}

table#maintable {
	border: none;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin: 0 auto;
	padding: 0;
}

div#content {
	margin: 0;
	padding: 0 20px 20px 30px;
}

/* MENU */

div#menu {
	width: 164px;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	height: 1%;
}

#menu ul li.gap {
	background-image:  url(images/bg_menu.gif);
	background-repeat: repeat;
	line-height: 20px;
}

#menu ul li a {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 1%;
	text-decoration: none;
	background-image:  url(images/bg_menu.gif);
	background-repeat: repeat;
	color: #FFF;
}

#menu ul li a:hover {
	background: #783246;
	background-image:  url(images/bg_menuhighlight.gif);
	background-repeat: repeat;
}

#menu ul li a.on {
	background-color: #090069;
}

img.bio, img.rightpic {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
	border: 1px solid black;
}

img.leftpic {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid black;
}

h6#footer {
	color: #443275;
	text-align: center;
	margin: 20px 0 10px 0;
}
