a:link {
text-decoration: none;
color:#2633C1;
}
a:visited {
text-decoration: none;
color: #646CC1;
}
a:hover {
text-decoration: none;
color: #646CC1;
}
a:active {
text-decoration: none;
color: #646cc1;
}

body {
text-align: center;
background-color: #CCBEAD;
}
div.header{
background-image: url(images/header.png);
margin: 0 auto;
width:790px;
height:170px;
align: center;
}
div.headertext{
padding:0;
margin: 0;
position: relative;
align: right;
text-align: right;
font: 16pt georgia, times new roman;
top: 103px;
left: -18px;
line-height: 28px;
}
div.main{
margin:0 auto;
width:790px;
background-image: url('images/mainback.png');
background-repeat: repeat;
}
div.breakout{
margin: 0px 5px 0px 5px;
width:175;
padding: 5px;
text-align: left;
border: 1px solid #7A4B00;
font: 10pt;
background: #C1A87F;
float: right;
font: 10pt georgia, times new roman;
}
div.menu{
width: 100px;
padding: 15px 5px 5px 5px;

margin:0;
float: right;
font: 12pt georgia, times new roman;
a:link {color:#2633C1};
a:visited {color: #646CC1};
a:hover {color: #646CC1};
a:active {color: #000000};
}
div.content{
width: 640px;
padding: 0px 0px 10px 10px;

text-align: left;
margin:0 0 0 0;
font: 12pt georgia, times new roman;
}
p {
margin: 0 0 12pt 0;
}
div.smallprint{
margin: 0 0 0 0;
padding: 0 0 0 0;
font: 8pt georgia, times new roman;
}
h2{
margin: 0 0 12pt 0;
font:16pt georgia, times new roman;
}
.greytext{
color: #777777;
font: 10pt georgia, times new roman;
display:none;
}
.redtext{
color: Red;
font: 10pt georgia, times new roman;
}