@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/erc_bkgrd.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.twoColFixLtHdr #header {
	height: 181px;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../images/erc_topper.jpg);
	background-repeat: no-repeat;
	padding: 0;
	text-align: right;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #293F7A;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	border: thick none #FFFFFF;
}
.twoColFixLtHdr #sidebar2 {
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebarsub {
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
} 
#mainContent  table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #354B87;
	background-image: url(../images/paper-doll-divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CDCFDC;
}
#mainContent table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #293F7A;
	background-position: left;
}
#mainContent #alttable  table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #354B87;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#alttable table p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #293F7A;
	background-position: left;
}
#mainContent  listofitems {
	list-style-position: inside;
	list-style-image: url(../images/paperdoll.gif);
	list-style-type: none;
}
#mainContent .indentpara {
	text-indent: -20px;
	margin-left: 40px;
	margin-right: 20px;
}
#mainContent a:link {
	color: #003366;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
.twoColFixLtHdr #mainContent1 {
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	background-position: center center;
}
.mainContent2  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #293F7A;
	width: 960px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer .img {
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 500px;
}
.twoColFixLtHdr #footerdes {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006600;
	width: 960px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #footerdes .img {
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 500px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footerdes 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 */
}
#sidemenu {
	width: 120px;
}
.sidebar2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: inherit;
	text-decoration: none;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
}
#sidemenu       .sidebar2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: inherit;
	text-decoration: none;
	line-height: 18px;
}
#sidemenu      .sidebar2:hover    {
	color: #828ccb;
}
.sidebar2des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: inherit;
	text-decoration: none;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
}
#sidemenu .sidebar2des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: inherit;
	text-decoration: none;
	line-height: 18px;
}
#sidemenu .sidebar2des:hover {
	color: #00FF00;
}
#sidemenusub {
	width: 100px;
}
.sidebar3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828ccb;
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	line-height: 18px;
	text-indent: 20px;
}
#sidemenusub        .sidebar3    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828ccb;
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	line-height: 18px;
}
#sidemenusub    .sidebar3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
}
.sidebar3des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	line-height: 18px;
	text-indent: 20px;
}
#sidemenusub .sidebar3des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;
	font-weight: bolder;
	width: 100px;
	text-decoration: none;
	line-height: 18px;
}
#sidemenusub .sidebar3des:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
}
#headertable {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.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;
}
.fltrtpadding {
	float: right;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.fltrtpaddingcolorBL {
	float: right;
	background-color: #5C99DC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.fltrtpaddingcolorGR {
	float: right;
	background-color: #5C99DC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.lftcolumnimg { /* this class can be used to float an element left in your page */
	float: left;
	background-color: #293F7A;
	border: medium solid #00CC00;
	margin-top: 20px;
	margin-bottom: 10px;
}.lftcolumnimgGR {
	float: left;
	background-color: #293F7A;
	border: medium solid #828CCB;
	margin-top: 20px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.fltlftpadding {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fltlftpaddingBL {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fltlfpaddingcolorBL {
	float: left;
	background-color: #5C99DC;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.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;
}
.twoColFixLtHdr #footer2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #293F7A;
	width: 960px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #containerfooter #footer2 .img {
	float: right;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 500px;
}
.twoColFixLtHdr #containerfooter {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #293f7a;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: none;
}
.twoColFixLtHdr #containerside {
	width: 210px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #293F7A;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.twoColFixLtHdr #headerSC {
	height: 181px;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../images/erc_destopper.jpg);
	background-repeat: no-repeat;
	padding: 0;
	text-align: right;
}
.twoColFixLtHdr #sidebar1des {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #006600;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	border: thick none #FFFFFF;
}
.twoColFixLtHdr #containerfooterdes {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #006600;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: none;
}
#donateimg  {
	padding: 10px;
	float: right;
}
.paragraphBIG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333366;
	font-weight: normal;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
table {
}
table .listing {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.twoColFixLtHdr #frontpage {
	margin: 0;
	padding: 0;
}
#frontpage a:link {
	color: #003366;
	font-weight: bold;
	border: 0px none #293F7A;
}
#frontpage a:visited {
	color: #003366;
	font-weight: bold;
	border: 0px none #293F7A;
}
#frontpage a:hover {
	color: #0066FF;
	font-weight: bold;
	border: 0px none #293F7A;
	text-decoration: underline;
}
#frontpage a:active {
	color: #003366;
	font-weight: bold;
	border: 0px none #293F7A;
}
#mainContent   table  #table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: None;
	color: #354B87;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/paper-doll-divider-NONE.png);
	background-position: left top;
}
#mainContent a:hover {
	color: #828CCB;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a:visited {
	color: #003366;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a:active {
	color: #003366;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a1:link {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a1:visited {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a1:hover {
	color: #9999CC;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
#mainContent a1:active {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #293F7A;
	border-right-color: #293F7A;
	border-bottom-color: #293F7A;
	border-left-color: #293F7A;
}
.twoColFixLtHdr #mainContentdsh {
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
#mainContentdsh a:hover {
	color: #00CC33;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#mainContentdsh a:link {
	color: #006600;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#mainContentdsh a:visited {
	color: #006600;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#mainContentdsh a:active {
	color: #006600;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
#google_translate_element {
	background-color: #D6D6D6;
	width: 325px;
	height: auto;
	float: right;
	padding-right: 5px;
}

