/* CSS Document */

/* EN> */
.notice{
	background-color:#f3fbab; 
	padding:.25em .5em; 
	border:dashed 1px #bbd155;
}
.red{
	color:red;
}
.redBorder{
	border-color:red;
}
/* <EN */

/* Brian Strickland:  Added this to replace the old usTabConent layer. */
#myWrapper {
	background: url(../../global/images/topbar/ustabbg.jpg) #ffc904 repeat-x;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	height: 132px;
	position:relative;
	z-index: 3;
	}

#myWrapper {
	background: url(../../global/images/topbar/ustabbg.jpg) #ffc904 repeat-x;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	height: 132px;
	position: relative;
	z-index: 3;
	}
	
#myWrapper h1 {
	font-size: 20px;
	width: 100%;
	margin-top: 20px;
	color: #987917;
	font-weight: bold;
	text-align:center;
	}
	
#myWrapper a, #myWrapper a:link, #myWrapper  a:visited {
	padding: 0px;
	color: #4d4a1f;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	width: 100%;
	display:block;
	border-bottom: 1px solid #ba8d00;
	}
	
#myWrapper a:hover {
	background:#efd270;
	text-decoration: none;
	}

#usTabWrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
#myWrapper .left {
	width: 370px;
	line-height: 20px;
	padding: 10px 20px 20px 20px;
	float: left;
	border-right: 1px solid #ba8d00;
	
	}
	
html>body #myWrapper .left {
	width: 370px;
	height: 90px;
	padding: 10px 20px 20px 20px;
	float: left;
	border-right: 1px solid #ba8d00;
	line-height: 30px;
	}


#myWrapper .right {
	width: 200px;
	padding: 10px 20px 20px 20px;
	float: right;
	}

#usTabContainer {
	width: 200px;
	margin-left: auto;
	margin-right: auto;

	}
	
#usTab {
	width: 200px;

	}

	
/* end of my code ***/

#usTabContent {
	background: url(../../global/images/ustabbg.jpg) #ffc904 repeat-x;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	clear: both;
	height: 99px;
	position:relative;
	z-index: 3;
	}
	
#usTabContent h1 {
	font-size: 20px;
	width: 100%;
	margin-top: 5px;
	color: #987917;
	}
	
#usTabContent a, #usTabContent a:link, #usTabContent  a:visited {
	padding: 0px;
	color: #4d4a1f;
	text-decoration:none;
	font-weight:bold;
	width: 100%;
	display:block;
	border-bottom: 1px solid #ba8d00;
	}
	
#usTabContent a:hover {
	background:#efd270;
	text-decoration: none;
	}

#usTabWrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
#usTabContent .left {
	width: 370px;
	line-height: 20px;
	padding: 10px 20px 20px 20px;
	float: left;
	border-right: 1px solid #ba8d00;
	
	}
	
html>body #usTabContent .left {
	width: 370px;
	height: 59px;
	padding: 10px 20px 20px 20px;
	float: left;
	border-right: 1px solid #ba8d00;
	line-height: 30px;
	}


#usTabContent .right {
	width: 200px;
	padding: 10px 20px 20px 20px;
	float: right;
	}

form {
	width:400px;
	float:left;
	margin-top:-10px;
}