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

body {
    margin:0;
    padding:0;
	background-position:left top;
	background-image:url(images/bgstripe.gif);
	background-color: #056839;
	background-repeat: repeat-x;
	background-attachment:scroll;
}

.logo img {
	position:absolute;
	top: 0px;
	left: 0px;
}

.text {
	position:absolute;
	top: 280px;
	left: 220px;
	width: 640px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:12pt;
	color:black;
	margin-bottom:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

em {
	font-size: 10pt;
}

h1 {
	font-size:18pt;
	font-weight:bold;
	color:#83c66e;
	margin-bottom:20px;
}

a {
	color:#056839;
}

a:visited {
	color:#056839;
}

a:hover {
	color:black;
}

td strong {
	color: #056839;
}

td strong a {
	color: #056839;
	text-decoration: none;
}

td strong a:hover {
	color: #83c66e;
	text-decoration: none;
}

.motto {
	position:absolute;
	top: 40px;
	left: 525px;
	width: 325px;
	color:#056839;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	z-index:100;
}

.motto p strong {
	font-size: 24px;
	font-weight:bold;
	color:#056839;
}

.motto p strong a {
	font-size: 24px;
	font-weight:bold;
	color:#056839;
	text-decoration:none;
}

.motto p strong a:hover {
	font-size: 24px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.motto p {
	font-size: 13px;
	margin-bottom: 5px;
}

.motto a {
	color:black;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.motto a:visited {
	color:#056839;
}

.motto a:hover {
	color:#056839;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.mottoTag {
	font-size:11px;
	position:absolute;
	top: 0px;
	left: 200px;
	width: 130px;
}

.navbar {
	position:absolute;
	top: 290px;
	left: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

.navbar li {
	list-style-type:none;
	line-height: 170%;
}

.navbar li a {
	color:#83c66e;
	text-decoration:none;
}

.navbar li a:hover {
	color:white;
	text-decoration:none;
}

.navbar li strong {
	color:white;
	font-weight:normal;
}

.round_box {
   background: #ffffff;
   background-image:url(images/bgtext.jpg);
   background-attachment:scroll;
   background-position:left top;
   background-repeat:no-repeat;   
   position:absolute;
   top: 280px;
   left: 190px;
   width: 680px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
.round_top div {
   background: url(images/roundbox_tl.jpg) no-repeat top left;
}
.round_top {
   background: url(images/roundbox_tr.jpg) no-repeat top right;
}
.round_bottom div {
   background: url(images/roundbox_bl.jpg) no-repeat bottom left;
}
.round_bottom {
   background: url(images/roundbox_br.jpg) no-repeat bottom right;
}

.round_top div, .roundr_top, 
.round_bottom div, .round_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.round_content { margin: 0 20px; }