* {
	margin: 0px;
	padding: 0px;
}

.remove_border {
	border: 0;
}

.body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0;
	font-size: 1.3em;
}

h2 {
	margin: 7px 0;
	font-size: 1.1em;
}

p {
	margin: 10px 0;
}


table th {
	padding: 3px;
	background: blue;
	color: white;
	width: 180px;
}

table td {
	padding: 3px;


	height: 150px;
}

table #cell a * {
	border: none;
}

table * #cell {
	padding: 1px;
}

table * #cell-img {
	/*background: url(images/empty_square.png) no-repeat center;*/
	line-height: 115px;
}

table * #cell-img img {
	text-align: center;
	height: 110px;
}

table * #cell-img-other img {
	text-align: center;
}

table * #cell-img-empty {
	background: white;
	line-height: 122px;
}

table * #cell-text {
	text-align: center;
	font-size: 0.9em;
}

ul {
	margin: 8px 12px;;
}

li {
}

#container {
	padding-top: 15px;
	width: 938px;
	margin: 0 auto;
}

#left {
	width: 215px;
	float: left;
}

#left h1 {
	font-size: 1.1em;
	margin-left: 8px;
}

#left ul {
	margin-left: 14px;
}

#left li {
	list-style: none;
}

#logo {
	background: url(images/mainlogo_empty.png) center no-repeat;
	height: 122px;
}

#logo a {
	color: #000;
	font-weight: bold;
	line-height: 122px;
	margin: 0 auto;
	font-size: 18px;
}

#logo span {
	color: #ffae00;
	font-size: 20px;	
	font-weight: bold;
}

#link_item_wrapper {
}

#link_item_top {
	background: url(images/link_item_top.png) no-repeat;
	line-height: 12px;
}

#link_item {
	background: url(images/link_item.png) repeat-y;
	padding: 3px;
	margin-top: -5px;	
}

#link_item a {
	font-size: 0.9em;
}


#link_item_bottom {
	background: url(images/link_item_bottom_plain.png) no-repeat;
	line-height: 7px;	
}

#content_wrapper {
	margin-left: 0px;
	margin-bottom: 10px;
}

#content_top {
	background: url(images/content_top.png) no-repeat;
	line-height: 21px;	
}

#content {
	background: url(images/content.png) repeat-y;
	padding: 4px 10px 4px 15px;
}

#content_bottom {
	background: url(images/content_bottom.png) no-repeat;
	line-height: 123px;	
	padding-left: 20px;
	font-size: 0.7em;
}

#text h1 {
	padding: 10px;
}

#text {
	padding: 10px;
}


#disclaimer {
	font-size: 0.6em;
	padding: 4px;
	
}

#footer {
	text-align: center;
	font-size: 0.7em;
}



.small {
	font-size: 0.7em;
}

.clearfloat {
	clear: both;
}
