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


html>body ul.bulleted {
    margin: 0 0 0 2em;
    padding: 0 0 0 1.2em;
    list-style: none;
    text-indent: -1.2em;
    *text-indent: 0;
    *list-style-type: disc;
    }

html>body ul.bulleted li {
    margin: 0 0 0 1.2em;
    }



LI.list1 {list-style: circle outside; color:green;} 

 .titlesnopad  {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

 
 }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg-patter.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLtHdr #container { 
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.twoColFixLtHdr #listpad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 12px;
} 

.twoColFixLtHdr #center {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000000;
} 
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCced0;
	border-bottom-color: #CCced0;
	border-left-color: #CCced0;
}




.twoColFixLtHdr #latest {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCED0;
	border-left-color: #CCCED0;	
} 
.twoColFixLtHdr #space {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.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: 194px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DBDBB7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.twoColFixLtHdr #quote {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	line-height: 166%;
	padding-right: 15px;
	padding-left: 15px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 226px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.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;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.borderleft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCced0;
	border-bottom-color: #CCced0;
	border-left-color: #CCced0;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
	padding-right: 10px;
	padding-left: 10px;
}
.latesttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 135%;
	color: #000000;
}


.latesttext a:link  {  color: #000000; text-decoration: none;}
.latesttext a:active  {  color: #000000; text-decoration: none;}
.latesttext  a:visited  {  color: #000000; text-decoration: none;}
.latesttext a:hover {  color: #000000; text-decoration: underline;}


.padnav {
	padding-top: 0px;
	padding-bottom: 0px;
}
.borderpup {
	border: thin solid #8C4767;
	padding: 10px;
}
.headerwelcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
}
.pad8 {
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 8px;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footerlink a:link  {  color: #666666; text-decoration: none;}
.footerlink a:active  {  color: #666666; text-decoration: none;}
.footerlink  a:visited  {  color: #666666; text-decoration: none;}
.footerlink a:hover {  color: #666666; text-decoration: underline;}

.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}

.more a:link  {  color: #999999; text-decoration: none;}
.more a:active  {  color: #999999; text-decoration: none;}
.more  a:visited  {  color: #999999; text-decoration: none;}
.more a:hover {  color: #999999; text-decoration: underline;}

.header10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}

.header12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 166%;
}

.header10 a:link  {  color: #663333; text-decoration: none;}
.header10 a:active  {  color: #663333; text-decoration: none;}
.header10  a:visited  {  color: #663333; text-decoration: none;}
.header10 a:hover {  color: #663333; text-decoration: underline;}

.header10-greylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}

.header10-greylink a:link  {  color: ##663333; text-decoration: none;}
.header10-greylink a:active  {  color: ##663333; text-decoration: none;}
.header10-greylink  a:visited  {  color: ##663333; text-decoration: none;}
.header10-greylink a:hover {  color: ##663333; text-decoration: underline;}

.header10-greylink-l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 180%;
}

.header10-greylink-l a:link  {  color: #000000; text-decoration: none;}
.header10-greylink-l a:active  {  color: #000000; text-decoration: none;}
.header10-greylink-l  a:visited  {  color: #000000; text-decoration: none;}
.header10-greylink-l a:hover {  color: #000000; text-decoration: underline;}

.quotetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 13px;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 18px;
	padding-left: 28px;
}

.quotetext-showcase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 13px;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 35px;
}

.pad1 {
	padding: 1px;
}


.pad8notop {
	padding-right: 8px;
	padding-left: 8px;
}
.black10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 5px;
}

.black10 a:link  {  color: #000000; text-decoration: none;}
.black10 a:active  {  color: #000000; text-decoration: none;}
.black10 a:visited  {  color: #000000; text-decoration: none;}
.black10 a:hover {  color: #000000; text-decoration: underline;}

.black10-140lines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 140%;
	padding-right: 5px;
}

.black10-140lines  a:link  {  color: #000000; text-decoration: none;}
.black10-140lines  a:active  {  color: #000000; text-decoration: none;}
.black10-140lines  a:visited  {  color: #000000; text-decoration: none;}
.black10-140lines  a:hover {  color: #000000; text-decoration: underline;}

.black10-140lines-padleft9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 140%;
	padding-right: 5px;
	padding-left: 9px;
}

.black10-140lines-padleft9 a:link  {  color: #000000; text-decoration: none;}
.black10-140lines-padleft9  a:active  {  color: #000000; text-decoration: none;}
.black10-140lines-padleft9  a:visited  {  color: #000000; text-decoration: none;}
.black10-140lines-padleft9  a:hover {  color: #000000; text-decoration: underline;}



.black11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
}

.black11 a:link  {  color: #000000; text-decoration: none;}
.black11 a:active  {  color: #000000; text-decoration: none;}
.black11 a:visited  {  color: #000000; text-decoration: none;}
.black11 a:hover {  color: #000000; text-decoration: underline;}



.grey9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 180%;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
	padding-top: 4px;
}


.headwelcomepadbase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	padding-left: 10px;
}
.padtop {
	padding-top: 3px;
}
.borderleftright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
}
.borderleftright-grey {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
	background-color: #EEEFEF;
	padding-top: 23px;
	padding-right: 15px;
	padding-bottom: 42px;
	padding-left: 22px;
}
.quotetextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 135%;
	color: #333300;
	padding-right: 5px;
}

.quotetextsmall-showcase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 135%;
	color: #660000;
	padding-right: 25px;
}

.footerright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 10px;
	font-size: 10px;
}

.footerright a:link  {  color: #666666; text-decoration: none;}
.footerright a:active  {  color: #666666; text-decoration: none;}
.footerright a:visited  {  color: #666666; text-decoration: none;}
.footerright a:hover {  color: #666666; text-decoration: underline;}


.footerleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 3px;
	padding-left: 10px;
	font-size: 10px;
}

.footerleft a:link  {  color: #666666; text-decoration: none;}
.footerleft a:active  {  color: #666666; text-decoration: none;}
.footerleft  a:visited  {  color: #666666; text-decoration: none;}
.footerleft a:hover {  color: #666666; text-decoration: underline;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	padding-top: 3px;
	
	padding-bottom: 5px;
}

.footer a:link  {  color: #999999; text-decoration: none;}
.footer a:active  {  color: #999999; text-decoration: none;}
.footer  a:visited  {  color: #999999; text-decoration: none;}
.footer a:hover {  color: #999999; text-decoration: underline;}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.nav a:link  {  color: #999999; text-decoration: none;}
.nav  a:active  {  color: #999999; text-decoration: none;}
.nav  a:visited  {  color: #999999; text-decoration: none;}
.nav a:hover {  color: #660033; text-decoration: underline;}

.bg {
	background-image: url(../images/bg-patter.gif);
	background-repeat: no-repeat;
}

.navo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.navo a:link  {  color: #660033; text-decoration: none;}
.navo  a:active  {  color: #660033; text-decoration: none;}
.navo  a:visited  {  color: #660033; text-decoration: none;}
.navo a:hover {  color: #660033; text-decoration: underline;}
.rightcol22lleftpad {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 13px;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 20px;
}

.rightcol22lleftrightpad {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 13px;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}

.quotegreen10 {
	font-size: 9px;
	line-height: 133%;
}

.borderleftright-greybluetext {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
	background-color: #EEEFEF;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	color: #336666;
	line-height: 155%;
}
.borderleftright-greygreentext {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
	background-color: #EEEFEF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 9px;
	color: #003300;
	line-height: 172%;
	font-size: 11px;
}

.supertips {
	color: #666666;
	font-size: 12px;
	padding-top: 26px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
}

.supertips a:link  {  color: #666666; text-decoration: none;}
.supertips  a:active  {  color: #666666; text-decoration: none;}
.supertips a:visited  {  color: #666666; text-decoration: none;}
.supertips a:hover {  color: #666666; text-decoration: underline;}
.headerwelcomepadbase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 35px;
	padding-bottom: 15px;
}
.black9 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-right: 5px;
}
.padleft10 {
	padding-left: 10px;
}



.black9  a:link  {  color: #000000; text-decoration: none;}
li {
	padding-left: 10px;
	float: none;
	clear: left;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
}
ul {
	padding-top: 0px;
	padding-left: 18px;
	margin: 0px;
	float: none;
	clear: left;
}


.black9  a:active  {  color: #000000; text-decoration: none;}
.black9  a:visited  {  color: #000000; text-decoration: none;}
.black9  a:hover {  color: #000000; text-decoration: underline;}

.black9-166line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 166%;
	padding-right: 5px;
	padding-top: 5px;
}

.black9-166line a:active  {  color: #000000; text-decoration: none;}
.black9-166line a:visited  {  color: #000000; text-decoration: none;}
.black9-166line a:hover {  color: #000000; text-decoration: underline;}
.borderleftright-grey10text {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCced0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCced0;
	background-color: #EEEFEF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 9px;
	color: #666666;
	line-height: 122%;
	font-size: 10px;
}
.latestnews-box-bg {
	background-color: #EEEFEF;
	background-image: url(../images/boxbg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 166%;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 28px;
	background-position: center;
}
.latestnews-box-bg2 {
	background-color: #EEEFEF;
	background-image: url(../images/boxbg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 28px;
	background-position: center;
}
.latestnews-box-smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660033;
}
.latestnews-border {
	padding: 1px;
	border: 1px solid #660033;
	position: relative;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.seemorework {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-right: 3px;
}

.seemorework  a:link  {  color: #999999; text-decoration: none;}
.seemorework  a:active  {  color: #999999; text-decoration: none;}
.seemorework   a:visited  {  color: #999999; text-decoration: none;}
.seemorework  a:hover {  color: #999999; text-decoration: underline;}

.borderpupnotop {
	border: thin solid #8C4767;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.blmaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 133%;
	padding-bottom: 5px;
}

.style2  a:link  {  color: #000000; text-decoration: none;}
.style2 a:active  {  color: #000000; text-decoration: none;}
.style2   a:visited  {  color: #000000; text-decoration: none;}
.style2  a:hover {  color: #000000; text-decoration: underline;}
