body	{
	scrollbar-base-color: #507D9C;
	scrollbar-track-color: #ADC4CF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
    font-size:14px
	}

p {  font-family: arial,georgia,serif; font-size: 14px; color: #000000; text-indent: 1.5em; text-align: justify; }
h1 {  font-size: 16px; color: #507D9C; border-color: black black #A298B8; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
h2 {  font-size: 14px; color: #507D9C; border-color: black black #A298B8; border-style: dashed; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}


/* PAGE LINK AND MENU LINK COLORS */

a:link		{ color: #0B2939; text-decoration: none; }
a:visited	{ color: #A298B8; text-decoration: none; }
a:active	{ color: #0B2939; text-decoration: none; }
a:hover		{ color: #9E7B3D; text-decoration: underline; }

.header-background	{
			background-image: url("images/header0.jpg");
			background-repeat: repeat-x;
			}

            
ul { list-style-type: square; } 
ul { list-style-position: inside; } 
ul { list-style-image: url("images/icon5.jpg"); } 
ul {font-size:14px} 

ul.font { font-size:14px; list-style-type: square; } 

ul#special { list-style-type: none;  font-size:14px } 
ul.special { list-style-type: none;  font-size:12px } 

ul.special1 { list-style-type: none; font-size:14px } 
        

/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table 		{ border-style: solid; border: 1px; border: #507D9C; font: 14px arial, sans-serif; font-weight: normal; }
.title 		{ color: #A6A6A6; font: 22px arial,sans-serif; font-weight: normal; }
.subtitle 	{ color: #000000; font: 16px arial,  sans-serif; font-weight: bold; }
.footertext { color: #666666; font: 10px arial,  sans-serif; font-weight: normal; }
.sidebartext{ color: #000000; font: 10px  arial, sans-serif; font-weight: normal; }
.menutext 	{ color: #000000; font: 14px  arial, sans-serif; font-weight: normal; }
.price	 	{ color: #FF6600; font: 16px arial,  sans-serif; font-weight: bold; }
.just 		{ text-align: justify; }
.formmargin	{ margin: 0px; margin-top: 5px; }
.sidebar		{
			width: 200px;
			border-right: #999999 1px solid;
			background-color: #F0F0F0;
			background-image: url("images/backgroundleft.jpg");
			}

/* CONTACT PAGE CODE */

.contact 	{ color: #0066FF; font: 14px verdana, arial, sans-serif; font-weight: bold }
.formbutton 	{ font: 12px arial, verdana, sans-serif; }
.shadeform	{
		font: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		width: 200PX;
		border: #000000 1px solid;
		}
.textarea	{
		font: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		width: 250PX;
		height: 150PX;
		border: #000000 1px solid;
		}
.dropdown 	{
		color: #333333;
		width: 200PX;
		font: 12px arial, verdana, helvetica, sans-serif;
		}

/* IMAGE BORDERS */
.borders	{ border: #000000 1px solid; }
.iconborder	{ border-bottom: #000000 1px solid; }

/* PAGE LINES & BORDERS */
.page-splits		{
			border-top: #999999 1px solid;
			border-bottom: #FFFFFF 2px solid;
			background-color: #F0F0F0;
			color: #F0F0F0;
			height: 3px;
			}

.pagebar	{
		background-color: #617C4D;
		background-image: url("images/bar2.jpg");
		height: 23px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-left	{
		background-color: #37596D;
		width: 50px;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #617C4D;
		background-image: url("images/bar2.jpg");
		height: 23px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.shadow		{
		background-image: url("images/shadow2.jpg");
		background-repeat: repeat-x;
		}

