body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	                          
	margin: 0px;
	padding: 0px;
}       

/* Default link syle */
A:link {
	color: #3399CC;
	text-decoration: none;
}
A:visited {
	color: #3399CC;
	text-decoration: none;
}
A:hover {
	color: #00476A;
	text-decoration: underline;
}
A:active {
	color: #3399CC;
	text-decoration: none;
}



/* GENERAL */
/* style for generic container titles */
.Head   {
    font-size:  18px;
    font-weight: bold;
    color: #ccc;
}


/************* THIS IS FOR THE BODY COPY  *************/

/* Normal bold text syle */
.NormalBold  {
	font-weight: bold;
}

/* Normal text syle */
.Normal  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
}


/*****************************************************/

/* Subhead text syle */
.SubHead {
	font-weight: bold;
	color: #00476A;
}

.testTitle{
	font-size: 30px;
}

/* Gray Subhead text syle */
.SubHeadgray {
	font-weight: bold;
	color: #555555;
}

/* Date text syle */
.Date {

	font-size: 9pt;
	color: #666666;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

/* Gray text syle */
.Gray {

	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	line-height: 11pt;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
.leftside {
	width: 25px;
	background-image: url(CO-01bkgrd.gif);
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: top;
}
.rightside {
	width: 25px;
	background-image: url(CO-07bkgrd.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
.navcell {
	background-image: url(CO-013.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	height: 26px;
	margin: 0; 
	padding: 0;
}

/* Search background cell syle */
.searchcell {
	text-align: left;
	vertical-align: bottom;    
	height: 21px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
}


/************* THIS IS THE PAGE STRUCTURE *************/

/* Left Pane */
.leftpane {
	text-align: left;
	vertical-align: top;   
	background-color: #e2a857;  
	width: 209px;       
}

/* Right Pane */
.rightpane {
	text-align: left;
	background-color: #fff;   
	padding: 6px 15px 0 15px;
	border-left: 1px solid #BBBBBB;
}            

/* Content Pane */
.contentpane {
	text-align: left;
	vertical-align: top;
	height: 100%;        
	background-color: #fff;  
	margin-top: 9px;      
	border: 6px solid #fff;
}    

/* Top Space */
.topSpace {
	text-align: left;
	vertical-align: top;        
	background-color: #fff;   
	height: 10px;
}

.topSpaceColor {
	text-align: left;
	vertical-align: top;   
	background-color: #e2a857; 
	height: 10px;     
}
/***************************************************/ 

/************* ANY CONTENT PANE LINKS WILL LOOK LIKE THIS *************/

.contentpane a {
	color: #014b7c;
}	
.contentpane a:visited {
	color: #014b7c;
}
.contentpane a:hover {
	color: #014b7c;
	text-decoration: underline;
}
.contentpane a:active {
	color: #014b7c;
}
	
/***************************************************/

/* Footer text style */
.Footer {
	font-size: 8.5pt;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}    

/* Footer link syle */
A.Footer:link {
	text-decoration: none;
	color:#666666;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:visited  {
	text-decoration: none;
	color:#666666;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:active   {
	text-decoration: none;
	color:#666666;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:hover    {
	text-decoration: underline;
	color:#666666;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}

/* Top Pane */
.toppane {
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.logocell {
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Command button admin text syle */
.CommandButton {
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #000000;
}

/* Command button admin link syle */
A.CommandButton:link {

	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {

	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {

	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {

	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
/* Search function text style */
.SkinObject {

	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	text-align: left;
	vertical-align: middle;
}

/* Search function link syle */
A.SkinObject:link {

	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:visited {

	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:hover {

	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
A.SkinObject:active {

	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navsep {
	background-color: #EFF1F2;
	background-image: url(TO-SKIN_07.gif);
	background-repeat: no-repeat;
	width: 15px;
}    
.toptable {
	background-image: url(CO-03.gif);
	background-repeat: repeat-x;
	height: 57px;
	background-position: bottom;
}

/* Register/user text syle */
.Register {
	background-image: url(CO-04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;

	font-size: 8.5pt;
	color: #666666;
}

/* Register/user cell background */
A.Register:link {
	background-image: url(CO-04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;

	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Register:visited {
	background-image: url(CO-04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;

	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Register:hover {
	background-image: url(CO-04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;

	font-size: 8.5pt;
	color: #666666;
	text-decoration: underline;
}
A.Register:active {
	background-image: url(CO-04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;

	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
.headertable {
	background-color: #4196CF;
	height: 161px;
	background-image: url(CO-HeaderBkgrd.jpg);
	background-repeat: repeat-x;
}

/* Header Left Pane */
.headerLeftPane {
	background-image: url(CO-010.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 29px;
	width: 237px;
}

/* Header Right Pane */
.headerRightTopPane {
	background-image: url(CO-09.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	height: 132px;
}

/* Header Right Bottom Pane */
.headerRightBottomPane {
	background-image: url(CO-011.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 29px;
}
.footertable {
	background-image: url(CO-017.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.bottomtable {
	background-image: url(CO-018.gif);
	text-align: center;
	vertical-align: top;
	height: 36px;
}
	.copyright {
		font-size: 8.5pt;
		color: #666666;
		padding-left: 15px;
	}
.rightcol {
	text-align: left;
	vertical-align: top;
	width: 148px;
}

/* Bottom Pane */
.bottompane {
	text-align: left;
	vertical-align: top;
}
/* Login text syle */
.SignIn {

	font-size: 8.5pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(CO-05.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Login link syle */
A.SignIn:link {
    text-decoration: none;

	font-size: 8.5pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:visited {
    text-decoration: none;

	font-size: 8.5pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:active {
    text-decoration: none;

	font-size: 8.5pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:hover {
    text-decoration: underline;

	font-size: 8.5pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/* Register text style */
.User {

	font-size: 8.5pt;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Register link syle */
A.User:link {
    text-decoration: none;

	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:visited {
    text-decoration: none;

	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:active {
    text-decoration: none;

	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:hover {
    text-decoration: underline;

	font-size: 8.5pt;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headerbackground {
	text-align: left;
	vertical-align: top;
	background: url(/portals/0/topbanner-revised/topbanner-revised-2.jpg) no-repeat;
	height: 213px;
	width: 900px;
}
.joinTable {
	background: url(/portals/0/topbanner-revised/center.jpg) repeat-y;
}
	.topBannerBottom {
		background: url(/portals/0/topbanner-revised/bottom.jpg) no-repeat;
		height: 7px;
	}


.login {
		color: #c2d3ed;
		font-size: 14px;
		font-weight: normal;
	}

	a.login:link {
			color: #c2d3ed;
			font-size: 14px;
			font-weight: normal;
		}
	a.login:visited {
			color: #c2d3ed;
			font-size: 14px;
			font-weight: normal;
		}
	a.login:active {
			color: #c2d3ed;
			font-size: 14px;
			font-weight: normal;
		}
	a.login:hover {
			color: #ffffff;
			font-size: 14px;
			font-weight: normal;
		}

	.username {
		color: #c2d3ed;
		font-size: 10px;
		font-weight: normal;
	}

	a.username:link {
			color: #c2d3ed;
			font-size: 10px;
			font-weight: normal;
		}
	a.username:visited {
			color: #c2d3ed;
			font-size: 10px;
			font-weight: normal;
		}
	a.username:active {
			color: #c2d3ed;
			font-size: 10px;
			font-weight: normal;
		}
	a.username:hover {
			color: #ffffff;
			font-size: 10px;
			font-weight: normal;
		}
.leftcorner {
	background-image: url(CO-LeftCorner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
.rightcorner {
	background-image: url(CO-RightCorner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 9pt;
    color:#666666;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#666666;
}

.bottomBorder {
	width: 900px;
	height: 9px;
	border: 1px solid #000;
}


