﻿
html {
    min-height: 101%;
    font-size: 100%;
}

body {   
    padding: 0;
	margin: 0;
	border: solid 0 #7dc623;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 150%;
	/* color: #3e3e3e; */
	/* color: #454545; */
	/* color: #4d4d4d; */
	color: #303030;
	font-size: 62.5%;
}

div {
	border-style: solid;
	border-width: 0;
	text-align: left;
	}

p {
	font-size: 1.5em;
	line-height: 140%;
	margin: 0 0 15px 0;
}

p a {
    color: #65a21d;
    }

table.inpage {
    font-size: 1.5em;
    text-align: left;
    }

h1 {
    font-size: 1.9em;
    color: #e15092;
    margin: 0 0 15px 0;
    line-height: 140%;
}
 
a {
    color: #4d4d4d;
}    

img {
    border-width: 0;
    }

img.textRHinsert
{
    float: right;
    padding: 5px;
    border: solid 1px grey;
    margin: 5px;    
}

img.textLHinsert
{
    float: left;
    padding: 5px;
    border: solid 1px grey;
    margin: 5px 10px 5px 0;    
}

h2 { color: #464646; margin: 20px 0 5px 0; line-height: 130%; }

li {
    border-color: inherit;
    border-width: 0;
    font-size: 1.5em;
    line-height: 150%;
    }

div.background {
    position: relative;
    margin: 0 auto;
    width: 700px;
    min-height: 363px;
    background-image: url(/images/layout/FNCLogoBackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 170px;
    padding: 20px 0 0px 0;
}

div.state {
    position: absolute;
    left: 750px;
    }

p.link a
{
    color:#e15092;
    font-weight:bold;
    text-decoration: underline;
}
    
p.errortext 
{
    color: Red;
}

a.discover { text-decoration: none; color: #4D4D4D; }
a.discover:Hover { text-decoration: underline; }
a.obvious { text-decoration: underline; color: #3E61B1; }
/* Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
