

body {
    background-color : #f2f2e6;
    color : black;
  }


a {
	color : #000000;
	text-decoration : none;
  }


a:hover {
	text-decoration : underline;
  }


a:visited {
	color : #3f7ca7;
  }


.container {
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-style : solid;
    border-top-width : 2px;
    max-width : 780px;
    width : 780px;
  }


.side {
    float : left;
    margin : 10px;
  }


.left_nav {
    float : left;
    margin-top : 10px;
  }


.content {
    float : left;
    margin-left : 10px;
	 margin-top : 10px;
    max-width : 520px;
    width : 520px;
  }


.logos {
    border-bottom-color : #000000;
    border-bottom-style : outset;
    border-left-color : #000000;
    border-left-style : outset;
    border-right-color : #000000;
    border-right-style : outset;
    border-top-color : #000000;
    border-top-style : outset;
    margin-left : 20px;
    margin-top : 20px;
    max-width : 500px;
    position : absolute;
	 left : 250px;
    width : 500px;
	 height : 260px;
	 background-color : #f2f2e6;
  }


.divider {
    float : left;
  }

.align-right {
	float : right;
	margin-right : 30px;;
}
.image {
    /* margin-left : 250px;
    */float : right;
    margin-top : 0px;
  }
.big-image {
	 margin-top : 0px;
	margin-left : 5%;
	margin-right : 5%;
}

.thumb {
    height : 50px;
    width : 65px;
    margin-left : 10px;
  }


.logo-thumb {
	 margin-left : 1px;
    height : 55px;
    width : 95px;
  }


.top_nav {
    background-image : url('images/HorizNav.gif');
    background-repeat : no-repeat;
    color : #FFFFFF;
    font-weight : bolder;
  }

.contact {
    background-image : url('images/HorizNav.gif');
    background-repeat : no-repeat;
    color : #000000;
    font-weight : bolder;
	 width: 200px;
	 max-height:200px;
	 min-width:200px;
	 float : left;
	margin-left: 50px;
  }

img {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
  }


.h1 {
    font-family : "Trajan Pro", "Times New Roman";
    font-size : 14pt;
    font-weight : bolder;
    letter-spacing : 2px;
  }
