﻿


/* GLOBGAL TAGS */

body
{
	margin: 0px 0px 0px 0px;
	background-color: #F0F0F0;
	font-family: Segoe UI, Tahoma;
	font-size: 9pt;
	color: #115572;
}

p
{
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}

a:link, a:visited
{
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin-left: -15px; 
	#margin-left:15px;
	margin-top:6px;
	margin-bottom:0px;
}

li
{
	margin-bottom: 2px;
}



/* PAGE LAYOUT */

#div-master
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#div-header
{
	width: 1000px;
	height: 74px;
	background-image: url('header.png');
}

#div-footer
{
	width: 1000px;
	height: 60px;
	background-image: url('footer.png');
	margin-top: 10px;
}

#div-body
{
	width: 1000px;
	background-image: url('body.png');
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

#div-copyright
{
	color: #7FA6B8;
	font-size: 8pt;
	padding-top: 20px;
	padding-left: 40px;
}



/* FLOATERS */

.floater-left
{
	float: left;
	margin-left: 50px;
	#margin-left:25px;
}

.floater-right
{
	float: right;
	margin-right: 50px;
	#margin-right: 25px;
}

.floater-reset
{
	clear: both;
}



/* FRAMES */

.frame-outer
{
	margin-top: 17px;
	width: 436px;
	background-color: White;
}

.frame-title
{
	width: 380px;
	height: 22px;
	padding-left: 56px;
	padding-top: 3px;
	color: White;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11pt;
}

.frame-body
{
	width: 410px;
	background-color: White;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding: 10px 12px 10px 12px;
}

.frame-footer
{
	width: 436px;
	height: 12px;
	background-image: url('frame-footer.png');
}

