html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	background-color: #FFF;
}
.activity {
	font-style: italic;
	font-weight: bold;
}

.centerlist {
	text-indent: 100px;
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
}
.headersmall {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.headerimage {
	clear: left;
	float: left;
}
.sidebarimage {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	background-color: #FFF;
}
.image {
	padding: 7px;
}
.imageright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.imagecenter {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.menu	{
	text-align: center;
	display: none;
}
.menu a:link {
	text-decoration: none;
	display: none;
}

.menu a:visited {
	text-decoration: none;
	display: none;
}
.menu a:hover {
	text-decoration: none;
	display: none;
}

.menu a:active {
	text-decoration: none;
	display: none;
}
.ResumeTitle {
	font-family: Times New Roman, Times, serif;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

h1 {
	color: #000;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-align: center;
	padding: 3px;
}
h2 {
	color: #000;
	background-color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-align: center;
}
h3 {
	text-align: center;
	color: #000;
	font-weight: bold;
}

h4 {
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}

h6 {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
}


a:link {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #000;
	background-color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
a:active {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0% auto 0;
	width: 100%;
	background-color: #EEE;
}

#contentWrapper {
	margin: 0%;
	width: 100%;
}

#header  {
	width: 100%;
	text-align: center;
	background-image: none;
	background-color: #FFF;
	display: none;
}

#menu {
	display: none;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content   {
	margin-bottom: 0;
	z-index: 5;
	margin-left: 230px;
	margin-top: 0px;
	margin-right: 0px;
	color: #000;
	background-color: #FFF;
}
#sidebar   {
	background-color: #FFF;
	float: left;
	width: 25%;
	margin-right: 40px;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: Times New Roman, Times, serif;
	margin-bottom: 0px;
	margin-left: 0px;
}
#keyareas {
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-top: 0px;
	padding: 10px 0px 0px 5px;
	list-style-type: square;
	list-style-position: outside;
	font-family: Times New Roman, Times, serif;
	text-indent: 0px;
	margin-left: 19px;
}

#sidebar h1   {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	font-size: 13px;
	line-height: normal;
}
#sidebar h2   {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
	color: #000;
}
#sidebar a:hover {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	line-height: normal;
}

#content.clearFloat  {
  clear: left;
  display: block;
}
#footer  {
	background-color: #FFF;
	border-top: solid 1px #343446;
	color: #000;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 10px;
	clear: both;
}

