@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c1d6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image:url(../template/page_bg.gif);
	background-repeat:repeat-x;
	margin-top:13px;
}
h1 {
	color:#284968;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
}
h2 {
	color:#284968;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
h3 {
	font-size:10px;
	color:#666;
	margin-bottom:5px;
}
.images {
	border: #284968 solid 1px;
}
 /* Default link colors */
a:link		{ color: #284968; text-decoration: underline }

a:visited	{ color: #284968; text-decoration: underline }

a:active	{ color: #284968; text-decoration: underline }

a:hover		{ color: #CCC; text-decoration: underline }


a.header:link		{ color: #dca73f; text-decoration: underline }

a.header:visited	{ color: #dca73f; text-decoration: underline }

a.header:active	{ color: #dca73f; text-decoration: underline }

a.header:hover		{ color:#FFF; text-decoration: underline }

.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;
}
