@charset "UTF-8";
html, body  {
	height: 100%;
}
body  {
	font: 100.1% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
p {
	font-size: 0.85em;
	line-height: 2em;
}
dl  {
	font-size: 0.85em;
	line-height: 1.6em;
}
dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: -0.25em;
}
small {
	font: 0.75em/2em Geneva, Arial, Helvetica, sans-serif;
}
/*Strips out all default margins and paddings*/
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0em;
	padding: 0px;
}
blockquote {
	padding-left: 6em;
	padding-right: 4px;
}
h1,/*Separates heading from paragraph text*/ h2, h4, h5, h6    {
	margin-top: 1.2em;
	margin-bottom: 0px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #996600;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	color: #666666;
	margin-top: 0.5em;
}
.twoCol #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/gradient_background.jpg);
	background-repeat: repeat-y;
	position: relative;
	min-height: 100%;
} 
.twoCol #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #f6bc33;
	margin-left: 20px;
	margin-right: 20px;
} 
#header  h1  {
	margin: 0 0 0 -9000px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	border-width: 0px;
	display: inline;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	position: relative;
	left: 180px;
	top: -7px;
}
#header li {
	display: inline;
}
#header li a:link,#header li a:visited {
	font: .85em Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	padding-right: 0.75em;
	padding-left: 0.75em;
	}
#header li a:hover,#header li a:active {
	color: #F60;	
}
#header li a.current {
	color: #F60;
	cursor: default;
}
.twoCol #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-left: 20px;
	margin-top: 60px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul a {
	font: .75em/2em Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	/*Note: Sidebar is 210px wide with no padding*/
	width: 200px;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar ul a.last {
	border-bottom: none;
}
#sidebar ul a:hover {
	color: #F60;
}
#sidebar ul a.currentver {
	color: #F60;
	cursor: default;
}
#sidebar ul a.currentverLast {
	color: #F60;
	cursor: default;
	border-bottom: none;
}
.twoCol #mainContent {
	margin: 0 0 0px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
} 
#mainContentOneColumn {
	margin: 0 0 0px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 920px;
}
#mainCointentArtwork {
	margin: 0px;
	padding: 0px;
}
#mainCointentArtwork img {
	margin: 40px 12px 0px 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#mainCointentArtwork p {
	text-align: right;
	margin-right: 20px;
	margin-top: 1em;
}
#mainCointentArtwork     p     a {
	color: #996600;
	text-decoration: underline;
}
#mainContentResumeText {
	margin-right: 20px;
}
#mainContentReadingText {
	margin-right: 150px;
	text-indent: 1em;
}
.twoCol #footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	background-color: #E7E7E7;
	padding: 1em 0px;
	width: 960px;
	margin-left: 10px;
} 
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.images {
	margin-top: 1em;
	margin-bottom: 1em;
}
.homeText {
	margin-left: 150px;
	margin-right: 150px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-width: 0px;
}

