﻿@import url(layout.css);
body {
	margin: 0 0%;
	background-color: #E3DFE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}


/* Styles for DIV tags */
.pdflist {
	list-style-image: url('../pic/pdf.gif');
}
#container {
	padding: 2px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #99CCFF;
	background-image: url('../pic/petimeter.jpg');
	background-repeat: no-repeat;
	background-position: 40px 120px;
	background-attachment: fixed;
}
#masthead {
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
#navigation {
/*	background-color: #EEEEEE;*/
	margin-left: 160px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}

#column_right {
	border-left: 1px solid #E3DFE2;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #0000FF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
}
#masthead h3 {
	margin-top: 0;
	color: #99CCFF;
	margin-bottom: 0px;
	text-indent: 8em;
}
#masthead a {
	color: #0000FF;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #ff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0000FF;
/*	border: 1px solid #0000FF;*/
}

/* Styles for Right Column */
#column_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
	font-size: smaller;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #111111;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #222222;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
}

h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #677BCB;
}
a:hover {
	color: #0000FF;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#column_left h4 {
	margin-bottom: 0px;
}
#column_left p {
}

.experiencetable
{
	width: 95%;
	border-collapse: collapse;
	margin-top: 20px;
}
.experiencetable col#when 
{
	width: 84px;
}

.experiencetable td 
{
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.experiencetable col#what 
{
 
}
