@charset "UTF-8";
/* CSS Document */

html, body, #fullheight {
height:100%;
}

a:link, a:active, a:visited {
color: #fff;
text-decoration:none;
}

a:hover {
color: #ff9900;
}

.image {
border-color:#fff;
border-width:3px;
margin-left:10px;
border-style:solid;
}

body {
text-align:center;
background:url(images/bg_stripes.gif);
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1C2E3E;
line-height:20px;
}

h1 {
font-size: 16px;
font-weight:bold;
}

h2 {
font-size: 14px;
font-weight:bold;
font-style:oblique;
color:#213C53;
}

#header {
text-align:left;
padding:133px 0 0 20px;
width:791px;
height:30px;
background:url(images/bg_header.gif) no-repeat;
word-spacing:25px;
line-height:16px;
}

#content {
text-align:left;
height:100%;
padding:15px 20px;
width:771px;
background:#ff9900;
}

#footer {
text-align:left;
padding:17px 0 0 20px;
width:791px;
height:20px;
background:url(images/bg_footer.gif) no-repeat;
color:#0066CC;
font-size:10px;
line-height:12px;
}

.active {
color:#ff9900;
}
