body {
	background-color: #dddddd;
	font: 11px "Trebuchet MS", Verdana, sans-serif;	
}

/* Format related */

.oldnews {
	color: #666666;
} 


.title {
	color: #2F63AF;
	font: bold 15px "Trebuchet MS", sans-serif;
	margin: 15px 15px 8px 15px;
}

.text {
	font: 12px/150% Verdana, sans-serif;
	margin: 0px 15px 0px 15px; 
	text-align: justify; 
}

.seperator {
	border-top: 1px solid #D5D5D5;
	font-size: 0;
	margin: 0px 15px 0px 15px;
}

.attention { 
	color: #FF0000; 
	font-weight: bold; 
}	

.grayText {
        color: #666666;
}

.redText{
	color: #FF0000;
}

.code
{
	display: block;
	background-color: #fcfcfc;
        color: #363636;
	padding: 5px 10px;
	line-height: 22px;
	margin-left: 10px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #c0c0c0;
	font-family: Monaco, monospace;
	font-size: 11px;

}

/* End format related */

/* Primary menu related */
#primary {
	vertical-align: right;
	list-style: none;
	margin: 10px auto auto auto; /* trbl*/
	padding: 0;
	width: 150px;
}


#primary ul {
  margin: 0;
  padding: 0;
}

#primary li {
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#primary a {
	background: #333333;
	border-bottom: 1px solid #393939;
	color: #999999; /* font color */
	display: block;
	margin: 0px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#primary a:hover {
	background: #666666 url("images/hover.png") left center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;
}
/* End primary menu related */

/* Layout related */

.sitelogo  { 
        width: 140px;	
	height 56px;
	margin: 10px auto 10px auto; /* t r b l */
	position:relative;
	vertical-align: middle;
}


#wrapper {
	width:1000px;
	margin:10px auto auto auto;
	border:1px solid #000000;
	overflow:hidden; /* causes border to expand to fit contents 
						and also serves to actually hide overflow */
	position:relative; /* Solves retarded I.E. bug that keeps
						overflow:hidden from working */						
}

#header-container {
	float:left; /* make it start on left side of the container */
	clear:both;	/* don't allow anything on left/right side of container*/
	overflow:hidden; /* causes border to expand to fit contents */ 
	width:100%;
/*    background:#888899;*/
}
#header-content {
    position:relative;
    padding:0px;
}

#main-container {
    float:left;
    width:1000px;
	background: #ffffff;
	overflow:hidden; /* used to hide overflow of lbar-container in ie7. */
}
#lbar-container {
    float:left;    
    width:1000px;
    position:relative;
    right:850px;    /* Should be total container size - lbar width */
	background: #666699 url('images/bar_bg.png') repeat-x top left;
}
#lbar-content {
    float:left;
    width:150px;
    position:relative;
    left:850px;	/* Should be total container size - width */
    overflow:hidden;
}
#main-content {
	word-wrap:break-word;
    float:left;
    width:840px;	/* width + padding should equal left shift */
    padding: 5px;
    position:relative;
    left:850px;		/* Should be equal to total container size - lbar width */
   	overflow:hidden;
}

#footer-container {
	float:left; /* make it start on left side of the container */
	clear:both;	/* don't allow anything on left/right side of container*/
	overflow:hidden; /* causes border to expand to fit contents */ 
	width:100%;
    background:#666699;
}
#footer-content {
    float:right;
    position:relative;
    padding:2px;
    font: 12px "Trebuchet MS", Verdana, sans-serif;
}
/* end layout related */


/* dirty stuff that needs to go */

table.tableSubMenu {
        width: 475px;
        height: 20px;
        vertical-align: top;
        border-collapse: collapse;
        background: #ccccff;
        border: 1px solid #999999;
        margin: 5px;
}


td.subMenulbar {
        text-align: left;
        vertical-align: top;
        color:#000000;
        border-right: 1px solid #ffffff;
        width:50%;
}


td.subMenurbar {
        text-align: left;
        vertical-align: top;
        color:#000000;
        width:50%;
}

/*************************/

.subMenuItem {
        border-left: 2px solid #DFDFDF;
        color: #000000;
        text-decoration: none;
        font-size: 12px;
        line-height: 1;
        margin: 2px;
}

.subMenuItem a:hover {
        background: #FFFFFF;
        color: #2F63AF;
}

/****************************/
/* CSS tabs style format is by Joshua Kaufman and is listed under the
        creative commons license. */


/* begin css tabs */

ul#tabnav {
        font: bold 11px Verdana, sans-serif;
        list-style-type: none;
	padding: 3px 10px 22px 10px; /* THIRD number must change with respect to padding-top (X) below */
        border-bottom: 1px solid #ABABAB;
	margin: 1em 0 1em 0; /* set margins as desired */
}

ul#tabnav li {
        float: left;
        height: 21px;
        background-color: #D5D5D5;
        margin: 2px 2px 0px 2px;
        border: 1px solid #ABABAB;
}

#tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3 {
        border-bottom: 1px solid #fff;
        background-color: #fff;
}

#tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a{
        color: #2F63AF;
}

#tabnav a {
        float: left;
        display: block;
        color: #2F63AF;
        text-decoration: none;
        padding: 3px;
}

#tabnav a:hover {
        background: #BFBFBF;
}

/* end css tabs */


