#container{
	width:100%;
}

#TIM_content{
	float:left;
	width:90%;
}

#TIM_ads{
	float:left;
	width:10%;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	font-weight: bold;
	font-size: 24px;
	color:#000000;
}

.header A:link {
	text-decoration: none;
	color:#000000;
}

.header A:visited {
	font-size: 24px;
	text-decoration: none;
	color:#000000;
}

.header span {
	color: #b4b4b4;
	text-decoration: none;
	vertical-align: super;
}

.siteSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.subsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: none;
	text-align: center;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	padding: 10px;
}

.itemLabel {
	padding: 10px;
/*	width: 300px;*/
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	background-color: #ffffff;
	color: #000000;
}

.smallComment {
	font-size: 10px;
	font-style:italic;
}

.smallHighlightedComment {
	font-size: 12px;
	font-style:italic;
	color:red;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	border: thin solid #000000;
	margin-right: 5px;
	margin-left: 5px;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	white-space: normal;
	text-decoration: none;
	width: 155px;
	font-weight: normal;
	cursor: pointer;
}

.menu A{
	display: block;
	padding: 5px;
}

.menu A:link {
	text-decoration: none;
	color:#000000;
}

.menu A:visited {
	text-decoration: none;
	color:#000000;
}

.menu A:hover {
	text-decoration: none;
	color:#000000;
	background-color: #D2D2D2;
}

.menu span {
	font-weight: bold;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	padding: 5px;
	text-align: center;
	width: 250px;
}

.button A:link {
	text-decoration: none;
	color:#000000;
}

.button A:visited {
	text-decoration: none;
	color:#000000;
}

.buttonHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-bottom: medium solid #000000;
	border-right: medium solid #000000;
	padding: 5px;
	color: #0000ee;
	text-align: center;
/*	background-color: #D2D2D2; */
/*	background-color: #ffffdd; */
	background-color: #dfdfdf;
	text-decoration: underline;
	width: 200px;
}

.buttonHighlight:hover {
	border: thin solid #000000;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
}

.highlightedContent {
	font-family: Arial, Helvetica, sans-serif;
	color:red;
}

.smallContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.itemTitle {
	font-size: 17px;
	border: 0;
}

.itemTitle h1 {
	font-size: 17px;
	display:inline;
}

.attributes {
	font-size: 15px;
	border: 0;
}

.attributes  h2{
	font-size: 15px;
	display:inline;
}

.menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.menu2 #nav a {
	color: #000000;
}

.menu2 #nav a {
	text-decoration: none;
}

.menu2 #nav li li a {
	display: block;
	padding: 5px;
}

.menu2 #nav li li a:hover {
	background-color: #D2D2D2;
}

.menu2 li {
	float: right;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid black;
	width: 155px;
	padding: 5px;
}

.menu2 li#first {
  margin-right: 5px;
}

.menu2 li#last {
  margin-left: 5px;
}

.menu2 li#search {
  margin-left: 5px;
  border: 0px;
  width: 16em;
}


.menu2 li ul {
	display: none;
	position: absolute;
	font-weight: normal;
	top: 100%;
	left: 0;
}

.menu2 li li {
	display: block;
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	width: 156px;
}

.menu2 li:hover ul, li.over ul {
	display: block;
}

.codequote{
	color: white;
	background-color: black;
	margin-left: 5px;
	font-size: 13px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text li {
	padding-bottom: 14px;
}

.text li ol li {
	padding-bottom: 0px;
}

.text li ul li {
	padding-bottom: 0px;
}

.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
