
body {
	background-image: url(images/backgroundOff.jpg);
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.default {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
}
.headertext {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.smalltext {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 9px;
	color: #333333;
	line-height: 11px;
}
.smalltextshadylink {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 9px;
	color: #999999;
}


.defaultStrikethru {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: line-through;
}
.smalltextOn {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 9px;
	color: #000000;
	line-height: 11px;
	text-decoration: underline overline;
}
.headerresume {
	font-family: "Arial", "Helvetica", "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}

.pictureBorder {
	border: 1px solid #333333;
}

.wikiContent {
	font-family:  "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: .9em;
	line-height: 1.4em;
	color: #222233;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:20px;
	vertical-align:top;
	margin-bottom:10px;
}
#frontPage {
	font-family:  "Trebuchet MS", "Trebuchet", "sans-serif", "san-serif";
	font-size: .9em;
	line-height: 1.3em;
	padding:10px;
	padding-top:20px;
	color: #222233;
}
.blackboard {
	font-family: "ï¿½ï¿½ï¿½ï¿½";
	font-size: 5px;
	color: #333333;
	line-height: 11px;
}
.link{
	TEXT-DECORATION:none
}
/******  wikiCMS section **********/
#editButtons {
	margin:5px;
	padding:3px;
	background-color: pink;
	text-align:center;
	font-size:1em;
}
#editButtons input{
font-size:.7em;
border: 1px solid grey;
}

/******  hmw_products section **********/
#products {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}	
div.productBox {
	margin:10px;
}
#topMenuFrame {

}

#topMenuLinks {
	float:left;
	margin-right:5px;
}

#blankSubMenu {
	background-image:url(images/submenuBGOff.gif); 
	background-repeat:repeat-x;
}

#langLinks {
	font-size:14px;
	line-height: 22px;
	font-family: "Arial", "Helvetica", "sans-serif", "san-serif";
	
}

#contentFrame {
	position:relative;
	width:100%;
	min-height:255px;
	/*border: 2px solid green;*/
	height: 100%;
}
/* 
	shitty IE hack. The correct value for height
  	is auto, but IE messes it up. So, we give 100% up there
   	for the lame browser, and hide the auto directive in here
*/
td>#contentFrame {
 height: auto;
}

#contentFrame img {
	margin-right:1em;
	margin-bottom: 1em;
}

#nextPage {
	float:right;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right:30px;
	width:100px;
	/*border: 2px dashed pink;*/
}

.productNav {
	text-align:center;
	font-size:.8em;
} 

.productNav a {
	text-decoration:none;
}

.productNav a:active a:hover {
	text-decoration:underline;
}

.productDesc {
	font-size : .8em;
}
.productDesc a {
	text-decoration:none;
	font-weight: normal;
}

.productDesc a:visited {
       color:#333;
}

.productDesc a:hover{
       color:#333;
}

.productDetailDesc {
	padding: 1em;
}

