@import url(navigation.css);

body {
	color: #555;
	font: .9em/1.6em Arial;
}

/* HEADER */

#slogan {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #82abff;
	letter-spacing: 2px;
}

/* CONTENT  STYLES */

/* Site Colors */
.blue {color: #002c76 !important;}
.blue_lt {color: #0095c3 !important;}
.orange {color: #e57200 !important;}
.orange_lt {color: #ffaa52 !important;}
.green {color: #55a51c !important;}
.green_lt {color: #92c83e !important;}
.gray {color: #606060 !important;}
.gray_lt {color: #a9a9a9 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}

/* Element Borders */
.no_border {border:0;}

/* Element Margins */
.margin_5px {margin:5px 5px!important;}
.margin_10px {margin:10px 10px!important;}
.margin_15px {margin:15px 15px!important;}

/* Element Flow */
.float_left {float:left;}
.float_right {float:right;}

#footer {
	font-size: .7em;
	font-weight: bold;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #3644CD;
}