/* CSS Document */

body{
background-color:#cfcfcf;
}

.left_side_edge {
background:url(images/left_edge.png);
background-position:right;
background-repeat:repeat-y;
width:9px;
}

.right_side_edge{
background:url(images/right_edge.png);
background-position:left;
background-repeat:repeat-y;
width:19px;
}

.main_panel{
background-color:#ededed;
}
.left_pane{
background-image:url(images/left.png);
background-repeat:no-repeat;
}

.bottom_side_edge{
background:url(images/bottom_edge.png);
background-repeat:repeat-x;
height:17px;
}
.top_side_edge{
background:url(images/top_edge.png);
background-repeat:repeat-x;
height:6px;
}

.bottom_right{
background:url(images/bottom_right.png);
background-repeat:no-repeat;
height:17px;
width:19px;
}
.bottom_left{
background-image:url(images/bottom_left.png);
background-repeat:no-repeat;
background-position:right;
width:12px;
height:17px;
}
.top_left{
background-image:url(images/top_left.png);
background-repeat:no-repeat;
background-position:right;
width:9px;
height:6px;
}
.top_right{
background-image:url(images/top_right.png);
background-repeat:no-repeat;
background-position:top;
width:19px;
height:6px;
}

.header{
background-image:url(images/header.png);
background-position:center;
background-repeat:no-repeat;
width:921px;
height:249px;
}
.flyerborder{
border-color:#d3d4d6;
}

#textbox{
top:20px;
float:right; 
width:220px;
margin-top:20px;
margin-left:-1px;
margin-right:36px;
font-family:Tahoma;
font-size:10px;}

#button{
float:left; 
top:0px;
width:150px;
margin-top:0px;
margin-left:0px;
margin-right:10px}

.background-left{
background-image:url(images/left-bg.png);
background-repeat:no-repeat;
}

A
{
COLOR: black;
TEXT-DECORATION: none;
}

A:visited
{
COLOR: black;
TEXT-DECORATION: none;
}

A:hover
{
COLOR: black;
CURSOR: hand;
TEXT-DECORATION: Underline;
}

A:action
{
COLOR: black;
CURSOR: hand;
TEXT-DECORATION: none;
}

p
{
font-family:Tahoma;
font-size:10px;}
