@charset "utf-8";
/************************************************/
/* HTML global default tag styles				*/
/************************************************/
html, body  {
	background-image: url(/globalImages/background/bgrd_fade.gif);
	background-repeat: repeat-x;
	background-color: #7CB3F1;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}
/************************************************/
/*Layout Divs									*/
/************************************************/

/****************containers**********************/

.globalStyles #mainContainer {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;

} 
.globalStyles  #push{
	height: 100px;
} 
/********************header****************************/

.globalStyles #header {
	height: 180px;
	background-image: url(/globalImages/banner/1.jpg);
}
/****************welcome text**************************/

.globalStyles #welcome{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #73A5CC;
	text-indent: 10px;
	padding: 10px 0;
}
#welcome span{
	color: #700017;
}
/**********sideColumn***********************************/
 
.globalStyles  #sideColumn {
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	margin-left: 10px;
}
/*******************main content*****************************/
.globalStyles #mainContent {
	border: 2px solid #73A5CC;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
/************************footer************************/
#footer{
	background:#A1A1A1;
	color:#FFFFFF;
	text-transform: capitalize;
	text-align: left;
	height: 100px;
	padding: 20px;
	width: 960px;
	margin: 0 auto;
} 
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#000;
}
/************************************************/
/*	Browser Hacks								*/
/************************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

