body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #014D5D url(background.png);
	background-repeat:repeat-x;
}

a:link {
	color: DarkBlue;
	text-decoration: none;
}

a:visited {
	color: DarkBlue;
	text-decoration: underline;
}

a:hover {
	color: DarkBlue;
 	text-decoration: underline;
}

* {
	margin: 0 auto 0 auto;
	text-align:left;
}

#page {
	display: block;
	height:auto;
	position: relative;
	overflow: hidden;
	width: 670px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.topNavigationLink {
    text-align:center;
    position:relative;
    margin-top:30px;
    font-size:16px;
    margin-left:-10px;
    width:121px;
    height: 35px;
    line-height: 35px;
    float:left;
    color:#CEEAEE;
    font-family: Arial, sans-serif;
}

.topNavigationLink a {
	text-decoration:none;
	color:#CDE2FC;
}

.topNavigationLink a:hover {
    text-align:center;
    border-bottom:none;
    color:#0C61C9;
    display: block;
    width:121px;
    height: 35px;
    line-height: 35px;
    background-image:url(tab.png);
}

.botNavigationLink a:visited {
    color:#0C61C9;
}

#mainPicture {
    width:670px;
    height:260px;
    background-color:#FFFFFF;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#mainPicture .picture {
    position:relative;
    width:650px;
    height:240px;
    top:10px;
    background-image:url(aam.jpg);
    background-repeat:no-repeat;
	margin-left:10px;
}

#headerTitle {
    position:relative;
    top:30px;
    left:40px;
    font-size:25px;
    color:#FFFFFF;
    font-family: Arial, sans-serif;
    margin-left: 0;
    text-align: center;
    width: auto;
}

#headerSubtext {
    position:relative;
    top:30px;
    left:50px;
    font-size:14px;
    color:#A9C8FA;
    font-family: Arial, sans-serif;
    margin-left: 0;
    text-align: center;
    width: auto;
}

.contentBox {
    width:670px;
    height:auto;
    background-color:#FFFFFF;
    margin-top:10px;
}

.contentBox .innerBox {
    position:relative;
    width:650px;
    height:auto;
    top:10px;
    margin-left:10px;
    background-image:url(content_back.png);
    background-repeat:repeat-x;
    padding-bottom:20px;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
}

.contentTitle {
    font-size:22px;
    margin-bottom:0px;
    padding-top:18px;
    margin-left:15px;
    margin-top:15px;
    word-wrap: break-word;
}

.contentText {
    font-size:16px;
    line-height:24px;
    margin-left:13px;
    margin-right:13px;
    word-wrap: break-word;
}

#footer {
    width: 670px;
    height:16px;
    background: url(footer.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align:center;
    font-size:9px;
    font-family:Arial, Helvetica, sans-serif;
    color:#386172;
    padding-top:5px;
    max-width: 100%;
    box-sizing: border-box;
}

#footer a {
    text-decoration:none;
    font-size:9px;
    color:#386172;
}

html, body {
    text-align: center;
}

p {
    text-align: left;
}

@media only screen and (max-width: 700px) {
    #page {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 15px;
    }

	.contentBox {
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.topNavigationLink {
		margin-top:10px;
	}

    .topNavigationLink a {
        width: 100%;
        box-sizing: border-box;
        display: block;
        line-height: 35px;
        text-align: center;
    }

	.topNavigationLink a:hover {
		color:#CDE2FC;
		background-image: none;
 		line-height: 35px;
        text-decoration: none;
	}
    .topNavigationLink a:active {
        color: #0C61C9;
    }

    #mainPicture {
        height: 200px;
    }

    #mainPicture .picture {
        width: calc(100% - 20px);
        margin-left: 10px;
		height: 180px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		max-width: calc(100% - 20px);
		box-sizing: border-box;
    }

    #headerTitle, #headerSubtext {
        position: static;
        text-align: center;
        margin-left: 0;
        top: auto;
        left: auto;
        padding: 10px 0;
    }

    .contentBox .innerBox {
        width: calc(100% - 20px);
		margin-left: 10px;
    }

    .contentTitle {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
    }
    .contentText {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 415px) {
    body {
        font-size: 12px;
    }

    .topNavigationLink {
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }

    .topNavigationLink a {
        height: auto;
        line-height: normal;
        padding: 0;
    }

    #mainPicture {
        height: 155px;
    }

	#mainPicture .picture {
		height: 135px;
	}

    #headerTitle {
        font-size: 20px;
    }

    #headerSubtext {
        font-size: 12px;
    }

    .contentTitle {
        font-size: 18px;
    }

    .contentText {
        font-size: 14px;
    }
}