@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'CooperStdBlack';
	src: url('cooperblackstd-webfont.eot');
	src: local('☺'),
	url('type/cooperblackstd-webfont.woff') format('woff'),
	url('type/cooperblackstd-webfont.ttf') format('truetype'),
	url("type/cooperblackstd.otf") format("opentype"),
	url('type/cooperblackstd-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.3em;
}
body{
	background-color:#f1f1f1;
	
}
h1 {
	font-family:"CooperStdBlack";
	/*font-weight:bold;*/
	font-size:110%;
	padding:2px 0px 2px 10px;
}
p {
	font-size:90%;
}
#logo {
	background-image: url(pictures/logobrt.jpg);
	background-color:#2DB3300;
	float:left;
	width:125px;
	height:125px;
	margin-left:15px;
}
#banner {
	width:98%;
	min-width:700px;
	height:125px;
	background-color:#339900;
	margin-left:15px;
}
#banner h1{
	font-family:"CooperStdBlack";
	color:#f1f1f1;
	text-align:left;
	padding:15px 0px 0px 400px;
	font-size:36px;
}
#nav {
	text-align:right;
	float:left;
	width:125px;
	height:500px;
	clear:both;
	background-color:#339900;
	padding-top:10px;
	margin-left:15px;
}
#nav ul{
	margin:0px;
	list-style-type:none;
}
/******/
#nav ul li {
	margin:0px;
	display:block;
    overflow: hidden;
	height:40px;
	}
#nav ul li a {
	display:block;
	width: 125px;
	height: 20px;
	padding:5px 0px 0px 0px;
	background:#339900 url(pictures/buttonsbrt.jpg) 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	font-family:"CooperStdBlack";
	font-size:18px;
	color:#f1f1f1;
	}
#nav .act{
	background-position: 0px -40px;
}
#nav li a:hover {
	background-position: 0px -40px;
	}
/***********/
#content {
	max-width:950px;
	height:400px;
	padding:5px;
	text-align:justify;
	overflow-x:hidden;
	overflow-y:auto;
}
#content table {
	height:250px; background-image: url(pictures/argyle4.gif); background-repeat:repeat;
}
#content table td{
	width:25%;
	vertical-align:top; border-right:solid 1px black;
	padding:0px 5px 0px 2px;
}
#content ul {
	list-style-type:circle;
	list-style-position:outside;
	padding:0px 0px 0px 20px;
}
#content li {
	text-align:left;
	padding:0px 0px 5px 0px;
	font-size:80%;
}
.right {
	float:right;
	padding:0px 3px 0px 3px
}
p.quote{
	font-family:"CooperStdBlack";
	font-size:80%;
	color:#339900;
}
#quote {
	max-width:950px;
	margin-left:15px;
	padding-top:10px;
	clear:both;
}
#footer {
	max-width:950px;
	padding:12px 0px 12px 0px;
	margin:0px 5px 0px 145px;
	text-align:center;
	border-top:solid 1px #339900;
	border-bottom:solid 1px #339900;
	background-image: url(pictures/argyle4.gif);
	background-repeat:repeat;
}
#footer p {
	font-family:"CooperStdBlack";
	font-size:90%;
	color:#339900;
}
