@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EEE;
	width: 900px;
	float: none;
	border: thin double #BBB;
	margin: 10;
	text-align: center;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	width: 850px;
	font-size: 12px;
	font-weight: bold;
	color: #E8E8E8;
	text-decoration: none;
	text-align: center;
	background-image: url(Graphics/cvapHeader4.png);
	background-color: #FFF;
	padding: 0;
	border: thin solid #888;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 150px;
	font-size: 12px;
	color: #003446;
	background-color: #329998;
	text-align: center;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	float: left;
	margin: 5px;
}
.twoColFixLtHdr #sidebar1 a  {
	font-size: 12px;
	font-weight: bold;
	color: #003446;
	text-decoration: none;
	background-color: #2C9897;
	text-align: center;
	display: block;
	margin: 3px;
	padding: 5px;
	width: 125px;
	border: medium ridge #FFF;
}
.twoColFixLtHdr #sidebar1 a:hover {
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #003446;
	text-align: center;
	margin: 3px;
	padding: 5px;
	width: 125px;
	border: medium solid #FFF;
	outline-color: #000;
	display: block;
	font-variant: small-caps;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
	display: block;
	font-size: 12px;
	vertical-align: top;
	float: right;
	margin: 5;
	text-align: left;
	padding: 0;
} 
.twoColFixLtHdr #mainContent h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	background-color: #FFF;
	text-align: center;
	color: #101398;
	display: block;
	border: medium double #329999;
	width: 585px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableSpecs {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 2px;
	width: 550px;
	border: thin solid #DDD;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	display: table;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	font-weight: normal;
}
.turquoiseBar {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #2C9897;
	text-align: center;
	display: block;
	width: 600px;
	font-variant: small-caps;
	border: thin solid #BBB;
	vertical-align: top;
	padding: 0px;
	text-decoration: none;
	margin-left: 25px;
}
.twoColFixLtHdr #mainContent p  {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: inline;
	width: 600px;
	padding: 0px;
	margin: 5px;
}
.twoColFixLtHdr #mainContent a  {
	font-size: 12px;
	color: #040;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent h2  {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #32A7A7;
	border: thin solid #666;
	width: 600px;
	display: block;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer {
	width: 850px;
	display: inline;
	background-color: #CCC;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: 10px;
	border: thin solid #AAA;
	height: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	display: block;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
.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;
}

