/* PAGE LAYOUT */

body{
margin: 10px 0 10px 0;
padding:0;
text-align:center;
background: #CCD8FF;
background-attachment: fixed;
font-size: 11pt;
letter-spacing: 0.1em;
}

#leftcol, #rightcol, #bottom {
display: none;
}

h1 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.7em; /* 2.2 x 1.2 = 2.64 */
font-weight: bold;
text-align:left;
color: #00186F;
line-height: normal;
}

h2 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.4em; /* 2.2 x 1.2 = 2.04 */
font-weight: bold;
text-align:left;
color: #00186F;
line-height: normal;
}

h3 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.3em; /* 1.4 x 1.2 = 1.68 */
font-weight: bold;
font-style: italic;
text-align:left;
color: #00186F;
line-height: normal;
}

h4 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.1em; /* 2.2 x 1.2 = 1.56 */
font-weight: bold;
text-align:left;
color: #004EA4;
line-height: normal;
}

a {
color: #002295;
text-decoration: underline;
outline: none;
}

li {
margin-bottom: 15px;
}

#pagewidth{
background-color: #ffffff;
text-align:left;
margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
font-family: Times New Roman;
color: #000;
}

#header{
position: relative;
height: 92px;
width: 100%;
}

#footer {
padding: 10px 0 10px 0;
background-color:#fff;
font-size: 0.75em; /* 1.2 x 0.75 = 0.9 */
letter-spacing: 0em;
line-height: 1.2em;
clear: both;
text-align: center;
border-top: 1px solid #00186F;
}

/* TEXT STYLES */
.smalltext
{
	font-size: 1em;  /* 1.1 x 1.2 = 1.32 */
	letter-spacing: 0.05em;
}

.toplinks
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	letter-spacing: 0.05em;
	font-style: italic;
        margin: 0 20px 0 20px;
}


/* TABLES */

.tabletitle
{
	font-size: 0.9em; /* 1.2 x 1.2 = 1.44 */
    font-weight: bold;
	color: #ffffff;
    text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #00186F;
	background-color: #00186F;
	padding: 2px 2px 2px 2px;
}

.tablebody
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	font-style: none;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #00186F;
	background-color:#FFFFFF;
	padding: 2px 2px 2px 2px;
}

.tablehi
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	font-style: none;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #00186F;
	background-color:#CCD8FF;
	padding: 2px 2px 2px 2px;
}


/* PHOTOS */

.icon {
	float: left;
	margin: 0 10px 20px 20px;
}

.homelogo {
	float: center;
}

.rightphoto {
	float: right;
	padding: 3px;
	border: 1px #00186F solid;
	margin: 10px 5px 10px 10px;
}

.leftphoto {
	float: left;
	padding: 3px;
	border: 1px #00186F solid;
	margin: 10px 10px 10px 5px;
}

.centrephoto {
	padding: 3px;
	border: 1px #00186F solid;
}

.rssiconright {
	float: right;
	margin: 0 0 20px 20px;
}

.rssiconleft {
	float: left;
	margin: 5px 5px 5px 5px;
}