html, body {
        height: 100%;
        margin:0;
}

body {
        background-image:url(images/bg.jpg);
        background-repeat:repeat;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #798A9D;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#1F4A73;}


::-webkit-scrollbar-track-piece {
    background-color: #1F4A73;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#183C5E;
    border: 4px solid #AB92DD;
}


#navigation {
	position:relative;
        width:100%;
	right:0px;
	top:-10px;
        padding-left:20px;
        padding-right:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.9;
        width: 1200px;
}

#navigation A:link { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#ffffff; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:active { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:hover { 
         text-decoration: none; 
        color:#9CC0E9; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;background-color:#1A3D5E;        padding-left:20px;
        padding-right:20px;}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-color:#9CC0E9;
        background-position: center; 
        height:489px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#7AACCF; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#7AACCF; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#89BAE0; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#7AACCF; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #7AACCF;         font-weight: 400!important;
}

i { 
        color: #7AACCF;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#7AACCF; 
        line-height:10px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;}

#footer a:link {        text-decoration: none; 
        text-decoration: none; 
        color:#6094B8; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#6094B8; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#000000}

#container {
	margin: -10px;
	position: relative;
	float: center;
	width: 1200px;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#AFC7DD;
        line-height:25px;letter-spacing:2px;background-color:#224F7A;-webkit-border-radius: 30px;
-moz-border-radius: 120px;
border-radius: 30px;border:5px solid #224F7A;
}


blockquote {
 	background-color:#285279; 
 	border-top: 20px solid #87A9CA;
 	padding: 8px;
	text-align:justify;
	color:#AFC7DD;}


h1 { 
	color:#618DB7;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;background-color:#285279}

.contentcontainer input, textarea, select {
  background-color: #285279;
  border: 2px dashed #618DB7;
  padding:4px;
  color:#618DB7;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}