* {
margin: 0px;
padding: 0px;
}
img,table,tr,td,th {
border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	padding-bottom: 10px;
}
#head {
	background: #346A77;
}
#head #vital {
	font-size: 20px;
	color: white;
}
#foot {
	font-size: 12px;
	text-align: center;
	background: #346A77;
}
#content {
	padding: 20px;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #346A77;
width: 100%;
}
#content ol {
	margin-left:20px;
}
#left {
	padding: 30px 0 0 0;
	vertical-align: top;
height: 100%;
background: #346A77;
	width: 200px;
}
#menu {
	padding: 10px 0 0 20px;
	font-size:14px;
	height: 100%;
width: 200px;
}
#menu li {
	list-style: square;
}

#tt {
font: 48px bold;
			padding-left: 20px;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
/*	font:normal 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
*/
background: white;
}

a {
color: white;
			 text-decoration: underline;
}
a:hover {
color: red;
			 text-decoration: none;
	}


