div {
	border: none;
	}


.tiny  {
	display: block;
	font-size: 9px;
	color: #888;
	margin: 0x;
	padding: 5px 0 5px 2px;
	border: 1px solid #CCC;
	}

#header01 {
	margin-left: 0px;
	color: #000;
	background-color: #E0E0E0;
	border-bottom: 1px solid #333;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	}
	
	#header01 a {
		color: #000;
		text-decoration: none;
		font-size: 10px;
	}

#header02 {
	margin-left: 0px;
	color: #000;
	background-color: #467BB4;
	border-bottom: 1px solid #333;
	height: 50px;
	}
	#header02 .logo {
		float: left;
		text-align: left;
		}
	#header02 .contact {
		float: right;
		text-align: right;
		margin-right: 10px;
		font-size: .75em;
		color: #CCC;
		margin-top: 2px;
		}
	#header02 p {
		font-size: .75em;
		color: #CCC;
		margin: 0;
		margin-top: 2px;
		}

#logo {
	margin-top:5px;
	}
	
#leftcol {
	position: absolute;
	left: 0;
	float: left;								/* keeps the left column, uh... left */
	width: 200px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	}
	#leftcol h1 {
        font-family: Arial, Verdana;
        font-size: 1em;
        font-weight: bold;
        color: #000;
        }	
	/* The navigation is basically an unorderd list (ul) and is styled below */
	/* BEGIN NAVIGATION STYLE */
	#leftcol ul {
		font-family: Verdana;
		list-style:  none;
		margin: 0;
		padding: 0;
		margin-top: 25px;
		}	
	#leftcol li {
		font-weight: bold;
		margin-top: 12px;
		margin-left: 0px;
		width: 175px;
		}	
	#leftcol ul ul {
		margin-top: 4px;
		}	
	#leftcol ul li {
		margin-left: 0px;
		margin-top: 12px;
		}	
	#leftcol ul ul li {
		font-weight: normal;
		margin-top: 4px;
		margin-left: 6px;
		}
	#leftcol a {
		text-decoration: none;
		color: #333;
		}	
	#leftcol a:hover {
		text-decoration: none;
		color: #000;
		}
	/* END NAVIGATION STYLE */

#lefttop {
  	background-image:url('../images/left_bg.jpg');
	background-repeat: repeat-y;
	border-bottom: 1px solid #CCC;
	padding: 10px;
    }

#leftbottom {
	/* padding-left: 30px; */
	position: absolute;
	/* **floats right** right: 0px; */
	left: 781px;
	top: 300px;
	width: 220px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align:center;
    }
		
#rightcol {
	position: absolute;
	/* **floats right** right: 0px; */
	left: 781px;
	top: 80px;
	width: 220px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align:center;
	border-bottom: 1px dashed #CCC;
	}
	#rightcol img {
		margin: 0 auto 20px auto;
		}

#leftcol p, #leftcol li, #rightcol p {
	font-size: 11px;
	}

#entire {
	width: 580px;
	left: 200px;
	margin-left: 200px;
	display: block;
	height: 100%;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	}

#content {
	padding: 0px;
	color: #000;
	border-left: 1px solid #CCC;
	font-family: Verdana;
	width: 560px;
	}
	#content h1 {
        font-family: Arial, Verdana;
        font-size: 1.25em;
        font-weight: bold;
        color: #019901;
        margin-left: 10px;
        margin-top: 0px;
        }
    #content h2 {
        font-size: 1em;
        font-weight: bold;
        color: #000;
        margin: 0;
        margin-left: 10px;
        }
    #content h3 {
        font-size: .75em;
        font-weight: bold;
        color: #467BB4;
        margin: 0;
        margin-left: 10px;
        }
    #content h4 {
        font-size: .75em;
        font-weight: bold;
        color: #000;
        margin: 0;
        margin-left: 10px;
        }
    #content p {
        font-size: .75em;
        font-weight: normal;
        margin-top: .25em;
        margin-left: 10px;
        }
	#content a {
		text-decoration: none;
		}	
	#content a:hover {
		text-decoration: underline;
		}
    #content ul {
    	display: block;
    	width: 75%;
        font-size: .75em;
        margin-top: 0px;
        margin-left: 10px;
       	/*	background-color: #D9FFD9;*/
    	padding: 10px;
    	padding-left: 75px;
    	/*border: 1px dashed #999;*/
        }
    #content li {
        list-style: url(../images/bullets/arrow03.gif);
		margin-bottom: 6px;
		}
    #content .tagline {
    	font-size: .75em;
    	font-style: italic;
    	color: #666;
    	margin-left: 10px;
    	margin-bottom: 10px;
    	}
    #content .division {
    	position: relative;
    	float: left;
    	width: 173px;
    	border: 1px dashed #CCC;
    	margin: 5px;
    	padding:0;
    	font-size: .8em;
    	}
    	#content .division h1 {
    		font-size: 1.5em;
    		margin: 0;
    		}
    	#content .division p {
    		margin: 0;
    		}
    #content .security {
    	background-color: #F9F2DE;
    	padding: 10px;
    	}
    	#content .security h1 {
    		color: #EE6600;
    		}
    #content .integrity {
    	background-color: #D9FFD9;
    	padding: 10px;
    	}
    	#content .integrity h1 {
    		color: #019901;
    		}
    #content .efficiency {
    	background-color: #CFD7FF;
    	padding: 10px;
    	}
    	#content .efficiency h1 {
    		color: #3366AA;
    		}
    #content .quote {
    	background-color: #CCC;
    	margin: 6px;
    	padding: 10px;
    	color: #333;
    	border: 1px dashed #999;
    	font-style: italic;
    	}
    #content .bold {
    	font-weight: bold;
    	}
	
#footer {
	clear: both;
	/*width: 100%;*/
	margin: 0px;
	background-color: #E0E0E0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #CCC;
	color: #000;
	text-align:left;
	}
	#footer .date {
		float: left;
		text-align: left;
		}
	#footer .contact {
		float: right;
		text-align: right;
		}
#contact {
	display: block;
	color: #999;
	background-color: #E0E0E0;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 3px;
	}
	#contact ul {
		position: relative;
		right: 0px;
		margin: 0px;
		font-family: Verdana;
		font-size: 12px;
		}
	#contact li {
		text-align: left;
		list-style: square;
	}
	
#content_footer {
	font-size: .7em;
	color: #666;
	text-align: center;
	padding: 10px;
	}
	#content_footer a {
		color: #999;
		text-decoration: none;
		}
	#content_footer a:hover {
		color: #999;
		text-decoration: underline;
		}
	
body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
	color: #000;
	font-family: Verdana;
	}
	
p, a {
	font-family: Verdana;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	}
	
img {
	border: 0;
	}

a {
    color: #3366AA;
    }

div.formrow {
  clear: both;
  padding-top: 10px;
  width: 670px;
  }

div.formrow span.formlabel {
  float: left;
  width: 150px;
  text-align: right;
  font-size: .75em;
  }

div.formrow span.formfield {
  float: right;
  width: 500px;
  text-align: left;
  }

.item_container {
    border-bottom: 1px solid #CCC;
    padding-top: 1em;
    }
    .item_container .rate {
    	color: #EE6600;
    	color: #666;
    	}
    .item_container h3 .rate {
 		float: right;
    	margin-top: -1em;
    	}
    .item_container ul .rate, .item_container p .rate {
    	position: inline;
    	float: none;
    	}
    .item_container .promotion {
    	color: #F00;
    	}