@charset "UTF-8";
/* CSS Document */

.column-container {
	float:left;
	position:relative;
	margin:0;
	padding:0;
  }

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	color: #3B5FA9;
	font-weight: normal;
	line-height: 1.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p {
  position: relative;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.6em;
	}

p2 {
  position: relative;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1em;
	}	
	
.header {
  width: 800px;
}

.header1 {
 	position: relative;
	float: left;
	margin-top: 20px;
	background-image: url(../images/logo2bluewhiteround2.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 225px;
	width: 300px;
	background-color: #000051;
	border-bottom:4px solid #c0c0c0;
}

.header2 {
	position: relative;
	float: left;
	margin-top: 20px;
	height: 50px;
	width: 500px;
	padding: 0px;
	background-image: url(../images/heitext2.png);
	background-color: #000051;
	outline-color: #ff0000;
}

.header3 {
  position: relative;
	float: left;
	height: 140px;
	width: 500px;
	background-image: url(../images/pendant3.png);
	background-repeat: repeat;
	background-position: left;
	background-color: #000051;
	}

	 #nav {
      position: relative;
			float:left;
			height: 35px;
			margin: 0 0 1em 0;
			background-repeat: no-repeat;
	    background-color: #000051;
			border-bottom: 4px solid #c0c0c0;
			overflow: hidden;
	  	}
			
	 #nav ul {
	    float:left;
			list-style: none;
	    width: 500px;
	    margin: 0 auto;
			padding: 0;
			}
	
   #nav li {
			float: left;
			height: 35px;
			width:100px;
			}
			
   #nav li a {
			display:block;
      text-decoration: none;
			font-weight: bold;
			font-size: 14px;
			padding: 8px;
			color: #ffffff;
      border-right: 1px solid #ccc;
			border-left: 1px solid #ccc; 
			}
			
   #nav li a:hover {
      color: #000051;
      background-color: #fff; 
			}

	 #nav li a:active {		
			color: #000051;
      background-color: #fff; 
			}
	
	 #nav li a:focus {
	    color: #000051;
      background-color: #fff; 
			}
   #nav li:first-child a {
	    border-left: 2px solid #ccc; 
			}
			
	 #nav li:last-child a {
	    border-right: 1px solid #000051;
			}


.wrapper {
	text-align: left;
	width: 800px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

.content {
	width: 800px;
	height: auto;
	text-align: left;
	clear: left;
	padding: 0px;
	z-index: auto;
}
.content-container {
	width: 800px;
	z-index: auto;
}

.body-content-container {
	float: left;
	width: 800px;
  }
 
.body-left {
	float: left;
	width: 550px;

}

.body-right1 {
	float: left;
	width: 250px;
	height: 100px;
	background-color: transparent;
	text-align: center;
	padding-right:15px;
	padding-left:5px;	
	}

.body-right2 {
	float: left;
	width: 250px;
	height: 100px;
  background-color:  transparent;
	text-align: center;
	padding-right:15px;
	}

.body-right3 {
	float: left;
	width: 250px;
	height: 100px;
  background-color: transparent;
	text-align: center;
	}	
	
.footer-container{
	position: relative;
	float: left;
	height: 150px;
	width: 800px;
  }


.footer p{
      text-decoration: none;
			text-align: left;
			font-size: 14px;
			font-style:bold;
			color: #ffffff;
			}

.footer1 {
  position: relative;
	float: left;
	height: 125px;
	width: 300px;
	background-color: #000051;
	border-top: 4px solid #c0c0c0;
	}

.footer2 {
  position: relative;
	float: left;
	height: 125px;
	width: 250px;
	background-color: #000051;
	border-top: 4px solid #c0c0c0;
	text-align:left;}

.footer3 {
  position: relative;
	float: left;
	height: 125px;
	width: 250px;
	background-color: #000051;
	border-top: 4px solid #c0c0c0;
	text-align:left;}
	
.copyright {
	width: 550px;
	margin-top: 50px;
	padding-top: 0px;
	position: absolute;
	float: left;
	padding-left: 25px;
	line-height: 18px;
	}