/* byc.css  */

body {
  background: #004600;
  color: #000000;
  margin-left: 7%; 
  width: 800px
}

p{
 font-family: Verdana, Geneva, sans-serif;
  font-size: 100%
}

p.title {font-size:150%;
  text-align: center
}

h1,h2,h3,h4,h5,h6{
font-family: Verdana, Geneva, sans-serif
}

h2 {font-size:150%}

h4 {font-size:120%}

.background2 {background: #FFFFFF;
   color: #000000;
}

.background3 {background: #F5F5DC;
  color: #000000
}

.center {text-align: center}

table.major { font-family: Verdana, Geneva, sans-serif;
  background: #FFFFFF;
  color: #000000;
  line-height:120%;
  font-size: 97%
}

td {vertical-align: top;
}

td.one {text-align: center; /* heading */
   font-family: "Times New Roman", Times, serif;
   font-size: 270%;
   font-weight: bold;
   vertical-align: middle;
   background: #004600 url("pix/gradient1.png");
   color: #FFFFFF
}

td.two {text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #004600
}

ul.none {list-style-type: none
}

img.border {border-width: 2px;
  border-style: solid;
  border-color: green;
}

img.right {float:right;
  border-width: 2px;
  border-style: solid;
  border-color: green;
  margin: 5px 10px 5px 5px
}

img.left {float:left;
  border-width: 2px;
  border-style: solid;
  border-color: green;
  margin: 5px 5px 5px 10px
}

div.box1 { float: left;
  margin-left: -15px;
  margin-top: -20px;
  background: #004600;
  color: #000000;
  width: 150px;
  padding: 5px;
  font-size: 110%;
  text-align: center;
  border-top: 0px;
  border-right: 15px;
  border-bottom: 15px;
  border-left: 0px;
  border-style: solid;
  border-color: white
}

div.box2 { float: right;
  margin-right: 5px;
  margin-top: 5px;
  background: #FFFFFF;
  color: #000000;
  width: 310px;
  padding: 5px;
  border-top: 2px;
  border-right: 2px;
  border-bottom: 2px;
  border-left: 2px;
  border-style: solid;
  border-color: green
}

div.box3 {float: right;
  margin-right: 130px;
  margin-top: 5px;
  background: #FFFFFF;
  color: #000000;
  width: 400px;
  line-height: 135%;
}

div.box4 {width: 240px;
  float: left;
  border: 3px;
  border-style: solid;
  border-color: #004600;
  margin-top: 5px;
  background: #FFFFFF;
  line-height: 125%;
  padding:5px
}

div.box5 {width: 240px;
  float: top;
  border: 3px;
  border-style: dashed;
  border-color: #004600;
  margin-top: 5px;
  background: #FFFFFF;
  line-height: 125%;
  padding:5px
}

a {font-family: Verdana, Geneva, sans-serif}

a:link {color: #000080;
background: #FFFFFF
}
a:visited {color: #0000FF;
background: #FFFFFF
}
a:hover {color: #800000;
background: #FFFFFF
}
a:active {color: #800080;
background: #FFFFFF
}

a.one:link {color: #000000;
background: #CCFFCC
}
a.one:visited {color: #000000;
background: #CCFFCC
}
a.one:hover {color: #000000;
background: #66CC66
}
a.one:active {color: #000000;
background: #66CC66
}

a.two {color: #000000;
	display: block;
	font-size: 101%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px
}

a.two:link {color: #000000;
	background: #CCFFCC;
	text-decoration: none;
} 
a.two:visited {color:#000000;
	background: #CCFFCC;
	text-decoration: none;
} 
a.two:hover {color:#000000;
	background: #66CC66;
	text-decoration: underline;
} 
a.two:active {color: #000000;
	background: #66CC66;
}

