BODY{
	margin:10px;
	font-family:Palatino, "Times New Roman", Times, serif;
	background-image:url(../images/bg.gif);
	font-size:13px;
	color:#000000;
	background-color:#000000;
}
p{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
}
.mainText{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
	margin-top:0;
	padding-top:0;
}
li{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
}
a{
	color:#000000;
}
.nav{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:1px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.nav:Hover{
	color: #69614b;
	text-decoration:none;
	text-transform:uppercase;
}
.sideNav{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:1px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}
.sideNav:Hover{
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.footernav{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:1px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.footernav:Hover{
	color: #d3ceb5;
	text-decoration:none;
	text-transform:uppercase;
}
.mainCopy{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
	padding-top:0;
	padding-right:5px;
	margin-left:20px;
	margin-top:0px;
}
.mainTitles{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:0;
}
.ital{
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:14px;
	color:#877f57;
	line-height:20px;
	margin-left:10px;
	font-style:italic;
}
.smalltext{
	font-size:12px;
	color:#333300;
}
.hlu{
	background-image:url(../images/tab_enhanced.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#000000;
	cursor:pointer;
}
.hlt{
	background-image:url(../images/tab_enhanced_on.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.hlt a{
	color:#ffffff;
	cursor:pointer;
}
.righttext{
	color:#333300;
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}
#gallery{
	width:270px;
	height:330px;
	padding:0px;
	margin:0px;
}
#gallery_type{
	width:290px;
	height:330px;
	padding:0px;
	margin:0px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 330px;
	height: 278px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:20px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:5px;
}
#mycustomscroll_wide {
	/* Typical fixed height and fixed width example */
	width: 430px;
	height: 278px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:20px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:5px;
}
#mycustomscroll_downloads {
	/* Typical fixed height and fixed width example */
	width: 662px;
	height: 351px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
#mycustomscroll_contact {
	/* Typical fixed height and fixed width example */
	width: 615px;
	height: 278px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:20px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:5px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 20px;
background: #ffffff url(../images/scrollbar.png) -36px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 20px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 20px;
background: url(../images/scrollbar.png) -108px -32px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 20px;
width: 20px;
background: url(../images/scrollbar.png) -108px 0px no-repeat;
}

.vscrollerbase {
width: 20px;
background: #ebebeb url(../images/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 20px;
height: 20px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrollbar.png) -81px -28px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 20px;
width: 20px;
background: url(../images/scrollbar.png)  -81px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 20px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #ebebeb;
}


/* Scroll Bar Master Styling Ends Here */

