@charset "UTF-8";
h1 {
	font-size: 24px;
	color: #243E90;
	font-variant: normal;
	font-style: normal;
}
h2 {
	font-size: 16px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
h3 {
	font-size: 18px;
	color: #243E90;
	line-height: 20px;
}
td {
	color: #339999;
	font-weight: normal;
}
a:hover {
	color: #0066FF;
}
a:link {
	color: #243E90;
}
a:visited {
	color: #243e90;
}
.blackHeader {
	font-size: 18px;
	font-weight: bold;
}
.imagepadd {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imagepaddropshadow {
	padding: 0px;
}
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #243e90;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #005588;
	background-image: url(images/gradient54886932.png);
	background-repeat: repeat-x;
}
.twoCol #container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFFFF9;
} 
.twoCol #header {
	height: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/aca-logo2.jpg)
.jpg);
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #243E90;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoCol #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
}
.twoCol #sidebarRight   {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	color: #243e90;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	font-weight: lighter;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: thin solid #243e90;
}
.navText  {
	font-size: 11px;
	color: #243e90;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-weight: bold;
}
.twoCol  #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	top: 0px;
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFF9;
	padding: 0px;
	overflow: visible;
}
.twoCol #mainContent {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #243e90;
	font-size: 12px;
	line-height: 18px;
} 
.twoCol #footer {
	padding: 0 10px 0 10px;
	background-color: #E5EBF8;
	color: #243e90;
	background-position: center;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #243E90;
	font-size: 12px;
} 
.twoCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #243e90;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoCol #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
}
.twoCol #container #mainContent p strong em {
	color: #F00;
}
.twoCol #container #mainContent p em strong {
	color: #F00;
}
.twoCol #container #mainContent p strong em {
	color: #E80000;
}
.twoCol #container #mainContent p a {
	color: #E80000;
}
.twoCol #container #mainContent p a {
	color: #E80000;
}
.twoCol #container #mainContent p strong em {
	color: #E80000;
}

