@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #383838;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 80%;
	line-height: normal;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
h1 {
	color: #0059a2;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
h2 {
	color: #0059a2;
	font-size: 16px;
	font-weight: normal;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
h3 {
	color: #0059a2;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88AFD0;
	margin-bottom: 4px;
}
strong {
	font-size: 1.1em;
}
#container {
	width: 640px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E6EAED;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.smalltext {
	font-size: 75%;
}

#mainContent {
	margin-top: 15px;
	margin-right: 26px;
	margin-bottom: 16px;
	margin-left: 26px;
} 
#mainContent ul {
	padding-bottom: 12px;
}

#mainContent li {
	margin-left: -.35em;
}
.divider {
	background-image: url(images/bg_intros.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 32px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-top: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
.callout {
	background-color: #E1ECF4;
	border: 1px solid #0059A2;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: right;
	padding: 12px;
	width: 348px;
}
.callout-nophoto {
	background-color: #E1ECF4;
	border: 1px solid #0059A2;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: right;
	padding: 12px;
}
.clear {
	clear: both;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: both;
}
.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.image_right {
	float: right;
	margin-left: 7px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.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;
	margin: 0;
}
a {
	color: #0066B9;
}
a:hover {
	color: #7999C0;
}

