body {
	font-family: Helvetica, Helvetica Neue, Arial;
	font-size: 16px;
	color: #444444;
	padding: 20px;
}

.header {
	border-bottom: dashed 1px;
	font-weight: bold;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.foot {
	clear: both;
	border-top: dashed 1px;
	padding-top: 10px;
	text-align: right;
}

.content {
	float:left;
	width: 70%;
	padding-top: 10px;
}

/* Hides from IE-mac \*/
/*.content { width: 75%; } */
/* End hide from IE-mac */


.sidebar {
	width: 25%;
	float: right;
	padding-top: 10px;
}

.usidebar li {
	margin-left: -20px;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.email {
	font-family: Courier New;
}

ul .table {
	white-space: nowrap;
}

.table li {
	display: inline-table;
	padding: 10px;
	border: solid 1px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	color: #00ff00;
	text-decoration: none;
}

table {
	font-size: 14px;
}
td{
	padding: 5px;
}

th {
	padding-left: 5px;
	padding-right: 5px;
}

.table1 td {
	background-color: #eeeeff;
}

.table2 td {
	background-color: #eeffee;
}


.slides {
	float: left;
	width: 100%;
}

.slides ul {
	width: 90%;
}

.slides li {
	width: 30%;
	float: left;
}

li {
	margin-bottom: 5px;
	margin-top: 5px;
}


