/* clear away the body margins and scrollbars from the body to get a clean canvas*/
body {
    margin:0px;
    height:100%;
    background-color: #9A9A9A;
    background-image:url(bg.gif);
}

div,td, textarea, input {
    font-family:Verdana, Tahoma, sans-serif;
    font-size:11px;
    line-height:20px;
    color:#333333;
}

td {
	height: expression("100%");
    vertical-align:top;
}

/* cause any rtf text to maintain the overall corp design and not kindie!, they now inherit from their immediate parent container */
font{
    color:inherit;
    font-size:inherit;
    font-family:inherit;
}

/* if the html editor inserts p into the content remove margins so customer doesn't create unwanted gaps */
p {
    margin-top:0px;
}

.gapBottom {
    margin-bottom:10px;
}

a {
    color:#777777;
}
 
#fixwidth_canvasDiv{
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);
    left:0px;
	font-size:0px;
    text-align:center;
}

#borderedContainer {
    position:relative;
    width:759px;
    width:expression("761px");
    margin-left:auto;
    margin-right:auto;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
}

#fixwidth_canvasTable {
	width:759px;
	margin-left:auto;
	margin-right:auto;
	font-size:0px;
}

#fixwidth_lhs_td {
    height:100%;
    background-color:#CCCC66;
}

#fixwidth_lhs_div {
    width:179px;
    background-color:#CCCC66;
}

#fixwidth_rhs_td {
    height:100%;
    background-color:#EAEBC3;
    background-image:url(ctr_bg.jpg);
    background-repeat:repeat-y;
    background-position:top left;
}

.logoholder {
    width:179px;
    height:237px;
/*     background-image:url(logo.gif);
    background-repeat:no-repeat;
    background-position:center bottom; */
    background-color:#ffffff;
	padding-top:46px;
}

.logo_img{
    
    margin-left:22px;
    display:block;
}

#mainimage {
    width:580px;
    height:131px;
    background-color:#ffffff;
}

#menuholder {
    height:23px;
    height:expression("26px");
    padding-left:30px;
    overflow:hidden;
    border-top:2px solid #ffffff;
    border-bottom:1px solid #767561;
    background-color:#CBCC66;
    background-image:url(menubar_bg.gif);
    background-repeat:no-repeat;
    background-position:top left;
}

.redstrip {
    width:580px;
    height:7px;
    font-size:1px;
    background-color:#9A0001;
    background-image:url(redbar_bg.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}

.fixwidth_rhs_div {
    width:580px;
    position:relative;
    background-color:#EAEBC3;
    background-image:url(ctr_bg.jpg);
    background-repeat:repeat-y;
    background-position:top left;
}

#general_area {
    margin-bottom:15px;
    margin-left:30px;
    margin-right:30px;
}

/* common cms content styles */

#pagehead {
    position:relative;
    margin-left:30px;
    margin-right:30px;
    margin-top:20px;
    padding-bottom:8px;
    font-family:Times;
    font-size:22px;
    color:#990000;
    text-transform:uppercase;
    border-bottom:1px solid #333333;
}

#pagesubheadcont {
    margin-top:10px;
    margin-left:30px;
    font-size: 13px;
	color: #990000;
    margin-bottom:10px;
}

/* .maincont {
    margin-left:30px;   
} */

.sectionHeader {
    font-size: 12px;
    font-weight:bold;
    color: #333333;
    letter-spacing:-1px;
    margin-right:30px;
}

.sectionSubHeader {
    padding-bottom:3px;
    color: #333333;
    font-size: 12px;
}

.sectionContent {
    font-size:11px;
    line-height:16px;
    color:#333333;
    margin-right:30px;
}

.sectionContent a {
    color:#666666;
}

.sectionContent a:hover {
    color:#000000;
}

/* news preview applet and linkListModule styles */
#news_area {
    float:right;
    margin-right:15px;
    margin-top:47px;
    margin-bottom:15px;
    width:150px;
    background-color:#FFFFFF;
    border:1px solid #999999;
}

#news_area a {
    text-decoration:none;
}

#news_area a:hover {
    text-decoration:underline;
}

.newsentry {
    margin-bottom:10px;
}

