BODY {
margin-left: 200px; margin-right: 50px; margin-top: 125px; padding-bottom: 75px;

background-image: url("../pictures/Selevercin.jpg"); background-repeat: no-repeat; background-position: top center; background-color: transparent;

font-family: arial, sans-serif;
font-size: 11pt;
}

A:link 
{
color: #006666;
background-color: transparent;
}

A:visited 
{
color: #006666;
background-color: transparent;
}

A:active 
{
color: #ff00ff;
background-color: transparent;
}

A:hover 
{
COLOR: #0000FF;
background-color: transparent;
}

h2
{
font-size: 1em;
text-transform: uppercase;
}

h3
{
font: 1em georgia, geneva, serif;
font-weight: normal;
text-transform: capitalize;
text-decoration: underline;
}


/* THE NORMAL BORDER THAT WE HAVE GOING AROUND THE TEXT*/
.border1
{
border: #000000 1px solid;
padding-left:   50px;
padding-right:  50px;
padding-bottom: 75px;
}

/* BORDER FOR 'ENGINEERING PAPER' LOOK */
.engineer_border
{
border: #000000 1px solid;

background-image: url("/bckgnds/engineer_bckgnd.gif");
padding-left:   50px;
padding-right:  50px;
padding-bottom: 75px;
}

.water_border
{
border: #000000 1px solid;

background-image: url("/bckgnds/water.gif");

padding-left:   50px;
padding-right:  50px;
padding-bottom: 75px;
}

.smallfont
{
font-size: .6em
}

.bigfont
{
font-size: 2em;
}

.closer 
{
text-align:center;
font-size: .75em;
}

.reference
{
text-indent: -3em; 
margin-left: 3em; 
}

/*-------MENU-----------*/
ul.menu {
list-style-type: none;
padding: 0;
margin: 0;
position: absolute;
top: 150px;
left: 1em;

background-color: #CCCCCC;
color: #000000;
border: #000000 2px solid;

font-weight: bold;
text-align: center;
}


ul.menu li
{
border-bottom: #FFFFFF 1px solid;
margin: 0.1em 0;
padding: 0.1em;
}


ul.menu a
{
text-decoration: none;
}


/*------ FORM stuff -------*/
label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

input
{
background: gold;
border: 1px solid #00CCFF;
}

.submit input
{
margin-left: 8.5em;
background: gold;
border: 2px outset #00CCFF;
}

textarea.textbox
{
margin-left: 8.5em;
background-color: #F0F0F0;
}

fieldset
{
border: 1px solid #781351;
/*width: 55em;*/
}

legend
{
color: black;
background: #00CCFF;
border: 1px solid #781351;
padding: 2px 6px;
}
