<!--
/* BEGIN BASE AND UNIFORMITY DEFINITIONS
 * These definitions are in place to create a base
 * uniformity between most browser platforms for a
 * consistent presentational starting point.
 */
html {
/*	overflow-y: scroll; */
}
body {
	width: 100%;
	margin: 0;
	padding: 0;		
}
div,form,h1,h2,h3,h4,h5,h6,ul,ol {
	position: relative;
}



h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 1.2em;
	padding-top: 0;
	padding-bottom: 0;
}

div,form {
	margin: 0;
	padding: 0;
}

hr { display: none; }



ol.form li{
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;	
	width: 100%;
	overflow: hidden;
	clear: both;
	list-style:none;	
}
ol.form li label {
	position: relative;
	margin: 0;
	width: 120px;
	overflow: visible;
	clear: both;
	font-weight: bold;
}
ol.form li input, ol.form li textarea{
	position: absolute;
	width: 150px;
	overflow: visible;
	clear: both;
	left: 120px;
}	

ul, ol, li {
	list-style: none; 
}

/* END BASE AND UNIFORMITY DEFINITIONS */


/* BEGIN COMMON GLOBALY RE-USABLE STRUCTURE CLASSES */
.showB{
	border: #CCCCCC 1px solid;
}

.container {
	position: relative;
	float: left;
	width: 100%;
	overflow: visible;
	z-index: 1;
	text-align: left;
}
.innerpad {	
	padding: 10px 20px 0px 20px;
}
.padone {
	padding: 1px;
}
.padfive {
	padding: 5px 5px 5px 5px;
}
.padten {
	padding: 10px 10px 10px 10px;
}

.nav {
	position: absolute;			
}

.halfCol {
	position:relative;
	float:left;
	overflow:hidden;
	width: 50%;
}
.onethirdCol {
	float:left;
	width: 33%;
}
.onefourthCol {
	float:left;
	width: 25%;
}

.newboxLarge{
	width: 100%;
	overflow: visible;
/*	clear: both;   */
	margin: 0 0 0 0;
 	padding-bottom:  10px; 
}
.newboxLarge .inner{
	width: 100%;
	overflow: visible;	
	padding:0;
 	margin:0;

}
.boxLarge, .boxSmall {
	width: 100%;
	overflow: visible;
/*	clear: both;   */
	margin: 0 0 0 0;
 	padding-bottom:  10px; 
}
.boxLarge .inner, .boxSmall .inner {
	width: 100%;
	overflow: visible;	
	padding:0;
 	margin:0;

}
.boxIM {
	width: 170px;
	overflow: visible;
	margin: 0 0 0 0;
	padding-bottom:10px;
}
.boxIM .inner {
	padding-top: 10px;
	width: 170px;
	min-height: 10px;
	padding-left: 5px;
}

.blueBox .inner {
	padding: 20px;
	width: 653px;
}

.flash{
	border:#f0f0f0 2px solid; 
	/*background-color:#FFFFCC; */
	color:#006600; 
	font-size:14px; 
	padding:10px;
}

table.cellspace td {
	height: 30px;
}

table.fontblue td {
    color:#003399;
    font-weight: bold;
    font-size: 13px;
    height: 30px;
}


table.fontorange td {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
}

table.regPagingTable tr {
 	height: 40px;
}
table.profiledashboard td{
	text-align:left;	
}

/* END COMMON GLOBALY RE-USABLE STRUCTURE CLASSES */


/* BEGIN SPECIFIC, CUSTOM STRUCTURE DEFINITIONS */
#masterContainer {
	width:920px;

}
#topContainer {
	height:130px;	/* 07-07-08 changed from 150px*/
}
#middleContainer {

}
#bottomContainer {	
	height: 80px;
}



#nav_user-account {
	margin: 0px 0px 0px 0px;
	width: 560px;
	height:25px;
	left:380px;
}
#nav_user-account li {
	padding: 0;
	margin: 0;
}
#nav_user-account li#nav1 {
	width: 90px;
}
#nav_user-account li#nav2 {
	width: 90px;
}
#nav_user-account li#nav3 {
	width: 90px;
}
#nav_user-account li#nav4 {
	width: 90px;
}
#nav_user-account li#nav5 {
	width: 90px;
}
#nav_user-account li#nav6 {
	width: 90px;
}
.navigation {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.navigation li {
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	float: left;
}
#nav_user-account li a, #nav_user-account li a:link, #nav_user-account li a:visited {
	position: relative;
	margin: 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0;
	background-position: 0px 0px;
	text-align: center;
}

#nav_user-account li a:hover {
	background-position: 0 0px; 
}
#nav_user-account li.active a.active{
	background-image: url('/img/btn_empty.gif');
}




#footerGrayNavi a, #footerGrayNavi a:link, #footerGrayNavi a:visited  {
	padding: 10px;
	color:#999999;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;	
}
#footerGrayNavi a:hover{ 
	color: #003399;	
}

#footerRedNavi a, #footerRedNavi a:link, #footerRedNavi a:visited  {
	padding: 10px;
	color:#800000;
	text-align: center;
	font-size: 14px;	
	font-weight:bold;
}
#footerRedNavi a:hover{ 
	color: #c60;	
}

#profileBlueNavi a, #profileBlueNavi a:link, #profileBlueNavi a:visited  {
	padding: 8px;
	color:#003399;
	text-align: center;
	font-size: 14px;	
	font-weight:bold;
}
#profileBlueNavi a:hover{ 
	color: #c60;	
}

#profileNavi a, #profileNavi a:link, #profileNavi a:visited  {
	padding: 10px;
	text-align: center;
	font-size: 14px;	
	font-weight:bold;
}
#profileNavi a:hover{ 
	color: #c60;	
}

.navi_input{
	height: 20px;
	background-color:#ffffff;
	border:#333333 1px solid;
}

#contactus label{
	float:left;
	width: 100px;
	color: #999999;
	font-weight: bold;
}
#contactus input {
	height: 22px;
}
#contactus textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#contactus input, textarea{
	width: 200px;
	margin: 5px;
/*	background-color:#f0f0f0;
	border:#999999 1px solid; */
}

a.footerRedNavi2{
	padding: 10px;
	text-align: center;
	font-size: 14px;	
	font-weight:bold;
	text-decoration: none;
	color: #800000;	
}
a.footerRedNavi2{ 
	color: #c60;	
}



/* END SPECIFIC, CUSTOM STRUCTURE DEFINITIONS */
-->