@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(../Images/bgKristy.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cbd7e8;
	filter: Glow(Color=White, Strength=10);
	}

.twoColElsLtHdr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #EDF2FA;
} 
.twoColElsLtHdr #container #header img {
	vertical-align: middle;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #D7E7FD;
}
.twoColElsLtHdr #container #sidebar1 li {
	font-size: 80%;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 5px;
}

.twoColElsLtHdr #mainContent {
	display: block;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 12em;
	padding-top: 1em;
	padding-bottom: 1em;
} 

.twoColElsLtHdr #container #mainContent h1 {
	font-size: 130%;
	margin-top: 1em;
}

.twoColElsLtHdr #container #mainContent h4 {
	font-size: 90%;
	font-weight: bold;
}

.twoColElsLtHdr #container #mainContent p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.twoColElsLtHdr #container #sidebar1 #contact {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #094492;
	text-align: center;
	display: block;
	border: 1px solid #094492;
	margin: 1em;
}

.twoColElsLtHdr #header {
	background: #DDDDDD;
	background-color: #87A9D9;
} 

.twoColElsLtHdr #footer {
	padding: 0 10px;
	background-color: #094492;
	border-top-width: thin;
	border-top-style: solid;
} 

.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
.twoColElsLtHdr #mainContent .textbox{
	border: 1px solid #87A9D9;
}

.twoColElsLtHdr #mainContent li {
	margin-left: 1em;
}

table th {
	text-align: center;
}

table#quiz {
	border: 2px solid #000;
	width: auto;
}

table#quiz td {
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #000;
}

table#quiz .leftcol {
	width: 380px;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 14px;
	font-weight: bold;
}

table#contactme {
	width: auto;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

table#contactme .leftcol {
	width: 158px;
	text-align: right;
}

table#results {
	border: 2px solid #000;
	width: auto;
}

table#results td {
	font-size: 90%;
	border: 1px solid #000;
}

table#results .leftcol {
	width: 120px;
}

#resumehead {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

#resume {
	font-size: 90%;
}

.jobtitle {
	font-style: italic;
}

#about {
	font-size: 90%;

	background-color: #CCCCCC;
	display: block;
	border: 2px solid #000000;
	padding: 0.5em;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #E1EAF7;
	font-style: italic;
}
