html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav {
    width: 100%;
    height: 40px;
    background-color: #426ca9;
}
.nav_container {
    width: 900px;
    height: 40px;
    margin: 0 auto;
    
}
.nav_container li ,a {
    display: inline-block;
    text-decoration: none;
    color: #629cef;
    font-family: Arial;
    font-size: 1em;
    margin-left: 5px;
    line-height: 40px;
}
.nav_container li , a:hover {
    color: #fff;
}

.selected a {
    color: #fff;
    background-color: #143d79;
    padding-left: 25px;
    padding-right: 25px;
    
}

header {
    width: 100%;
    height: 225px;
    background-color: #2d4568;
    background: #527fc1; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #527fc1 0%, #2d4568 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#527fc1), color-stop(100%,#2d4568)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #527fc1 0%,#2d4568 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527fc1', endColorstr='#2d4568',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.header-container{
    width: 900px;
    height: 225px;
    margin: 0 auto;
    background-image: url("../img/logo.png") ;
    background-repeat:no-repeat; 
    background-position: center;
    
    
}


.header-container-left{
  width: 300px;  
  height: 225px;
  float: left;
 

}

.header-container-left h1 {
    color: #fff;
    font-size: 1.2em;
    font-family: Arial;
    margin-top: 80px;
    margin-left: 15px;
}

.header-container-left p {
    color: #fff;
    font-size: .8em;
    font-family: Arial;
    margin-top: 15px;
    margin-left: 15px;
}
.header-container-right{
  width: 300px;
  height: 225px;
  
  float: right;
  
  
}

.header-container-right h1 {
    color: #fff;
    font-size: 1.2em;
    font-family: Arial;
    margin-top: 90px;
    margin-left: 15px;
}

hr {
    width: 100%;
    border: 5px solid #395f96;
    margin-top: 0;
    
}

.content{
    width: 100%;
    background-color: #fff;
    min-height: 600px;
    
}

.content-container{
    width: 900px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
   
    
}
.content-container h3{
    font-family: Arial,sans-serif;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    color: #527fc1;
    text-shadow:2px 2px 2px #527fc1;
    
}
.content-container p{
    font-family: Arial,sans-serif;
    font-size: .9em;
    margin-left: auto;
    margin-right: auto;
    color: #426ca9;
    
}
.content-container a, a:hover{
    font-family: Arial,sans-serif;
    font-size: .9em;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    
}

.content-container p1{
    font-family: Arial,sans-serif;
    font-size: .9em;
    
    color: #527fc1;
    
}
.content-container i{
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    color: #426ca9;
    
}

    .content-button{

    
    
    width: 195px;
    height: 35px;
    border-radius: 4px;
    border-bottom: 4px solid #2d4568;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    background: #527fc1; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #527fc1 0%, #2d4568 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#527fc1), color-stop(100%,#2d4568)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #527fc1 0%,#2d4568 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527fc1', endColorstr='#2d4568',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.content-button2
{
    
    
    width: 195px;
    height: 35px;
    border-radius: 4px;
    border-bottom: 4px solid #2d4568;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #527fc1; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #527fc1 0%, #2d4568 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#527fc1), color-stop(100%,#2d4568)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #527fc1 0%,#2d4568 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #527fc1 0%,#2d4568 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527fc1', endColorstr='#2d4568',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.content-container-left{
    width: 450px;
    height: 450px;
    
    float: left;
    
    
}
.content-container-left-logo{
    width: 300px;
    height: 259px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-image: url("../img/photo.png");
    border: 2px;
    border-color: black;
}

.content-container-right{
    width: 450px;
    height: 450px;
    
    float: right;
}

.content-container-right h1{
    color: #2d4568;
    margin-top: 30px;
    font-family: Arial;
    font-size: 1.25em;
}
.content-container-right p{
    color: #000;
    font-family: Arial;
    font-size: .9em;
    
}
.content-container-right a{
    color: #000;
    font-family: Arial;
    font-size: .9em;
    
}



footer{
    width: 100%;
    height: 30px;
    background-color: #2d4568;
    bottom: 0;
    position: fixed;
    clear: both;
}
.footer-container{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2d4568;
    height: 30px;
    
}
.footer-container p{
    line-height: 30px;
    color: #fff;
    float: right;
    font-family: Arial;
    

}