body {
	background-color:white;
	background-image:url(../img/background.jpg);
	font:13px Trebuchet MS, Verdana;
	color:#000000;
	margin: 0px 0px 0px 0px;
}

body strong {
	font: bold;
	color:#6b82ae;
}
/*Hex code Ardec Navy*/
h1 {
	font:21px Trebuchet MS, Verdana;
	color:#1e3f8e;
}

/*Hex code Ardec Maroon*/
h2 {
	font:18px Trebuchet MS, Verdana;
	color:#8d2155;
}
/*Hex code Ardec WedgwoodBlue*/
h3 {
	font:13px Trebuchet MS, Verdana;
	color:#6b82ae;
	font-weight:bold;
}

/*Hex code Ardec WedgwoodBlue*/
t3 {
	font:12px Trebuchet MS, Verdana;
	color:#6b82ae;
	font-weight:bold;
}

/*Hex code Ardec Navy*/
h4 {
	font:18px Trebuchet MS, Verdana;
	color:#1e3f8e;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a {
	text-decoration:none;
}

#quotelink {
	font:13px Trebuchet MS, Verdana;
	color:#000000;
}

/*Hex code Ardec Navy*/
#submenu {
	font:14px Trebuchet MS, Verdana;
	color:#1e3f8e;
}

#searchbox {
        top: 230px;
        height: 20px;
        font: 11px verdana;
        width: 230px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
}

#searchbox input {
        font-size:10px;
}

#searchbox input.button {
        background:#ddd;
        color:#666;
        border:1px solid #666;
}

.searchresult p {
        margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
        display: block;
        margin-bottom: 2px;
}


hr {
    background-color: transparent;
        font-size: 1px;
	    line-height: 1px;
	        height: 1px;
		    border: none;
		        border-top: 1px solid #999;
			    width: 100%;
			    }

.contentImage_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	}

.contentImage_right {
	float: right;
        padding-left: 5px;
	padding-bottom: 10px;
	}


