/* prevents "center jump" but also prevents horz scrolling */
/*html {
     overflow: -moz-scrollbars-vertical;
} */

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	marginwidth: 0px;
	marginheight: 0px;
}

td {		font-family: Georgia, Verdana, Arial;
			font-size: 11px;
			line-height: 16px;
			color: #2C3333;
			font-weight: normal;
}	

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}

.hidden {
  display: none;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #009EB5;
	
}

a:hover {
	color: #666666;
}
.bodybold {
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-align: left;
}
.bsize {
	background-color: #666666;
	border: 1px solid #666666;
}
.menitem01 {
	float: left;
	width: 192px;
	height: 15px;
	background-color: #262626;
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
a.menitem:link, a.menitem:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
a.menitem:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.workdesc {
	padding: 15px;
}
.callout {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 0.075em;
	color: #333333;
}
.hometxt {
	width: 228px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00A9A7;
}

/* IE image transparency fix */

    img {
	behavior:	url("scripts/pngbehavior.htc");
}
.menitem02 {
	float: left;
	width: 192px;
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	height: 130px;
}
.text_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .125em;
}
.callout2 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 0.075em;
	color: #333333;
}
.callout3 {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 0.075em;
	color: #666666;
}

