BODY	{
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}



/* PAGE LINK AND MENU LINK COLORS */

a:link	{ color: #333399; text-decoration: none; }

a:visited	{ color: #333399; text-decoration: none; }

a:active	{ color: #333399; text-decoration: none; }

a:hover	{ color: #FF6600; text-decoration: underline; }




.header-background
	{
	background-image: url("picts/header.jpg");background-repeat: repeat-x;
	}


/* Floats an element right, and adds a 1em margin to its left */
.rside 
{

float:right; margin:0 0 0 1em;
}


/* Floats an element left, and adds a 1em margin to its right */
.lside 
{
	float:left;
	margin:0 1em 0 0;
}



/* Added this class so that you can set the wrapper-table to a default size on all pages. */


.wrapper {
	margin:0 auto;width:1050px;
}
 





/* FONT SIZE ALL PAGES */

TABLE 	{ COLOR: #202020; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.title 	{ COLOR: #404040; FONT: 22px arial, verdana, sans-serif; font-weight: normal; }

.subtitle 	{ COLOR: #202020; FONT: 20px  verdana, arial, sans-serif; font-weight: bold; }

.subtitle1 	{ COLOR: #202020; FONT: 24px  "Times New Roman", times, serif; font-weight: bold; }

.subtitle2 	{ COLOR: #202020; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }

.subtitle3 	{ COLOR: #202020; FONT: 14px verdana, arial, sans-serif; font-weight: normal; font-style: italic; }

.special  {COLOR: #FF0000; FONT: 12px verdana, arial, sans-serif; font-weight: normal;}>

.footertext 	{ COLOR: #202020; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }

.sidebartext 	{ COLOR: #202020; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.menutext 	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.price	 	{ COLOR: #FF6600; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; margin-top: 5px; }

.sidebar		{
			width: 200px;
			border-right: #202020 1px solid;
			background-color: #F0F0F0;
			background-image: url("picts/background-left.gif");
			}


.additionalinfo {
	background-color:#FDEC9B;padding:1em;
			width: 450px;
border-right: #202020 1px solid;
border-left: #202020 1px solid;
border-top: #202020 1px solid;
border-bottom: #202020 1px solid;	
}

.paracolor {
background-color:#E9E9EB;padding: 1em;

}





/* 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("picts/shadeform.gif");
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}


.textarea	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/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: #F8D987;
		background-image: url("picts/bar.jpg");
		height: 10px;
		border: solid #A18241;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-left	{
		background-color: #DAC8A2;
		width: 15px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom	{
		background-color: #617C4D;
		background-image: url("picts/bar.jpg");
		height: 10px;
		background-repeat: repeat-x;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;

/* BORDERs ABOVE ARE | top | right | bottom | left */
		}


.shadow		{
		background-image: url("picts/shadow.gif");
		background-repeat: repeat-x;
		}


