body {
font-family: Tahoma, helvetica, sans-serif;
font-size: 12pt;
margin: 3, 3, 3, 3;
}

h1 {
font-size: 3em;
font-weight: bold;
}

.tight {
margin-bottom:0px;
}

.bigline {
line-height:150%;
}

a.lnk:link {
font-size: 12pt;
line-height: 1.5;
color: #0000FF;
text-decoration: none;}

a.lnk:visited {
font-size: 12pt;
color: #0000FF;
text-decoration: none;}

a.lnk:active {
line-height: 1.5;
font-size: 12pt;
color: #0000FF;
text-decoration: none;}

a.lnk:hover {
line-height: 1.5;
font-size: 12pt;
color: #FF0000;
text-decoration: underline;
}

a.navlnk:link {
font-size: 12pt;
line-height: 1.5;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;}

a.navlnk:visited {
font-size: 12pt;
line-height: 1.5;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.navlnk:active {
font-size: 12pt;
line-height: 1.5;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;}

a.navlnk:hover {
font-size: 12pt;
line-height: 1.5;
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;}

.navbar {
font-size: 12pt;
line-height: 1.5;

background-color: #297ccf;
}

.hed {
font-size: 4em;
font-weight: bold;
color: #297ccf;
letter-spacing:10px
}

div.centered {
	margin-left: auto;
	margin-right: auto;
	width: 8em;
}

#container3 {
    float:left;
    width:100%;
    background-color:#297ccf;
    background: -moz-linear-gradient(top, #297ccf, #143c65);
    background: -ms-linear-gradient(top, #297ccf, #143c65);
    background: -o-linear-gradient(top, #297ccf, #143c65);
    background: -webkit-linear-gradient(top, #297ccf, #143c65);
    background: linear-gradient(top, #297ccf, #143c65);
    overflow:hidden;
    position:relative;
}
#container2 {
    float:left;
    width:100%;
    background-color:#eeeeee;
    background: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background: -ms-linear-gradient(top, #eeeeee, #ffffff);
    background: -o-linear-gradient(top, #eeeeee, #ffffff);
    background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background: linear-gradient(top, #eeeeee, #ffffff);
    position:relative;
    right:5%;
}
#container1 {
    float:left;
    width:100%;
    background-color:#297ccf;
    background: -moz-linear-gradient(top, #297ccf, #143c65);
    background: -ms-linear-gradient(top, #297ccf, #143c65);
    background: -o-linear-gradient(top, #297ccf, #143c65);
    background: -webkit-linear-gradient(top, #297ccf, #143c65);
    background: linear-gradient(top, #297ccf, #143c65);
    position:relative;
    right:80%;
}
#navigation {
    float:left;
    width:15%;
    text-align:center;
    position:relative;
    left:85%;
    overflow:hidden;
}
#content {
    float:left;
    width:76%;
    position:relative;
    left:87%;
    overflow:hidden;
}
#rightborder {
    float:left;
    width:5%;
    position:relative;
    left:85%;
    overflow:hidden;
}
	
table.small {font-size: x-small;}
