@charset "ISO-8859-1";

body {
margin : 0;
padding : 0;
border : 0;
text-align : center;
background-color: #F2F8F8;
background-image: url('media/tile5.png');
background-position: top center;
background-repeat: repeat-y;
background-attachment: scroll;
}

#header { 
width : 100%;
margin : 0 auto;
text-align : center;
}

#popup { 
width : 500px;
margin : 0 auto;
text-align : center;
background-color: #FFFFFF;
}

#title { 
width : 100%;
margin : 0 auto;
text-align : center;
}

#nav { 
width : 100%;
margin : 0 auto;
text-align : center;
}

#footer { 
width : 100%;
margin : 0 auto;
text-align : center;
background-color: #202020;
}

#section { 
width : 100%;
margin : 0 auto;
text-align : center;
}

a:focus {
outline : none;
}

a:link {
color : #DB6F2C;
text-decoration : none;
outline : none;
}

a:visited {
color : #DB6F2C;
text-decoration : none;
outline : none;
}

a:hover {
color : #7C31f5;
text-decoration : none;
outline : none;
}

a:active {
color : #7C31f5;
text-decoration : none;
outline : none;
}

body, table, td {
color : #404040;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 16px;
line-height : 160%;
}

h1 {
color : #046C7B;
font-family : "Open Sans", sans-serif;
font-weight : 600;
font-size : 26px;
line-height : 250%;
letter-spacing : 0px;
word-spacing : 0px;
}

h2 {
color : #046C7B;
font-family : "Open Sans", sans-serif;
font-weight : 600;
font-size : 18px;
line-height : 140%;
letter-spacing : 0px;
word-spacing : 0px;
font-style: italic;
}

h3 {
color : #F2F8F8;
font-family : "Open Sans", sans-serif;
font-weight : 600;
font-size : 18px;
line-height : 140%;
padding-left : 20px;
padding-top : 12px;
padding-bottom : 13px;
letter-spacing : 0px;
word-spacing : 0px;
background-color: #046C7B;
}

.navigation {
color : #000000;
font-family : "Open Sans", sans-serif;
font-weight : 600;
font-size : 16px;
line-height : 160%;
letter-spacing : 0px;
word-spacing : 1px;
}

.graytitle {
color : #C0C0C0;
font-family : "Open Sans", sans-serif;
font-weight : 600;
font-size : 18px;
line-height : 140%;
letter-spacing : 0px;
word-spacing : 0px;
padding-bottom : 8px;
}

.titletext {
color : #000000;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 11px;
line-height : 130%;
}

.smallprint {
color : #C0C0C0;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 12px;
line-height : 130%;
}