/* --------------------------------------------- */
/*     Global Definitions                        */
/* --------------------------------------------- */
* {
    padding:0;
    margin:0;
}
html { 
    height: 100%;
}
body {
    font:normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height:15px;
    color:#646464;
    background:#fff;
}
img { 
    border:0; 
    display:block;
}
select, input, textarea { 
    font-size: 99%; 
}
input, select {
    background:#ffffff; 
    font:normal 10px Verdana, Arial, Helvetica, sans-serif;
    line-height:10px;
    color:#08107B;
}
select {
    border:1px solid #cccccc;
    color:#646464;
}
ul {
    list-style-type:disc;
}
ul li {
    color:#646464;
    margin:3px 0px 0px 10px;
}  
a{
    text-decoration:none;
    color:#646464;
}
a:hover {
    color:#08107b;
}
a.arrow, a.arrow_small {
    padding-left:14px;
    display: block;
    margin-top:4px;
    font-weight:bold;
}
a.arrow.grey {
    background:url(arrow_grey.gif) 0px 2px no-repeat;
    color:#646464; 
}
a.arrow.grey:hover {
    color:#08107b;
}
a.arrow.blue {
    background:url(arrow_blue.gif) 0px 2px no-repeat; 
    color:#08107b;
}
a.arrow.blue:hover {
    color:#646464; 
}
a.arrow.orange {
    background:url(arrow_orange.gif) 0px 1px no-repeat; 
    color:#646464;
}
a.arrow.orange:hover {
    color:#08107b; 
}
a.arrow_small {
    background:url(bullet_blue_small.gif) 0px 4px no-repeat;
    font-weight:normal;
    line-height:12px
}
a.arrow_small:hover {
}

/* --------------------------------------------- */
/*     Basic Layout                                 */
/* --------------------------------------------- */
.page {
    margin:0px 0px 0px 8px;
    padding-bottom:10px;
}

#headbox
{
	width: 928px;
	height:auto;
}

#flashcontent
{
	width: 928px;
	height:500px;
}

#footer {
    clear:both; 
    width:908px; 
    height:12px; 
    background-color:#08107b; 
    margin:0px 0px 20px 0px;
    padding:3px 12px 5px 8px;
    line-height:12px;
    font-size:10px;
    color:#808ac8;
}
#footer a {
    color:#808ac8;
}
#footer a:hover{
    color:#fff;
}
#footer .nav {
    float:left;
}