﻿body
{
    color: #000080;
    font-family: Verdana, Tahoma, Arial;
    background-color: #919dbc;
    margin: 0px 50px;
    padding: 0px;
    text-align: center;
    font-size: smaller;
    height: 100%; 
}

.main
{
    background-image: none;
    width: 800px;
    height: 100%;
    background-color: white;
    padding: 30px;
    color: black;
    text-align: left;
    border-right: #000080 thin solid;
    border-top: #000080 thin;
    border-left: #000080 thin solid;
    border-bottom: #000080 thin solid;
}

h1{
    font-size: larger;
    color: #003399;
} 

h2
{
	font-size: 11pt;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 25px;
} 

h3
{
	color: #003399;
	font-weight: bold;
	font-size: small;
	margin-left: 25px;
	margin-right: 25px;
} 


h4, h5{
    font-size: medium;
    font-weight:normal;  
    margin-left: 25px;
    margin-right: 25px;
} 

h6
{
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: small;
	font-weight: bold;
} 


p{
    margin-left: 50px;
    margin-right: 50px;
}

ul{
    margin-left: 70px;
    margin-right: 10px;
    text-align:left; 
}

input
{
	border: darkgray 1px solid;
}

table
{
	border-style: none;
	border-collapse: collapse;
}

thead
{
	color: #003399;
	font-weight:bolder;
	height: 2em;
	vertical-align:middle;   
}

/* main menu */

.mnt
{
    background-image: none;
    width: 800px; 
     
}

.mnt td
{
    color: #ffffff;
    background-color: #919dbc;
    text-align: center;
    font-weight: bold;
    border-right: #003399 1px solid;
    border-top: #003399 1px solid;
    border-left: #003399 1px solid;
    border-bottom: #003399 1px solid;
}

.mnt td:active, .mnt td:hover 
{
	background-color:#6699CC;
}

.mnt td a
{
    display: block; 
    color: #ffffff;
    text-decoration: none; 
}


/* Call to Action */
.CTA
{
	color: #003399;
	font-weight: bold;
	line-height: 25px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: medium;
}

/* Head List */
.HeadList
{
	color: #000099;
	text-align: left;
	padding: 15px;
	line-height: 20px;
	border: silver 1px solid;
}


/* footer */
.foot
{
    color: #000000;
    text-align: center;
}

.txtright {text-align:right;}
.txtleft {text-align: left;}
.txtcenter {text-align: center;}
     
