/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFDEE;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
color: #000000;
text-align: center;
}
#flash {

font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
color: #000000;
text-align: center;
}

#title{
font-family: Helvetica, Arial, sans-serif;
font-size: 35px;
font-weight: bold;
color: #958839;
text-align: center;
}
#holder {
background-color: transparent;
}
#holder .text{
font-family: Helvetica, Arial, sans-serif;
margin-left: 1.75em;
font-size: 15px;
color: #000000;
text-align: left;
float: left;
margin-right: 1.75em;
margin-top: 1em;
}

#title2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight: bold;
text-align: left;
color: #958839;
margin-left: 1.75em;
margin-right: 1.75em;
}
#title3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 25px;
font-weight: bold;
text-align: left;
color: #958839;
margin-left: 70px;
margin-right: 70px;
}


HR {
color: #958839;
height: 2px;
width: 100%;
align: center;
}

a:link {
color: #958839;
font-weight: bold;
text-decoration: underline;
}
a:visited {
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
font-weight: bold;
color: #000000;
}