@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;
	background-image: url(../images/shamrock_scroll_lft.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #9EFB86;
	background-attachment: fixed;
}
a {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:link {
	color: #006600;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:visited {
	color: #99FFCC;
	font-size: 10pt;
}
a:hover {
	color: #660099;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:active {
	color: #99FFCC;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.li3TwoCol #container {
	width: 770px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #35BC35;
	padding-right: 10px;
	padding-left: 10px;
} 
.li3TwoCol #header {
	height: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	background-image: url(../images/2x10orng_grd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.li3TwoCol #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.li3TwoCol #sidebar1 {
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
.li3TwoCol #container #sidebar1 #menu1 {
	width: 150px;
	float: left;
}

.li3TwoCol #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #9EFB86;
} 

.li3TwoCol #mainContent a:link, #mainContent a:visited{
	text-decoration:underline;
	color:#336633;
	font-weight: bold;
	font-size: 10pt;
	background-color:transparent;
}

.li3TwoCol #mainContent a:hover, #mainContent a:active{
	color:#fa700d;
}

.li3TwoCol #footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #006600;
	background-color: #9EFB86;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/2x10orng_grd.gif);
	background-repeat: repeat-x;
	background-position: top;
} 

.li3TwoCol #footer a:link, #footer a:visited{
	text-decoration:underline;
	color:#336633;
	background-color:transparent;
	font-weight: bold;
	font-size: 9pt;
}

.li3TwoCol #footer a:hover, #footer a:active{
	color:#fa700d;
	font-weight: bold;
	font-size: 9pt;
}


.li3TwoCol #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
}
.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;
}
.style1 {
	color: #006600
}
.style2 {
	font-size: 10px
}
.style3 {
	font-size: x-small
}
.style4 {
	color: #FFFFFF;
	font-size: 10px;
}
h1 {
	font-size: 14pt;
	color: #006600;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
h3 {
	font-size: 10pt;
	color: #006600;
}


.style7 {
	font-size: 8pt
}
.style8 {	font-size: 9pt;
	font-weight: bold;
}
.style9 {color: #000000}

.style10 {color: #FFFFFF}
