/* CSS Document */

* {padding: 0; margin: 0;}

body{
	background-color:#202020;
	background-position:bottom center;
	background-attachment:fixed;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#333333;
	}
	
#container{
	width:986px;
	margin:auto;
	}
	
#header{
	height:173px;
	width:986px;
	}
	
#content{
	background-image:url(images/content-int-bkg.png);
	background-repeat:repeat-y;
	width:986px;
	padding-left:23px;
	}
	
#contentint{
	background-image:url(images/content-bkg.png);
	background-repeat:repeat-y;
	width:986px;
	padding-left:23px;
	}
	
#content2{
	padding-left:12px;
	}

#nav{
	background-image:url(images/nav-bkg.png);
	background-repeat:no-repeat;
	width:962px;
	height:66px;
	padding-left:12px;
	}
	
#slideshow{
	background-image:url(images/slideshow-int-bkg.png);
	background-repeat:no-repeat;
	height:332px;
	width:962px;
	padding-left:12px;
	}
	
#slideshowint{
	background-image:url(images/slideshow-bkg.png);
	background-repeat:no-repeat;
	height:332px;
	width:962px;
	padding-left:12px;
	}
	
#footer{
	background-image:url(images/content-int-bkg.png);
	background-repeat:repeat-y;
	padding-left:35px;
	font-size:13px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

a{color:#006666; text-decoration:none;} a:hover{text-decoration:underline}


#ulblank ul li{
	list-style-type:none;
	}

ul li{
	margin-left:20px;
	list-style-type:none;
	}
	
ol li{
	margin-left:20px;
	}

.style1 {
	font-size: 20px;
	font-weight: bold;
	color:#662c06;
}

.style3 {
	font-size: 16;
	font-weight: bold;
}

.style4 {color: #660000}

.style5 {
	font-size: 11px;
	font-style:italic;
}

h2{
	font-size:23px;
	color:#3a1802;
	}
	
table{
	border-color:#006666;
	}

