

/*  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: #368F99;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #368F99;
	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: #296D74;  /* 39848C */
}
h3 {
	margin: 0px 0px 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;  font-weight: bold;  line-height: 130%;
	color: #296D74;
}


#surround {
    width: 100%;  border-collapse: collapse;
    text-align: center;
}

#surround .surround-canvasContainer {
    width: 920px;
    margin-top: 5px;  margin-bottom: 10px;
    /*border-width: 1px;  border-color: #DDDDDD; border-style: solid;*/

    margin-left: auto;  margin-right: auto; /* necessary for centering in gecko */
    vertical-align: top;  text-align: left;

    min-height: 500px;
    _height: 500px;
}
#surround .surround-mainCanvasCell {
    width: 770px;
    border-width: 1px;  border-color: #DDDDDD; border-style: solid;
}

#top-logoCell {

}

#mainCanvas {
    width: 770px;
}
#mainColumn {
    width: 580px;
}
#rightColumn {
    width: 190px;
    background-color: #39848C;
}

.topBar {
    height:53px; vertical-align:bottom;
}
#logoBar {
    height:26px; padding-left:16px;
}

#topMenu {
    height:20px; width:580px; background-color:#EBF1F0;
}

#topMenu ul {
    list-style-type: none;
}
#topMenu ul li {
    float: left;
    display: block;
    text-align: center;
    border-right-width: 1px;  border-right-color: #DDDDDD;  border-right-style: solid;
}
#topMenu .noBorder {
    border:none;
}
#topMenu ul li a:link, #topMenu ul li a:visited {
    height: 20px;
    background-color: #EBF1F0;
    color: #555555;
	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: 17px;  padding-right: 17px;
    display: block;
    float: left;
}
#topMenu ul li a:hover, #topMenu ul li a:active {
    height: 20px;
    color: #FFFFFF;
    background-color: #449EA8;
    font-weight: normal;
    text-decoration: none;
}


#topRightButtonBar {
    height:30px; width:100%; background-color:#39848C;
}
#topRightButtonBar .tinyButtonBar {
    position:relative; top:11px; left:35px; font-size:1px;
}
#topRightButtonBar a {
    padding-right:22px;
}

.divider-hori {
    background-color:#FFFFFF; font-size:1px; height:2px; line-height:0px;
}

#mainContent {
    padding-left:20px;  padding-right:15px;
    max-width: 545px;
    _width: 545px;  /* IE */
}
#colophon {
    position:relative; top:-30px; left:20px;
    color: #555555;
}
#bottomBar {
    position:relative; top:-10px; left:0px;
    padding-left:20px;  padding-right:15px;
    color: #555555;
}
#bottomBar a:link, #bottomBar a:visited, #bottomBar a:hover, #bottomBar a:active {
    font-weight: normal;
}

#login-area {
    background-image:url(../gfx/login-area_bg.gif);
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 10px;
}
#newsletter-area {
    background-image:url(../gfx/newsletter-area_bg.gif);
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 13px;
}
#menu-area {
    max-width: 160px;  _width: 160px;
    padding-left: 13px;  padding-right: 13px;
    padding-top: 25px;
}

/*  end  /////////////////////////////////////////////////////////////////////////////////////////*/

