@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: none;
}

.twoColFixRtHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top: 8px solid #FFFFFF;
	border-right: 64px solid #FFFFFF;
	border-bottom: 64px solid #FFFFFF;
	border-left: 64px solid #FFFFFF;
} 
.twoColFixRtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin-right: 0px;
	margin-top: 40px;
} 
.twoColFixRtHdr #nav {
	float: right; /* since this element is floated, a width must be given */
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	vertical-align:middle;
	margin-top: 20px;
	margin-right: 0px;
	
} 
.twoColFixRtHdr #navActive {
	float: right; /* since this element is floated, a width must be given */
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
	vertical-align:middle;
	margin-top: 20px;
	margin-right: 0px;
	background-image: url(../images/navbutton_rev.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.twoColFixRtHdr #latest {
	float: right; /* since this element is floated, a width must be given */
	width: 56px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
	vertical-align:middle;
	margin-top: 20px;
	margin-right: 0px;
	padding-left: 15px;
} 
.twoColFixRtHdr #navActive a {
	color: #000000;
} 
.twoColFixRtHdr #nav a{
	float: right; /* since this element is floated, a width must be given */
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	vertical-align:middle;	
} 
.twoColFixRtHdr #nav a:hover{
	float: right; /* since this element is floated, a width must be given */
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	vertical-align:middle;
} 
.twoColFixRtHdr #navActive a:hover{
	float: right; /* since this element is floated, a width must be given */
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
	vertical-align:middle;
} 
.twoColFixRtHdr #logo {
	margin: 0px 440px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 10px 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #mainContent {
	margin: 0px 220px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 40px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	vertical-align: top;
	height: 100%;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
} 
.twoColFixRtHdr #mainContentHero {
	margin: 0px 220px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 0px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
} 
.twoColFixRtHdr #footer a{
		color: #666666;
} 
.twoColFixRtHdr #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 */
}
.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-bottom: 20px;
	background-image: url(../images/fade.jpg);
	padding: 10px 20px 20px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	line-height: 17px;
	width: 180px;
	color: #666666;
	margin-top: 0px;
	margin-left: 20px;
}
.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;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 26px;
	margin: 20px 0px 20px;
	line-height: 28px;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	margin: 0px;	
}

h5 {
	font-size: 10px;
	margin: 0px;
}
.twoColFixRtHdr #folioFeature {
	padding-right: 20px;
	padding-left: 20px;
}
.folio {
	font-size: 11px;
	color: #666666;
	display: block;
	vertical-align: middle;
}
.folio a {
	font-size: 11px;
	color: #666666;
	display: block;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 13px;
	width: 190px;
}
.folio a:hover {
	color: #000000;
	background-image: url(../images/navbutton_rev.gif);
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.foliofeature {
	background-image: url(../images/fade.jpg);
	font-size: 11px;
	color: #666666;
	display: block;
	vertical-align: middle;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.foliofeature a {
	font-size: 11px;
	color: #666666;
	display: block;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 12px;
	width: 188px;

}
.foliofeature a:hover {
	color: #000000;
	background-image: url(../images/navbutton_rev.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.latestNews {
	background-image: url(../images/fade.jpg);
	font-size: 11px;
	color: #666666;
	display: block;
	vertical-align: middle;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.readMore {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 1px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	
}
.readMore a{
	font-size: 11px;
	color: #666666;
	
}
.readMore a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;	
}
.sidebarTitle {
	display: block;
	padding-left: 0px;
	margin: 0px 20px 20px;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.sidebarText {
	display: block;
	padding-left: 0px;
	margin: 0px 20px 20px;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.sidebarText a{
	padding-left: 0px;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	background-image: none;
}
.sidebarText a:hover{
	color: #000000;
	text-decoration: underline;
}
table {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
}
td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.frame {
	height: 100%;
	border-top: 10px solid #EEEEEE;
}
.next {
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
}

ul {
	list-style-image: url(../images/arrow.gif);
	padding-left: 16px;
	
}
