html  {

	background: #fff url(../img/bodyBackground.jpg);

}

body  {
	background: url(../img/bodyBackground1.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333;
	font-family: "Lucida Sans", Veranda, "Lucida Grande", sans-serif;
	font-size: 14pt;
}


#container { 
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#mast { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:10px;
} 
 
#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 

#header div {
	height: 153px;	
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#contentWrapper{
	background: url(../img/contentbk.jpg) no-repeat;
}

#box_ca{
	padding: 5px 30px;
	height:75px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	padding-left: 20px;
}


#sidebar p {
	color : #333333;
	margin:0;
	padding:0;
}

#sidebar p a {
	color : #1F6D81;
	display : block;
	padding-bottom : 5px;
	padding-left : 8px;
	padding-top : 5px;
	text-decoration : none;
	font-size : 15px;
	width : 190px;
	font-weight: normal;

}

#sidebar p.title {

	color : #333;
	padding-left : 0px;
	padding-top : 8px;
	text-decoration : none;
	font-size : 18px;
	font-weight: normal;

}



#sidebar p a:hover {
	text-decoration : undeline;
}


#mainContent { 
	margin: 0 0 0 276px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 12px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:14px;
	line-height:22px;
} 

#mainContent h1 {
	color: #333;
	margin: 0;
	padding: 0 0 20px 0x;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}


#footer { 
	padding: 30px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/footerBackground.jpg) no-repeat;
	font-size:13px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}




.aaa {
	font-size: 15px;
	color: #406C99;
}

.bluetxt{
	font-size: 15px;
	color: #406C99;
}

.blue-text-large{
	font-size: 30px;
	color: #406C99;
}

#pointermenu2_w{
 
}

#pointermenu2{
margin: 0;
padding: 7px 0 0 0;
background: url(../img/menubk.jpg) top left no-repeat;
}

#pointermenu2 ul{
margin: 0;
width:960px;
margin-left: 6px; /*menu offset from left edge of window*/
float: left;
padding-left: 0px;
font: 13px "Lucida Sans Unicode";

}


#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: #333;
font-weight: 200;
padding: 10px 16px 14px 16px;
text-decoration: none;
border-right: 1px solid #D0E4E8;
}

#pointermenu2 ul li a.left_menu_item{
float: left;
color: #333;
font-weight: 200;
padding: 10px 16px 14px 16px;
text-decoration: 200;
border-right: 1px solid #D0E4E8;
background-position:0% 0px;
}

#pointermenu2 ul li a.left_menu_item:hover{
float: left;
color: white;
font-weight: 200;
padding: 10px 16px 14px 16px;
text-decoration: none;
border-right: 1px solid #D0E4E8;
background: url(../img/leftround2.jpg) top left no-repeat; /*optional right round corner*/
}


#pointermenu2 ul li a:visited{
color: #333; 
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: white;
background: url(../img/menu_hover_bk.jpg) top left repeat-x;
}




/*





body {
	color: #000;
	text-align:center;
	padding: 0;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(/img/wrap_bkgrnd.jpg) center repeat-y;

}

#wrapper {
	padding: 0 0 0 14px;
	width: 856px;
	height: 100%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;

	
}

#header {
        width: 840px;
        top: 0;
        margin:0;
		padding:20px 0 20px 15px;
}

#title_bar{
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 0 0;
        _padding: 8px 0 0;
        color: #000;
        background-image: url(/img/h1_bg.jpg);
        background-repeat: no-repeat;
        background-position: 10px 10px;
}

#title_bar h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 4px 0 4px 18px;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
}





td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 9px 0 0;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
}

h2 {
  margin: .2em 0;
  	font-style: normal;
	font-weight: normal;
}

h3 {
  margin: .2em 0;
  	font-style: normal;
	font: 14px Helvetica;
	font-weight: bold;
}

#content h2 {
	margin: .2em 0;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 15px;
	color: #406C99;
}




#content {
        width: 630px;
		_width: 620px;
		float: right;
        margin: 0;
		padding:5px 0 0 5px;
}


#pg{

	padding-top: 12px;
	_padding-top: 20px;

}


#sidebar {
		width: 200px;
        padding-left:14px;
		padding-top:5px;
}

#sidebar p {
	color : #333333;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 4px
}

#sidebar p a {
	background-color : #DBE6F0;
	border : 1px solid #CCCCCC;
	color : #333333;
	display : block;
	padding-bottom : 4px;
	padding-left : 8px;
	padding-top : 4px;
	text-decoration : none;
	width : 190px;
	font-weight: bold;

}

#sidebar p a:hover {
	background-color : #E1E1E1;
	border : 1px solid #CCCCCC;
	color : #FFFFFF;
	text-decoration : none
}



#footer {         
	padding: 20px 0 0 10px;
	height: 100px;
	margin-top: 8px;
	font-size : 10px;
}
*/