@CHARSET "UTF-8";

html {
	background: rgb(255,233,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,233,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */
}

body {
    height: 100%;
}   

#head {
	background-image: linear-gradient(to bottom, #FFB914 0%, #000000 100%);
	background: rgb(255,233,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,233,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */
    font-family: calibri;
    font-size: 14pt;
    text-align: center;
    color: #003219;
    color: hsl(150,100%,10%);    
    margin: 20px 10px 20px 10px;
	border-color: #ffa100;
	border-color: hsl(38,100%,50%);
	border-width: 3px;
	border-style: solid none solid none;
}

#navigation {
	text-align: left;
	margin-top: 10px;
    margin-left: 10px;
 	margin-right: 10px;
 	margin-bottom: 20px;	
	font-family: calibri;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 2.0;
	float: left;
	background-image: linear-gradient(to right, #FFB914 0%, #000000 100%);
	background: rgb(255,233,160); /* Old browsers */
	background: -moz-linear-gradient(right,  rgba(255,255,255,1) 0%, rgba(225,233,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(225,233,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e9a0',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    border-top-color: #ffa100;
	border-top-color: hsl(38,100%,50%);
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: #ffa100;
	border-bottom-color: hsl(38,100%,50%);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-color: #ffa100;
	border-left-color: hsl(38,100%,50%);
	border-left-width: 3px;
	border-left-style: none;
	border-right-color: #ffa100;
	border-right-color: hsl(38,100%,50%);
	border-right-width: 3px;
	border-right-style: none;
}

#image {
	float: right;
	margin-top: 20px;
    margin-right: 20px;
}

#content {
	margin-top: 27px;
    margin-left: 200px;
    color: #003219;
    color: hsl(150,100%,10%);
    font-family: arial;
    font-size: 14pt;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#bottom {
	margin-top: 100px;
    margin-right: 20px;
	color: #64ffff;
    color: hsl(180,100%,70%); 
    font-family: calibri;
    font-size: 8pt;
    text-align: right;
    letter-spacing: 0.1em;
}

#foot {
	margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
 	border-top-color: #ffa100;
	border-top-color: hsl(38,100%,50%);
	border-top-width: 3px;
	border-top-style: solid;
	color: #ffa100;
    color: hsl(150,100%,10%); 
    font-family: calibri;
    font-size: 8pt;
    letter-spacing: 0.2em;
    line-height: 0.2;
}

a:link {color: #003219;}
a:visited {color: #003219;}
a:focus {color: #ffa100;}
a:hover {color: #ffa100;}
a:active {color: #ffa100;}