/* Style For HTML PAGE                   */ html { height: 100%; }
body {

	margin: 0px;
	font-size: 80%;
	font-family: 'trebuchet MS';
}

/* Style For HTML BODY                   */ #body {
	margin: 0 0 0 0;
	background-color: #FFF;
}
/* Setting Text Throughout the skin      */ table, tr, td {
	font-family: 'trebuchet MS';
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
											p {
	font-family: 'trebuchet MS';
	
	text-align: left;
	line-height: 1.5em;
}
h1 {
	font-size: 2em;
	text-align: left;
	color: #163882;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #16397D;
	text-align: left;
	margin-bottom: -10px;
}

/*-- outermost table of skin                --*/ .OuterTable {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
/*-- width for the standard skin            --*/ .LogoArea {
	height: 78px;
	margin: 0px;
	padding: 0px;
	width: 858px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}

/*-- top header section                     --*/ 
.MiddleRow {
	padding: 0;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
	float:left;
}
/*-- left content pane             --*/ .PaneLeft {
	width: 45%;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
/*-- right content pane            --*/ .PaneRight {
	float: left;	
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	width: 45%
	
}


/*========================================================*/
/*   Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #66CC99; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #FFFFFF; text-decoration: underline; }






/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#163882;
	font-size: 0.9em;
	text-align: center;
}
/*-- terms privacy and copyright links --*/ .FOOTER_objects a:link, .FOOTER_objects a:visited, .FOOTER_objects a:active {
	color:#003399;
	text-decoration:underline;
	font-size: 1em;
}
/*-- terms privacy and copyright hover --*/ .FOOTER_objects a:hover {
	color:#003366;
	text-decoration:none;
	font-size: 1em;
}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.floatright {
	float: right;
	padding-left: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	float:left;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* -------------------------- Main body columns */

#homecoloumns{
	width:100%;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	text-align: center;
}
.homebodycol {
	width: 33%;
	float: left;
	text-align: left;
}


/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbbot div {
width: 100%;
height: 7px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: auto; }
