
/* *********************************************************** HTML ELEMENTS */

	body {
		font-family: Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
		color: #000000;
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		font-size: 10pt;
	}
	a img {
		border: none;
	}
	h1 {
		font-size: 17pt;
		font-weight: normal;
		position: absolute;
		top: 170px;
		text-align: center;
		width: 100%;
		color: #087c72;
		margin: 0;
	}
	h2 {
		font-size: 13pt;
		font-weight: normal;
		color: #4447b3;
		border-bottom: solid #4447b3 1px;
		margin: 20px 0 10px 0;
	}
	h3 {
		font-size: 10pt;
		font-weight: bold;
		color: #087c72;
		margin: 10px 20px 10px 30px;
	}
	p, li {
		margin: 10px 20px 10px 30px;
		line-height: 100%;
	}
	p {
		line-height: 150%;
		margin-bottom: 20px;
	}
	a {
		color: #087c72;
		font-weight: bold;
	}
	b {
		color: #087c72;
	}

/* *********************************************************** LAYOUT */


	.header {
		background-image: url(../images/skatc_background2.gif);
		height: 162px;
		text-align: center;
		padding-top: 0px;
		margin-bottom: 30px;
	}
	.content {
		width: 700px;
		padding: 15px;
		/*border: solid #4447B3 1px;*/
		background-color: #FFFFFF;
		margin: 0 auto 0 auto;
	}

	/* clearfix for content panels */
	.content:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .content {height: 1%;}
	/* End hide from IE-mac */

	.footer {
		width: 700px;
		text-align: center;
		margin: 0 auto 30px auto;
	}


/* *********************************************************** CONTENT */

	.caption_right {
		float: right;
		border: solid #90dfae 1px;
		padding: 5px 5px 10px 5px;
		text-align: center;
		margin-left: 15px;
	}
	.caption_right img {
		border: solid #90dfae 1px;
		padding: 3px;
		margin-bottom: 10px;
	}


/* *********************************************************** */
