body {padding: 0px; margin: 0px;
	background-image:url("images/gradient.jpg");
	background-repeat: repeat-x;
	background-color: black;
}

#container {
	text-align: left; vertical-align: top; 
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 15%;
	margin-top: 20px;
	margin-bottom: 10px;
	border: outset yellow 2px;
}

#header {
	height: 180px;
	padding: 0;
	margin: 0;
}

#header-l {
	font-family: serif;
	font-size: 45pt;
	padding: 30;
	padding-bottom: 0;
	float: left;
}

#header-sub {
	font-family: serif;
	font-size: 15pt;
	padding-left: 40;
}

#header-r {
	float: right;  clear: right;
	padding: 0;
	margin: 0;
	width: 140px;
	width: 180px;
	background-color: green;
}

#footer {
	align: center;
	font-size: 8pt;
}

div#footer span		{ color: #dda; padding-left:15px; padding-right:15px;}

div#footer a		{ color: #dda; text-decoration: none;}
div#footer a:hover	{ color: #bbf; text-decoration: underline;}
div#footer a:active	{ color: #fff; text-decoration: underline;}

.bar {
	background-color: #C0C348;
	color: white;
	font-size: 12pt;
	padding-top: 10px;
	padding-left: 10%;
	height: 40px;
	border-top: solid #e2e56a 1px;
	border-bottom: solid #a0a126 1px;
}

.bottombar {
	background-image:url("images/gradient_yellow.jpg");
	background-repeat: repeat-x;
	background-color: #ccc;
	padding-top: 0px;
	padding-left: 18%;
	height: 15px;
}

.navleft {
	float: left;
}

.navright {
	width 50%;
	font-weight: bold;
	text-align: right;
	padding-right: 2%;
}

div.navleft a		{ color: #44c; text-decoration: none;	padding:10;}
div.navleft a:hover	{ color: #00c; text-decoration: underline;padding:10;}
div.navleft a:active	{ color: #fff; text-decoration: underline;padding:10;}

.content {
	background-color: white;
	color: #000;
	font-size: 12pt;
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
}

.content-block {
	background-color: white;
	color: #333;
	font-size: 10pt;
	text-align: justify;
	padding-top: 5px;
/*	padding-bottom: 0px;*/
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	border: inset #ffeedd 2px;
}

.content-block:first-line{
	font-size: 12pt;
	font-weight: bold;
}

.box7 {border: solid #707070 1px; }
.box6 {border: solid #848484 1px; }
.box5 {border: solid #979797 1px; }
.box4 {border: solid #a9a9a9 1px;}
.box3 {border: solid #bbbbbb 1px; }
.box2 {border: solid #cdcdcd 1px; }
.box1 {border: solid #dfdfdf 1px;}
.box0 {border: solid #f1f1f1 1px; }

.form-label {
	display: block;
	float: left;
	text-align: left;
	verticle-align: bottom;
	font-size: 11pt;
	width: 155px;
	PADDING-LEFT: 20px;
	}

.form-label-full {
	display: block;
	float: left;
	font-size: 11pt;
	PADDING-LEFT: 20px;
	}

.smallprint {
	font-size: 7pt;
	TEXT-ALIGN: center;
	padding: 10px;
}

.small-red {
	font-weight: bold; font-size: 8pt;
	text-align: center;
	background-color: #eee;
	color: #f00;
	display: block;
	width: 100%;
	padding: 4px;
	margin: 4px;
}

#services {
	color: #333;
	font-size: 10pt;
	padding-left: 40px;
}

div#services span {
position: relative;
left: -35px;
	color: #225;
	font-size: 16pt;
	padding-left: 0px;
}

a { color: #44c; text-decoration: none; }
a:hover { color: #11f; text-decoration: underline; }
a:active { color: #55c; text-decoration: underline; }
.current { color: #00c; text-decoration: underline; }