.newsapplettitle {
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    letter-spacing:-1px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;
    margin-bottom:5px;
    background-color:#990000;
}

.newsheader {
    display:block;
    font-size:11px;
    color:#333333;
    line-height:14px;
    margin-top:5px;
    margin-left:5px;
}

.newssubheader {
    display:block;
    margin-left:5px;
    color: #777777;
    font-size: 11px;
    letter-spacing:-1px;}

.contentpreview {
    color:#777777;
    line-height:14px;
    padding-top:5px;
    padding-bottom:15px;
    background-image:url("newsbottombg.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
    text-decoration:none;
}

/* linkListModule */

.linklistmain {
    margin-right:30px;
    padding-bottom:30px;
    border-bottom:1px solid #000000;
}

.indexentry a {
    padding-bottom:3px;
    color: #666666;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
}

.indexentry a:hover {
    text-decoration:underline;
}

.newslink {
    margin-left:8px;
    margin-right:8px;
    border-bottom:1px dashed #666666;
}

.newslink a {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #336600;
    text-decoration:none;
} 

.newslink a:hover {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration:underline;
} 

.newsPageLink {
    display:block;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#000000;
    text-decoration:none;
}

.newsPageLink:hover{
    text-decoration:underline;
}

.newsPageReturnLinkCont {
    width:150px;
    height:20px;
}

.newspagelinkreturn {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#9A0000;
    text-decoration:underline;
}


/* listExhange page styles */
/*----------------------------*/

.listexchangecontainer {
/*     padding-top:10px; */
}

.listexchangeindexentry {
/*     padding-left:12px;
    background-image:url("newsicon.gif");
    background-repeat:no-repeat;
    background-position:left center; */
    border-top:1px dashed #CCCCCC;
}

.listexchangeindexentry a {
    display:block;
    padding-top:3px;
    padding-bottom:3px;
    font-size: 13px;
    font-weight:bold;
    color: #777777;
    font-weight:bold;
    letter-spacing:-1px;
    text-decoration:none;
}

.listexchangeindexentry a:hover {
    text-decoration:underline;
}

.listexchangeentry {
    padding-top:5px;
    color: #12327b;
    text-decoration:none;
    border-top:1px dashed #C0DC63;
}




/* appearance of footer links */

#footerlinks {
    height:24px;
    background-color:#9A0000;
}

.footerlink {
    font-family:Verdana, Tahoma, sans-serif;
    font-size:10px;
    color:#FFFFFF;
    float:left;
    padding-left:20px;
    text-decoration:none;
    letter-spacing:-1px;
}

.footerlink:hover, .footerlinkRight:hover {
    text-decoration:underline;
}

.enchantmedia {
    font-family:Verdana, Tahoma, sans-serif;
    font-size:10px;
    color:#FFFFFF;
    float:right;
    padding-right:20px;
    text-decoration:none;
    letter-spacing:-1px;
}

/* styles for the paging text */

.pagingtext {
     float: right; 
	color: #666666;
	font-size: 11px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.pageIdentifier {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.pageIdentifierLink, .previousText, .nexttext {
	padding-left: 3px;
	padding-right: 3px;
	color: #666666;
}

.pageIdentifierLink:hover, .previousText:hover, .nexttext:hover {
	padding-left: 3px;
	padding-right: 3px;
	color: #666666;
}

/* styles for the login page */
/*-----------------------------*/

.loginTitleBar {
    margin-top:20px;
}

.loginTextBoxes{
    background-color: #ffffff;
    border: solid 1px #B2B2B2;
    width: 200px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 2px;
}

.loginButton{
    color: #333333;
    border: solid 1px #FFFFFF;
    text-decoration: none;
    width:50px;
    text-align: center;
    display:block;
    margin-bottom: 20px;
    background-color:#CCCC66;
}

.loginButton:hover{
    color: #990000;
    text-decoration: underline;
}


/* set the default fonts to use in the site */

.downloadlink {
    display:block;
    margin-top:5px;
    font-weight:bold;
    letter-spacing:-1px;
    color:#777777;
    text-decoration:none;
}

.downloadlink:hover {
    text-decoration:underline;
}