@charset "UTF-8";
/* CSS Document */
body{margin: 0px; padding: 0px; background-image: url(images/tile_body.gif); background-repeat: repeat-x; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px;}

/* Global Link Colors */
a:link{text-decoration: underline; font-style: italic; font-weight: bold; color: #104066;}
a:visited{text-decoration: underline; font-style: italic; font-weight: bold; color: #104066;}
a:hover{text-decoration: none; font-style: italic; font-weight: bold; color: #104066;}
a:active{text-decoration: underline; font-style: italic; font-weight: bold; color: #1040662;}

#header{margin: 0px auto 0px auto; padding: 0px; width: 990px; height: 115px; background-image: url(images/tile_header.gif); background-repeat: no-repeat;}

#topNav{float: left; margin: 0px; padding: 90px 20px 0px 0px; width: 770px; height: 25px; font-size: 12px; font-weight: bold; text-align: right;}
#topNav a:link{font-style: normal; text-decoration: none; font-weight: bold; color: #000000;}
#topNav a:visited{font-style: normal; text-decoration: none; font-weight: bold; color: #000000;}
#topNav a:hover{font-style: normal; text-decoration: underline; font-weight: bold; color: #000000;}
#topNav a:active{font-style: normal; text-decoration: none; font-weight: bold; color: #000000;}

#search{float: left; margin: 0px; padding: 90px 0px 0px 0px; width: 200px; height: 25px; font-family: Arial, Helvetica, sans-serif; color: #5D551E; font-size: 10px; font-weight: bold; text-transform: uppercase; }
#search a:link{font-style: normal; text-decoration: underline; font-weight: bold; color: #5D551E;}
#search a:visited{font-style: normal; text-decoration: underline; font-weight: bold; color: #5D551E;}
#search a:hover{font-style: normal; text-decoration: none; font-weight: bold; color: #5D551E;}
#search a:active{font-style: normal; text-decoration: underline; font-weight: bold; color: #5D551E;}

#buttons{width: 150px; margin: 0px; padding: 10px 0px 10px 0px; text-align: right;}
#container{position: relative; background-image: url(images/tile_container.gif); background-repeat: repeat-y; margin: 5px auto 0px auto; width: 990px; padding: 0px 0px 0px 0px; border-bottom: double #000000;}
#Lcolumn{position: relative; float: left; width: 150px; margin: 0px; padding: 0px;}

#nav{width: 150px; margin: 0px; padding: 10px 0px 0px 0px; font-size: 13px; font-weight: bold; text-align: right;}
#nav a:link{font-style: normal; text-decoration: none; font-weight: bold; color: #000000;}
#nav a:visited{font-style: normal; text-decoration: none; font-weight: bold; color: #000000;}
#nav a:hover{font-style: normal; text-decoration: none; font-weight: bold; color: #104066;}
#nav a:active{font-style: normal; text-decoration: none; font-weight: bold; color: #104066;}

#buttons{width: 150px; margin: 0px; padding: 10px 0px 10px 0px; text-align: right;}
#Mcolumn{float: left; width: 624px; margin: 0px; padding: 0px 0px 0px 16px;}
.banner{width: 624px; margin: 0px; padding: 10px 0px 0px 0px;}
.image{float: left; width: 160px; margin: 0px; padding: 0px;}
.description{float: left; width: 444px; margin: 0px; padding: 10px 10px 0px 10px;}

#Rcolumn {float: left; padding: 0px; margin: 0px; width: 198px; border-left: 1px solid #5D551E; border-right: 1px solid #5D551E; border-top: double #5D551E;}

.news {width: 158px;padding: 10px 20px;font-style: normal;font-weight: normal;font-family: Tahoma, Geneva, sans-serif; text-transform: uppercase;font-size: 9px;color: #352F04;line-height: 14px;text-align: left;border-bottom: dashed 1px #352F04;}
.news a:link{font-size: 9px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: underline; font-weight: bold; color: #352F04; text-transform: none;}
.news a:visited{font-size: 9px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: underline; font-weight: bold; color: #352F04;text-transform: none;}
.news a:hover{font-size: 9px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; font-weight: bold; color: #352F04;text-transform: none;}
.news a:active{font-size: 9px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; text-decoration: underline; font-weight: bold; color: #352F04;text-transform: none;}


	
/* Footer Div properties */
#footer {position: relative; margin: 10px auto; width: 990px; padding: 5px 0px 0px 0px; text-align: center; color: #000000; font-size: 11px;}
#footer a:link{text-decoration: underline; color: #3c3502;}
#footer a:visited{text-decoration: underline; color: #3c3502;}
#footer a:hover{text-decoration: none; color: #3c3502;}
#footer a:active{text-decoration: underline; color: #3c3502;}

/*Misc */
.clear{margin:0px; padding: 0px; clear: both; height: 0px;}
hr.thin{height: 1px; border: 0px; color: #67573e; background-color: #7a6958;}
hr {border: none; background-color: #000000; color: #000000; height: 1px;}
.pullQuote {margin:10px 20px; border-top : 1px solid #000000; border-bottom : 1px solid #000000; padding : 10px 0; text-align : left; font-family : georgia, times, Times New Roman, times-roman, georgia, serif; font-size:18px; line-height:28px; color : #000000;}

/* Global settings for an ul. */
ul{list-style-type: square;}

/* A style of bullets using a custom image. */	
.BulletedListUL{margin-left: 15px; list-style-image: url(images/bullet.jpg); font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; line-height: 16px;}
.BulletedListUL li{ margin-left: 40px;}
.BulletedListUL a:link{text-decoration: underline; font-weight: bold; color: #a43700;}
.BulletedListUL a:visited{text-decoration: underline; font-weight: bold; color: #a43700;}
.BulletedListUL a:hover{text-decoration: none; font-weight: bold; color: #a43700;}
.BulletedListUL a:active{text-decoration: underline; font-weight: bold; color: #a43700;}
	
h1 {font-size: 2.0em; font-family: Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: -1px; background-image: url(images/arrow_black.jpg); background-repeat: no-repeat; padding:  5px 0px 1px 20px; margin: 0px; color: #7748c0; width: 600px; height: 31px;}
h2 {font-size: 1.6em; font-family: Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: -1px; background-image: url(images/arrow_black.jpg); background-repeat: no-repeat; padding:  5px 0px 1px 20px; margin: 0px; color: #7748c0; width: 600px; height: 31px;}
h3 {font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: -1px; background-image: url(images/arrow_black.jpg); background-repeat: no-repeat; padding:  5px 0px 1px 20px; margin: 0px; color: #7748c0; width: 600px; height: 31px;}
h4 {font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: -1px; background-image: url(images/arrow_black.jpg); background-repeat: no-repeat; padding:  5px 0px 1px 20px; margin: 0px; color: #7748c0; width: 600px; height: 31px;}
h5 {font-size: 1.0em; font-family: Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: -1px; background-image: url(images/arrow_black.jpg); background-repeat: no-repeat; padding:  5px 0px 1px 20px; margin: 0px; color: #7748c0; width: 600px; height: 31px;}

/* A style of texts for titles, subtitles and keywords */	
.text01 {font-style: normal; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #352F04;}

