@charset "UTF-8";
/* CSS Document */

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

body {
	color: #404040;
	margin: 0pt auto;
	text-align: center;
	background-color: #c0eafa;
	background-image: url(../images/bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

div#container {
	margin: 0px auto;
	width: 760px;
	position: relative;
	text-align: center;
}
h1 {
	height: 130px;
	width: 161px;
	background-image: url(../images/logoTcyte.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	line-height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.clear { clear: both; }

/* Header */
div#header {
	padding-top: 29px;
	margin-bottom: 65px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 21px;
}
small {
	color: #04578a;
	font-size: 12px;
	line-height: 21px;
}

/* Content */
div#content {
	background-image: url(../images/hairLine.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}

i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h4 {
	height: 58px;
	width: 174px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

h4 a{
	background-image: url(../images/btnLearn.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 174px;
	display: block;
	overflow: hidden;
	line-height: 320px;
	border: none !important;
	color: #fff;
	
}

/* Footer */
div#footer {
	margin-bottom: 20px;
	font-size: 11px;
	color: #658395;
	margin-top: 20px;
}

h5 {
	font-size: 14px;
	color: #0e5a86;
	font-weight: normal;
}

b {
	font-size: 11px;
	line-height: 18px;
	color: #404040;
	font-weight: normal;
}

div#footer a, a:visited{
	text-decoration: underline;
	color: #404040;
}

div#footer a:hover{
	color: #0e5a86;
	text-decoration: underline;

