

/*  general  /////////////////////////////////////////////////////////////////////////////////////*/

td, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
p {
	margin: 0px 0px 6px;
	font-size: 11px;
	line-height: 140%;
}

a, a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	margin: 10px 0px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;  font-weight: bold; line-height: 130%;  letter-spacing: 0.05em;
	color: #333333;  /* 39848C */
}
h3 {
	margin: 0px 0px 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;  font-weight: bold;  line-height: 130%;
	color: #222222;
}


/* surround */

.surround-table {
    width: 100%;  margin-top: 2px;  margin-bottom: 5px;
}
.surround-spacer-top {
    height: 3px;  font-size: 1px;
}
.surround-spacer-left, .surround-spacer-right {
    font-size: 1px;
}
.surround-spacer-bottom {
    height: 5px;  font-size: 1px;
}
.surround-shadow-top-left {
    width: 5px;     height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_left_top.gif);  background-repeat: no-repeat;
}
.surround-shadow-top {
                    height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_top_bg.gif);  background-repeat: repeat-x;
}
.surround-shadow-top-right {
    width: 5px;     height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_right_top.gif);  background-repeat: no-repeat;
}
.surround-shadow-left {
    width: 5px;
    background-image: url(../gfx/shadow_left_bg.gif);  background-repeat: repeat-y;
}
.surround-shadow-right {
    width: 5px;
    background-image: url(../gfx/shadow_right_bg.gif);  background-repeat: repeat-y;
}
.surround-shadow-bottom-left {
    width: 5px;     height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_left_bottom.gif);  background-repeat: no-repeat;
}
.surround-shadow-bottom {
                    height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_bottom_bg.gif);  background-repeat: repeat-x;
}
.surround-shadow-bottom-right {
    width: 5px;     height: 5px;  font-size: 1px;
    background-image: url(../gfx/shadow_right_bottom.gif);  background-repeat: no-repeat;
}
.surround-canvasContainer {
    width: 780px;  background-color: #FFFFFF;
}


/*  */

#topBar {
    width: 100%;
}
#topBar .logoCell {
    text-align: left;
}
#topBar .buttonCell {
    width: 200px;
    vertical-align: bottom;
}
#topBar .buttonCell .buttons a {
    padding-right: 15px;
}

#topMenu {
    height: 20px;  width: 100%;  background-color:#FF6600;
}
#topMenu ul {
    list-style-type: none;
}
#topMenu ul li {
    float: left;
    display: block;
    text-align: center;
    border-right-width: 1px;  border-right-color: #FFFFFF;  border-right-style: solid;
}
#topMenu .noBorder {
    border: none;  font-size: 1px;
}
#topMenu ul li a:link, #topMenu ul li a:visited {
    height: 20px;
    background-color: #FF6600;
    color: #FFFFFF;
	font-family: verdana, arial, lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 19px;
    text-align: center;
    padding-left: 25px;  padding-right: 25px;
    display: block;
    float: left;
}
#topMenu ul li a:hover, #topMenu ul li a:active {
    height: 20px;
    color: #FFFFFF;
    background-color: #FB830D;
    font-weight: normal;
    text-decoration: none;
}

#centerBar {
    margin-top:1px; margin-bottom:1px;
    width:100%; height:8px; font-size:1px;
    background-image:url(../gfx/bg_orange_with_dots.gif);
}

#contentArea {
    padding: 20px;
    width: 550px;  height: 200px;
    background-image:url(../gfx/contentArea_bg.gif);
}

#loginArea {
    background-image:url(../gfx/loginArea_bg.gif);
    padding-left: 9px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 10px;
}
#newsletterArea {
    background-image:url(../gfx/newsletterArea_bg.gif);
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 12px;
}

#leftColumn {
    background-image:url(../gfx/leftColumn_bg.gif);
}
#leftColumn .menuArea {
    background-image:url(../gfx/leftColumn_top_bg.gif);
    width: 168px;  max-width: 168px;  overflow: hidden;
    padding-left: 12px;  padding-right: 10px;
    padding-top: 25px;  padding-bottom: 25px;
}

#colophon {
    position:relative; top:-20px; left:245px;  line-height: 120%;
    color: #444444;
}

#bottomBar {
    width: 745px;
    padding-left:20px;  padding-right:15px;  padding-bottom: 10px;
    color: #336699;  text-align: center;  font-size: 10px;
    background-color: #FF6600;
}
#bottomBar a:link, #bottomBar a:visited, #bottomBar a:hover, #bottomBar a:active {
    font-weight: normal;
}


#menu-area {
    max-width: 160px;  _width: 160px;
    padding-left: 13px;  padding-right: 13px;
    padding-top: 25px;
}

/*  end  /////////////////////////////////////////////////////////////////////////////////////////*/

