body {
background:
 -webkit-linear-gradient(#D0E5F2, #ffffff);
 /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#D0E5F2, #ffffff);
 /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#D0E5F2, #ffffff);
 /* For Firefox 3.6 to 15 */
background: linear-gradient(#D0E5F2, #ffffff); /*
 Standard syntax (must be last) */
}

/* from gnu2index.html */

.arial1 {
font-family: "Times New Roman", Times, serif;
font-size:1.50em;
color:#ffffff;
}

.arial2 {
font-family: "Times New Roman", Times, serif;
font-size:2.00em;
color:rgba(255, 255, 255, 0.5);
}

/* Responsive Parts */

#resp_header {
width:100%;
height:30%;
}

#resp_main {
width:100%;
height:60%;
}

#resp_footer {
width:100%;
height:10%;
}

/* "regular" css */

a {
text-decoration:none;
color:rgba(102, 117, 125, 0.9);
}

.aligncenter {
text-align:centered;
}

.black {
color:#484848;
}

.center {
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

#flagbox {
position:relative;
float:left;
border-width:0.5px;
border-style: solid;
border-color: #FFFFFF;
padding-left:1px;
padding-right:1px;
}

#flagboxcontainer {
position:static;
float:left;
width:99%;
height:40px;
}

.flushleft {
text-align:left;
}

.footer {
width:1200px;
}

.individualpicbox {
position:relative;
float:left;
margin:10px;
width:75px;
height:75px;
}

.logotypemain {
position:relative;
float:left;
width:99%;
height:230px;
margin:10px;
padding-top:30px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
}
 
.logotypesecondary {
width:1200px;
height:270px;
margin:20px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
}
 
.underheaderleft {
position:relative;
float:left;
width:14%;
height:400px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:10px;
}

.underheadercenter {
position:relative;
float:left;
width:55%;
height:59%;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:25px;
}

.underheaderright {
position:relative;
float:left;
width:14%;
height:400px;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#C0AC66;
text-align:center;
padding:10px;
}

h1 {
font-size: 34px;
color:#755113;
line-height:100%;
text-align:center;
}

h3 {
color:#755113;
line-height:100%;
text-align:center;
}

h4 {

color:#6E6E9F;
line-height:100%;
text-align:center;
}

h5 {
color:#6E6E9F;
line-height:100%;
text-align:center;
}

.specialsmall
{
color:#755113;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
line-height:100%;
text-align:left;
}

.specialmedium {
font-family:"Times New Roman", Times, serif;
font-size: 30px;
color:#28549b;
line-height:100%;
text-align:left;
}

.specialbig
{
color:#28549b;
font-family:"Times New Roman", Times, serif;
font-size: 45px;
line-height:100%;
text-align:center;
}