/* CSS Document Created 2008 by Yesenia Carrasco, Cesar Rodriguez */

/****************************************/
/*Rules for Body Color*/
/****************************************/
.barTitle{
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; /*font-color*/
	background-color:#0000FF;
	text-align:center;
	}
/****************************************/
/*Rules for position and minimum resizing*/
/****************************************/
#topNav{
		float:left;
		width: 100%;
		/*min-width:1026px;*/
}
/****************************************/


/****************************************/
/*Rules for position and minimum resizing for left panel*/		
/****************************************/
#leftNav{
		float:left;
		width:11%;
		/*min-width:143px;*/
}
/****************************************/


/****************************************/
/*This section is a container for the tableBackGround & table div's*/
/****************************************/
#main{
		float:right;
		width:86%;
		/*min-width:883px;*/
}
/****************************************/


/****************************************/
/*This section is the container for tables*/
/****************************************/
.tableBackGround{width:100%;
	background-color:#93BBCE;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF; /*font-color*/

}
/****************************************/

/****************************************/
/*This section is the container for tables*/
/****************************************/
.tableBackGroundExtended{width:100%;
	background-color:#93BBCE;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF; /*font-color*/
	text-align:left;
}
/****************************************/


/****************************************/
/*This section contains the actual tables*/
/****************************************/
.table{width:55%;
	background-color:#93BBCE;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF; /*font-color*/
	text-align:left;
	
}
/****************************************/
/*This section contains the actual tables*/
/****************************************/
.table60{width:60%;
	background-color:#93BBCE;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF; /*font-color*/
	text-align:left;
	
}
/****************************************/

/****************************************/
/*Stops main float from going under left Nav*/
/****************************************/
body{
	margin-left:0;
	margin-top:0;
	margin-right:0;
	background-color:#CCCCCC;
}
/****************************************/


/****************************************/
/*Limits the rezize window for both Firefox & IE
/****************************************/
#wrapper{min-width:1026px;
}

/*IE Resize FIX*/
#wrapper { 	
	width: expression((document.body.clientWidth < 1026)? "1026px" : "auto");
	min-width: 1026px;
	}
/****************************************/


/****************************************/
/*Controls TD Width of two TD's
/****************************************/
.div50Percent{width:50%}
/****************************************/


/****************************************/
/*Rules for body color and front 
/****************************************/
.bodyBackgroundColorFont{
	background-color:#93BBCE;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF; /*font-color*/
}
/****************************************/
/*Rules for Title Name color and size 
/****************************************/
h6{	
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; /*font-color*/
	text-align:left;
}
h7{
	color: #FF0033;
	font-size:20;
	}