@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0 0 0 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 */
}

h1 {
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
	color: #4c50aa;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #4c50aa;
}
a:link, a:active, a:visited 	{
text-decoration:none;
	color: #009;
}
a:hover 	{
	color: #0000ff;
	text-decoration:underline;
}


.oneColFixCtrHdr #container { 

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #fff;*/
	margin-bottom:0;
	background-image:url(../images/vpi-bg.jpg); 
    background-repeat:repeat-y; 
    width:900px; 
    margin-bottom:2;
}
.oneColFixCtrHdr #header {
	background: #000; 
	width: 800px;
	/*padding: 0 0 0 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. */
}
.oneColFixCtrHdr #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 */
	text-align: center;
		background: #000; 


}
.oneColFixCtrHdr #greenmenu {
    width: 800px;
	height: 25px;
/*    background-color: #1B4484; */
	text-align: center;
	margin: 0 auto;
		background: #000; 

	
	/*background-image:url(../images/greenmenu.gif)*/
}
.oneColFixCtrHdr #mainContent {
	width:800px;
		background: #000; 

	margin-bottom:0;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	*/
	background: #ffffff;
}
.oneColFixCtrHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/vip-footer-bg.jpg);
	background-repeat:repeat-x;
    font-size:11px;
	font-weight:bold;
	height:100px;
	width:800px;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #flash {
z-index:10;
}

.twoColFixLtHdr #maincontainer { 
background-image:url(../images/vpi-bg.jpg); 
background-repeat:repeat-y; 
width:900px; 
margin-bottom:2;

}

.twoColFixLtHdr #container { 
	width: 800px;
	background: #FFFFFF;
	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. */
} 
.twoColFixLtHdr #header { 
	background: #000; 
	width: 800px;
} 
.twoColFixLtHdr #greenmenu {
    width: 800px;
	height: 25px;
/*    background-color: #1B4484; */
	text-align: center;
	margin: 0 auto;
	background-image:url(../images/blackmenu-bg.jpg)
	/*background-image:url(../images/greenmenu.gif)*/
}
.twoColFixLtHdr #sidebar1 {
    /*position:relative;*/
	/*top: 60px;*/
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 20px 0px 0px 0px;
	border: 1px solid #eaeaea;
	font-size: 10px;
	font-weight: bold;
}

.negative {
	background-color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.twoColFixLtHdr #mainContent {
	margin: 0 200px 0 0; /* 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: 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
    background-image:url(../images/vip-footer-bg.jpg);
	background-repeat:repeat-x;
    font-size:11px;
	font-weight:bold;
	height:100px;
	width:800px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #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;
}

.imgspace{ 
   margin-bottom:2px; margin-top:2px; margin-right:5px
 
/* give the image a margin of 5px onthe right ges 6/18/2010 */
}

.imgspacer{ 
   margin-bottom:2px; margin-top:2px; margin-left:5px
 
/* give the image a margin of 5px on the left ges 6/18/2010 */
}
 


