/* common items --------------------------------------------------------------------------------------------------------------------------- common items */

body {
background-color: #CCD4DA;
color: #000000;
font-family: arial, sans-serif;
font-size: 1em;
background-image: url("../images/bgrd.gif");
}

* {margin:0; padding:0;}

* img {border-style: none;}

* em {
color: #003399;
font-weight: bold;
}

.clearfloats {
clear: both;
}

#mainwrap {
font-size: .8em;
width: 770px;
margin-left: auto;
margin-right: auto;
}

#contentwrap {
text-align: center;
}

.table {
width: 700px;
margin-left: auto;
margin-right: auto;
border: solid thin #467BBD;
background-color: #BFC6CC;
text-align: left;
padding: 5px 5px 5px 5px;
}

.tablelogos {
width: 700px;
margin-left: auto;
margin-right: auto;
border: solid thin #467BBD;
background-color: #FFFFFF;
text-align: left;
padding: 5px 5px 5px 5px;
}

.leftcolumn {
float: left;
margin-right: 50px;
}

.imgfloatleft {
float: left;
margin: 0px 140px 0px 0px;
}

.nav {
float: left;
margin-right: 80px;
}

.bottomlogos table {
width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 1.2em;
font-style: italic;
}

.bottomlogos table td {
width: 233px;
}



/* links --------------------------------------------------------------------------------------------------------------------------- links */

a:link, a:visited, a:active {
color: #568AA9;
font-size: .7em;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
