/*****************************************************************************
 * global css styles
 *****************************************************************************/
* { font-size: 10pt; font-family:Arial, Helvetica, sans-serif; color: #808080; }

body { background: url(../images/middle.gif) repeat-y #446666; margin: 0px; padding: 0px; }

a:link      	{ }		/* unvisited link */
a:visited   	{ } 
a:active 		{ }   	/* selected link */
a:hover 		{ text-decoration:underline; }   /* mouse over link */

a 				{	color: #808080; text-decoration: underline;}
a.title			{ margin-bottom:5px; display:block; }
a.right-title	{ margin-bottom:5px; display:block; text-decoration: none;}	/* for right hand column */

ul { padding-top:0px; margin-top: 0px; padding-bottom:0px; margin-bottom: 0px; }
li { padding-bottom: 3px; }
img { border :0px; }

/* major sections */
#content	{ float:left; width: 752px; padding-right:0px; 
			  margin-left: 40px; display: inline; padding-bottom:50px;}
#header		{ margin: 0px; padding:0px; width: 752px; height: 130px; }
#left-col	{ padding-left: 15px;  padding-right:15px; padding-top: 20px;  
			  margin-top:0px; float:left;
			  width: 522px !important;
  			  width /**/:552px; }				
#right-col	{ width :198px; float:left; background: url(../images/shape.gif) top no-repeat;
			 padding-top: 20px; margin-top:0px; display:inline;}

/* style that are used in the right column */
.right-section-header	{ font-weight: bold; margin-bottom: 8px; padding-bottom: 5px;  padding-left:10px; padding-right:10px; border-bottom: 1px solid #808080; }
.right-p				{ padding-left:10px; padding-right:10px; padding-top: 0px; padding-bottom: 12px; }
.right-list 			{ padding: 0px; margin:0px; padding-left: 25px;}

/* style sused in the left column */
.section-header	  	  { font-weight: bold; font-size: 105%; padding-bottom: 5px; display: block; border-bottom: 3px solid #CCCCCC;  }
.newspost { padding-bottom: 15px; clear:both; }

td 
	{ padding: 0px; margin: 0px; }
	
	
	
	
	
 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 8px; height: 9px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.page-intro-content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #00000;
}
.page-intro {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}	